This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch CAMEL-13965 in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 999307a CAMEL-13965: Added the @CamelSpringBootTest annotation add 97b7211 Camel-Kubernetes: Added samples code for pod component add 975b3fa Regen docs add c1149d8 Camel-Kubernetes: Pods component docs fixed typo add 684b708 Regen docs add 6661e4c Camel-Kubernetes: Samples code for rc component add f53b867 Regen docs add 68e3f92 Upgrade Netty Boring SSL to version 2.0.26.Final add e78994f Camel-Kubernetes: Added sample code for Resource Quotas component add b474612 Regen docs add a21a5cb Camel-Kubernetes: Samples code for secrets component add 341e74a Regen docs add 1b2e626 Fix first example in aws-s3 component documentation add b51c584 Fix additional URI add c8b93cd Merge pull request #3187 from williamthompson-toast/patch-1 add 704a687 Regen docs add 29c11a0 Docs update - TimerAction should be MetricsTimerAction add ff566ad Merge pull request #3189 from alex-nt/patch-1 add 8bf180c Regen docs new 34e2d89 CAMEL-13965: Added the @CamelSpringBootTest annotation This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (999307a) \ N -- N -- N refs/heads/CAMEL-13965 (34e2d89) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: .../src/main/docs/aws-s3-component.adoc | 4 +- .../src/main/docs/kubernetes-pods-component.adoc | 51 ++++++++++++++++++++++ ...bernetes-replication-controllers-component.adoc | 51 ++++++++++++++++++++++ .../docs/kubernetes-resources-quota-component.adoc | 33 ++++++++++++++ .../main/docs/kubernetes-secrets-component.adoc | 33 ++++++++++++++ .../src/main/docs/metrics-component.adoc | 4 +- .../test/spring/junit5/CamelSpringTestSupport.java | 2 +- .../junit5/SpringTestExecutionListenerSorter.java | 12 ++--- .../SpringTestExecutionListenerSorterTest.java | 8 ++-- .../modules/ROOT/pages/aws-s3-component.adoc | 4 +- .../ROOT/pages/kubernetes-pods-component.adoc | 51 ++++++++++++++++++++++ ...bernetes-replication-controllers-component.adoc | 51 ++++++++++++++++++++++ .../kubernetes-resources-quota-component.adoc | 33 ++++++++++++++ .../ROOT/pages/kubernetes-secrets-component.adoc | 33 ++++++++++++++ .../modules/ROOT/pages/metrics-component.adoc | 4 +- parent/pom.xml | 2 +- 16 files changed, 357 insertions(+), 19 deletions(-)