You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to jackson-databind to be used in the server folder, the SHAs, licenses, and notices had to be removed from all plugins and modules. They still have access to jackson through server, but the discovery-ec2 plugin also had the accessDeclaredMembers and suppressAccessChecks permissions in the build.gradle. For the plugin to function properly with the jackson relocation, these permissions were added to the server build.gradle. We need to evaluate whether there are any unintended consequences of adding these permissions.
In order to jackson-databind to be used in the
server
folder, the SHAs, licenses, and notices had to be removed from all plugins and modules. They still have access to jackson through server, but the discovery-ec2 plugin also had theaccessDeclaredMembers
andsuppressAccessChecks
permissions in thebuild.gradle
. For the plugin to function properly with the jackson relocation, these permissions were added to the serverbuild.gradle
. We need to evaluate whether there are any unintended consequences of adding these permissions.Link to jackson relocation PR: #5366
The text was updated successfully, but these errors were encountered: