-
Notifications
You must be signed in to change notification settings - Fork 145
CONFIGURATION-836: Migrate to jakarta #386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Then you've broken binary compatibility as the error message says. Please see https://garygregory.wordpress.com/2020/06/14/how-we-handle-binary-compatibility-at-apache-commons/ |
@garydgregory I changed it to configuration3, but now I get following error: |
@MichielDx |
This reverts commit defe1e2.
@garydgregory Reverted the rename, but still getting the same error. |
@garydgregory I get following error while clean installing, but I'm not familiar with japicmp:
[ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.18.5:cmp (default) on project commons-configuration2: There is at least one incompatibility: org.apache.commons.configuration2.web.ServletConfiguration.ServletConfiguration(javax.servlet.ServletConfig):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletConfiguration.ServletConfiguration(javax.servlet.Servlet):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletConfiguration.config:FIELD_TYPE_CHANGED,org.apache.commons.configuration2.web.ServletContextConfiguration.ServletContextConfiguration(javax.servlet.Servlet):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletContextConfiguration.ServletContextConfiguration(javax.servlet.ServletContext):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletContextConfiguration.context:FIELD_TYPE_CHANGED,org.apache.commons.configuration2.web.ServletFilterConfiguration.ServletFilterConfiguration(javax.servlet.FilterConfig):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletFilterConfiguration.config:FIELD_TYPE_CHANGED,org.apache.commons.configuration2.web.ServletRequestConfiguration.ServletRequestConfiguration(javax.servlet.ServletRequest):CONSTRUCTOR_REMOVED,org.apache.commons.configuration2.web.ServletRequestConfiguration.request:FIELD_TYPE_CHANGED -> [Help 1]