You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/10/23 09:58:34 UTC

[PR] fix: Adapt JAXBRuntimeHints to the behavior change in Spring 6.0.13 [camel-spring-boot]

essobedo opened a new pull request, #984:
URL: https://github.com/apache/camel-spring-boot/pull/984

   fixes the failing test https://ci-builds.apache.org/job/Camel/job/Camel-Spring-Boot%20Daily%20JDK17/job/main/1458/testReport/junit/org.apache.camel.xml.jaxb.springboot/JAXBRuntimeHintsTest/shouldRegisterHintsForJAXB/
   
   ## Motivation
   
   Since Spring 6.0.13 and the fix for https://github.com/spring-projects/spring-framework/issues/31224, the member category `INVOKE_DECLARED_METHODS` no longer includes public methods so the code needs to be adapted to this behavior change.
   
   ## Modifications:
   
   * Register also the member category `INVOKE_PUBLIC_METHODS` when `INVOKE_DECLARED_METHODS` is registered


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] fix: Adapt JAXBRuntimeHints to the behavior change in Spring 6.0.13 [camel-spring-boot]

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on PR #984:
URL: https://github.com/apache/camel-spring-boot/pull/984#issuecomment-1774839497

   @Croway FYI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] fix: Adapt JAXBRuntimeHints to the behavior change in Spring 6.0.13 [camel-spring-boot]

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #984:
URL: https://github.com/apache/camel-spring-boot/pull/984


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org