Skip to content
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

updates for spring-jms-3 jakarta changes #1179

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

tbradellis
Copy link
Contributor

pring 6.0.0 released 11/16
We will need a new instrumentation module to support these changes.

// https://mvnrepository.com/artifact/org.springframework/spring-jms
implementation 'org.springframework:spring-jms:6.0.0'

229 actionable tasks: 218 executed, 11 up-to-date
Verifier output:
Creating user classloader with custom classpath:
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jms/6.0.0/1e13f32802a53fcbe2380c8abf502a01ca5840bf/spring-jms-6.0.0.jar
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-messaging/6.0.0/c3e46c8f6fd7939dbe7b78ef9ff29fa733efcb52/spring-messaging-6.0.0.jar
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-tx/6.0.0/759573b65e86c7111206388a1fb13997fdeec8af/spring-tx-6.0.0.jar
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/6.0.0/88cb443c4ef133f0114edc94f1ab93f5a647a481/spring-beans-6.0.0.jar
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/6.0.0/b374a930c61b606e2e73503cc107501e1e967a2b/spring-core-6.0.0.jar
/home/runner/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jcl/6.0.0/7433b466690805ebea45df97dba7c5a1f81c9e7e/spring-jcl-6.0.0.jar
WeaveViolation
{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=org/springframework/jms/listener/SessionAwareMessageListener, method=onMessage(Ljavax/jms/Message;Ljavax/jms/Session;)V}
WeaveViolation
{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=org/springframework/jms/listener/SessionAwareMessageListener, method=onMessage(Ljavax/jms/Message;Ljavax/jms/Session;)V}

Testing

existing tests

Checks

[ ] Are your contributions backwards compatible with relevant frameworks and APIs?
[ ] Does your code contain any breaking changes? Please describe.
[ ] Does your code introduce any new dependencies? Please describe.

formatting and license updates
@tbradellis tbradellis merged commit e7f80a1 into main Mar 15, 2023
@tbradellis tbradellis deleted the spring-jms-update branch March 15, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants