You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/08/26 06:07:52 UTC

[camel] branch regen_bot updated (30f7f55 -> 4e03a7e)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 30f7f55  Regen for commit e35042179ddb75a7386a932a7234bd7cf6c757d6 (#5991)
     add 1c4bbbc  CAMEL-16891: camel-jaxb - Prefix mapper should be created via new constructor and not dynamic loaded which can cause problems for GraalVM based systems. Also no need to extend the com.sun class as the abstract class is sufficient.
     add 4e03a7e  Regen for commit 1c4bbbc216d83fb1c956f72a15c3712fb3b4c7ad

No new revisions were added by this update.

Summary of changes:
 .../jaxb/NamespacePrefixMapperFactory.java         |   20 +-
 ...pper.java => DefaultNamespacePrefixMapper.java} |    4 +-
 .../sql/stored/template/generated/SSPTParser.java  |  833 +++++++------
 .../template/generated/SSPTParserConstants.java    |  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
 5 files changed, 1081 insertions(+), 1108 deletions(-)
 rename components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/mapper/{SunJaxb21NamespacePrefixMapper.java => DefaultNamespacePrefixMapper.java} (88%)