This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 8c778cc6383 Fix Archetype - downgrade compilation to JDK 17
8c778cc6383 is described below
commit 8c778cc63835736d2d03055e2c441499924c31e2
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Mar 19 15:04:57 2026 +0100
Fix Archetype - downgrade compilation to JDK 17
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../src/main/resources/archetype-resources/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
index 31988712cdd..2aad17fed33 100644
---
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
+++
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
@@ -97,7 +97,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin-version}</version>
<configuration>
- <release>21</release>
+ <release>17</release>
</configuration>
</plugin>
<plugin>