-
Notifications
You must be signed in to change notification settings - Fork 483
Upgrade dependencies - only lib #1655
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
Conversation
<junit.vintage.version>5.9.3</junit.vintage.version> | ||
<concurrent.version>1.3.4</concurrent.version> | ||
<xbean-spring.version>4.23</xbean-spring.version> | ||
<xbean-spring.version>4.21</xbean-spring.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything wrong with that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI fail at Spring module
https://ci-builds.apache.org/blue/organizations/jenkins/james%2FApacheJames/detail/PR-1655/2/tests/
Error creating bean with name 'serverConnector' defined in class path resource [META-INF/org/apache/james/spring-server.xml]: Invocation of init method failed; nested exception is java.io.IOException: Cannot bind to URL [rmi://127.0.0.1:9999/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: filter status: REJECTED]
Stacktrace
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'serverConnector' defined in class path resource [META-INF/org/apache/james/spring-server.xml]: Invocation of init method failed; nested exception is java.io.IOException: Cannot bind to URL [rmi://127.0.0.1:9999/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: filter status: REJECTED]
at org.apache.james.app.spring.JamesAppSpringMainTest.testServer(JamesAppSpringMainTest.java:26)
Caused by: java.io.IOException:
Cannot bind to URL [rmi://127.0.0.1:9999/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: filter status: REJECTED]
at org.apache.james.app.spring.JamesAppSpringMainTest.testServer(JamesAppSpringMainTest.java:26)
Caused by: javax.naming.CommunicationException
at org.apache.james.app.spring.JamesAppSpringMainTest.testServer(JamesAppSpringMainTest.java:26)
Caused by: java.rmi.ServerException:
RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: filter status: REJECTED
at org.apache.james.app.spring.JamesAppSpringMainTest.testServer(JamesAppSpringMainTest.java:26)
Caused by: java.rmi.UnmarshalException:
error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: filter status: REJECTED
Caused by: java.io.InvalidClassException: filter status: REJECTED
CI error
It is not related to other commits in this pr. |
Tag it as unstable instead please |
Green! Pity there is a fixup I can't merge... Please squash and rebase it :) |
Quock perf test maybe? |
- 6.0.0 (supports javax.{inject,servlet,persistence}, mostly supports jakarta.inject) - 7.0.0 (supports jakarta.{inject,servlet,persistence})
… 4.2.15 -> 4.2.19
551e530
to
bb61fd7
Compare
The pr #1647 has a lot of files changed.
The ci can't green after several re-runs, So this pr is a split part of 1674 for easier