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

fmariani pushed a change to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from bdac313dec9 Upgrade failing test to FHIR 6.6.1 (#931)
     new 65a1a102412 Override infinispan-bom
     new e997a5ea288 Added omp dependency for PME alignment.
     new 2590207ba8b Disable artifacts tests (#267)
     new 54857d93274 Remove compiler plugin from archetype
     new 2490746804f Remove camel-jq-starter from list of productized starters; 
has a -pre… (#266)
     new 610e2a200f4 Upgrade to spring-boot 3.1.4 (#953)
     new 9ac3cb0e88b CAMEL-19869: camel-infinispan - Disable failing ITs (#944)
     new ced53451b69 CAMEL-19854: camel-kafka - Disable the test 
KafkaConsumerHealthCheckIT (#945)
     new 84e08db31b2 CAMEL-19851: camel-http - Allow to configure timeouts 
natively (#942)
     new aef47c69e5f [CAMEL-19854]re-enable KafkaConsumerHealthCheckIT as it's 
OK now
     new 67ad1e95eee Regeneration
     new 0aa5bf5a233 Fix archetype pom
     new 9188e68c57c Disables failing tests
     new 7b194c485e6 Override avro/commons-compress (#273)
     new e27fedc5813 Add snappy-java override (#272)
     new 62f4c1df83f Fix typo
     new 27f63e754fa Make test compliant with quay mirroring
     new 054241d122f Provide an override for guava (#276)
     new 7fcf5b2e108 Add a netty-bom override (#277)
     new c2df983a1d5 Add override for the jetty-bom (#280)
     new 267ca0d51fc CAMEL-19955: Review the usage of Protostream
     new 4ed54d12f70 Change avro version to match camel's avro (1.11.3) (#283)
     new 2faa5c55306 Override tomcat version coming in from sb to 10.1.14 (#284)
     new ddf1d708ad4 Upgrade spring-boot to 3.1.5, align tomcat with 
spring-boot (#287)
     new a4218590f23 [infinispan] Client property configurable in tests (#995)
     new 1ac17b0257b Externalize passwords into properties files, set features 
to DocumentBuilderFactory (#986)
     new 82b0eabc538 Externalize credentials to properties files for SAST tests 
(#988)
     new 1d525e1dd0a Set features to DocumentBuilderFactory to protect from 
XXE; fix for SAST (#989)
     new 3c4771821a3 Add a check for path traversal for SAST tests (#990)
     new 013945d9850 Fix CS
     new c36fe3d1d09 Add snyk file to ignore tests in SAST analysis
     new 478f4f373fc fix: Adapt JAXBRuntimeHints to the behavior change in 
Spring 6.0.13 (#984) (#291)
     new be03f72ee6d Add repository/pluginRepository entries to archetype (#304)
     new 141a5fa8ddf Upgrade tomcat to 10.1.16 (#306)
     new ad45178c4a4 Upgrade to spring-boot 3.1.6 (#305)
     new 181f5e6a835 CSB-3042: [camel-mail] java.lang.ClassNotFoundException: 
org.eclipse.angus.mail.imap.IMAPStore
     new 922dab1fd82 Override logback to 1.4.14 (#308)
     new d7d32d9b858 Override reactory-netty-http to 1.1.13 (#309)
     new e3a84a1d41c Override version of org.json:json - need a newer version 
than the one coming in from spring boot (#311)
     new f334dab28c1 Add dependencyManagement entries for artifacts being 
overwritten in redhat BOM (#312)

The 40 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 .mvn/excludes.txt                                  |   1 +
 .snyk                                              |   4 +
 Jenkinsfile.redhat                                 |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |  39 +-
 archetypes/pom.xml                                 |   2 +-
 .../springboot/catalog/components/aws2-cw.json     |   2 +-
 .../springboot/catalog/components/aws2-ddb.json    |   2 +-
 .../catalog/components/aws2-ddbstream.json         |   2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |   2 +-
 .../catalog/components/aws2-kinesis.json           |   2 +-
 .../springboot/catalog/components/aws2-lambda.json |   2 +-
 .../springboot/catalog/components/aws2-s3.json     |   2 +-
 .../springboot/catalog/components/aws2-sns.json    |   6 +-
 .../springboot/catalog/components/aws2-sqs.json    |   2 +-
 .../catalog/components/elasticsearch.json          |  65 ++--
 .../camel/springboot/catalog/components/kafka.json |   8 +-
 .../catalog/components/spring-rabbitmq.json        |  19 +-
 .../cw/springboot/Cw2ComponentConfiguration.java   |   2 +-
 .../ddb/springboot/Ddb2ComponentConfiguration.java |   2 +-
 .../Ddb2StreamComponentConfiguration.java          |   2 +-
 .../component/aws2/ddbstream/Ddb2StreamTest.java   |   2 +
 .../KinesisFirehose2ComponentConfiguration.java    |   2 +-
 .../springboot/Kinesis2ComponentConfiguration.java |   3 +-
 .../aws2/kinesis/KinesisComponentTest.java         |   2 +
 .../springboot/Lambda2ComponentConfiguration.java  |   2 +-
 .../springboot/AWS2S3ComponentConfiguration.java   |   3 +-
 .../src/main/docs/aws2-sns.json                    |   4 +-
 .../sns/springboot/Sns2ComponentConfiguration.java |  14 +-
 .../sqs/springboot/Sqs2ComponentConfiguration.java |   2 +-
 .../src/main/docs/elasticsearch.json               |   7 +
 .../ElasticsearchComponentConfiguration.java       |  18 +
 .../remote/springboot/ftp/FtpEmbeddedService.java  |  24 +-
 .../src/test/resources/users.properties            |   5 +
 .../springboot/HttpComponentTimeoutConverter.java} |  45 +--
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   1 +
 .../HttpComponentTimeoutConverterTest.java         | 125 ++++++
 .../camel-infinispan-starter/pom.xml               |  12 +-
 .../InfinispanRemoteAggregationRepositoryIT.java   |   2 +
 ...panRemoteAggregationRepositoryOperationsIT.java |   2 +
 .../remote/InfinispanRemoteConfigurationIT.java    |   4 +-
 .../remote/InfinispanRemoteTestSupport.java        |   4 +-
 .../InfinispanRemoteClusteredTestSupport.java      |  52 ++-
 ...ptedPropertiesIvGeneratorAutoDetectionTest.java |  18 +-
 ...ptedPropertiesCustomConfigurationBeansTest.java |  17 +-
 ...ertiesDisabledCustomConfigurationBeansTest.java |   2 +-
 .../EncryptedPropertiesDisabledTest.java           |   2 +-
 .../jasypt/springboot/EncryptedPropertiesTest.java |   2 +-
 ...tBase.java => EncryptedPropertiesTestBase.java} |   2 +-
 .../src/test/resources/test.properties             |   2 +
 .../springboot/test/AddCommentProducerTest.java    |   8 +-
 .../springboot/test/AddIssueLinkProducerTest.java  |   6 +-
 .../jira/springboot/test/AddIssueProducerTest.java |   6 +-
 .../springboot/test/AddWorkLogProducerTest.java    |   3 +-
 .../springboot/test/AttachFileProducerTest.java    |   5 +-
 .../springboot/test/DeleteIssueProducerTest.java   |   3 +-
 .../springboot/test/FetchCommentsProducerTest.java |   6 +-
 .../springboot/test/FetchIssueProducerTest.java    |   3 +-
 .../jira/springboot/test/JiraTestConstants.java    |  27 +-
 .../springboot/test/NewCommentsConsumerTest.java   |   6 +-
 .../springboot/test/NewIssuesConsumerTest.java     |   6 +-
 .../test/TransitionIssueProducerTest.java          |   3 +-
 .../springboot/test/UpdateIssueProducerTest.java   |   6 +-
 .../springboot/test/WatchUpdatesConsumerTest.java  |   6 +-
 .../jira/springboot/test/WatcherProducerTest.java  |   6 +-
 .../src/test/resources/jiraauth.properties         |   3 +
 .../camel-kafka-starter/src/main/docs/kafka.json   |   4 +-
 .../springboot/KafkaComponentConfiguration.java    |   4 +-
 .../integration/AbstractMongoDbITSupport.java      |  15 +-
 .../MongoDbCredentialsFromUriConnectionIT.java     |  18 +-
 .../integration/MongoDbFindOperationIT.java        |   2 +-
 .../meta/integration/MongoDbMetaExtensionIT.java   |  26 +-
 .../integration/MongoDbVerifierExtensionIT.java    |  48 ++-
 .../src/test/resources/test.properties             |  11 +
 .../NettyComponentConfigurationTest.java           |  22 +-
 .../nettycomponentconfigurationtest.properties     |   1 +
 .../salesforce/springboot/RawPayloadTest.java      |  19 +-
 .../src/test/resources/rawpayload.properties       |   1 +
 .../xml/jaxb/springboot/JAXBRuntimeHints.java      |  11 +-
 .../org/apache/camel/xml/jaxb/springboot/Book.java |   1 -
 .../zipfile/springboot/ZipFileDataFormatTest.java  |  12 +-
 components-starter/pom.xml                         |   2 +-
 pom.xml                                            |  59 ++-
 .../required-productized-camel-artifacts.txt       |   1 -
 .../itest/springboot/util/DependencyResolver.java  |   3 +
 tooling/camel-spring-boot-bom/pom.xml              |   8 +-
 tooling/camel-spring-boot-dependencies/pom.xml     | 430 +++++++++++----------
 .../springboot/maven/SpringBootStarterMojo.java    |   7 +-
 .../src/main/resources/pom.xml                     | 119 ++++++
 tooling/redhat-camel-spring-boot-bom/pom.xml       | 127 +++++-
 90 files changed, 1109 insertions(+), 494 deletions(-)
 create mode 100644 .snyk
 create mode 100644 
components-starter/camel-ftp-starter/src/test/resources/users.properties
 copy 
components-starter/{camel-log-starter/src/main/java/org/apache/camel/component/log/springboot/LogComponentConverter.java
 => 
camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentTimeoutConverter.java}
 (60%)
 create mode 100644 
components-starter/camel-http-starter/src/test/java/org/apache/camel/component/http/springboot/HttpComponentTimeoutConverterTest.java
 rename 
components-starter/camel-jasypt-starter/src/test/java/org/apache/camel/component/jasypt/springboot/{EncryptedProperiesTestBase.java
 => EncryptedPropertiesTestBase.java} (97%)
 create mode 100644 
components-starter/camel-jasypt-starter/src/test/resources/test.properties
 create mode 100644 
components-starter/camel-jira-starter/src/test/resources/jiraauth.properties
 create mode 100644 
components-starter/camel-mongodb-starter/src/test/resources/test.properties
 create mode 100644 
components-starter/camel-netty-starter/src/test/resources/nettycomponentconfigurationtest.properties
 create mode 100644 
components-starter/camel-salesforce-starter/src/test/resources/rawpayload.properties

Reply via email to