This is an automated email from the ASF dual-hosted git repository.
englefly pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 17f0459fc23 [fe](pom) use java 17 not 9 (#65517)
17f0459fc23 is described below
commit 17f0459fc233ec9ad9b400dfba860ee248d7fc28
Author: minghong <[email protected]>
AuthorDate: Tue Jul 14 11:09:51 2026 +0800
[fe](pom) use java 17 not 9 (#65517)
### What problem does this PR solve?
test code (#63068) using java 11 language, but pom is not updated.
---
fe/fe-authentication/fe-authentication-api/pom.xml | 4 ++--
fe/fe-authentication/fe-authentication-role-mapping/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fe/fe-authentication/fe-authentication-api/pom.xml
b/fe/fe-authentication/fe-authentication-api/pom.xml
index 7d70ff9e868..256a84f96a2 100644
--- a/fe/fe-authentication/fe-authentication-api/pom.xml
+++ b/fe/fe-authentication/fe-authentication-api/pom.xml
@@ -48,8 +48,8 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>9</source>
- <target>9</target>
+ <source>17</source>
+ <target>17</target>
</configuration>
</plugin>
</plugins>
diff --git a/fe/fe-authentication/fe-authentication-role-mapping/pom.xml
b/fe/fe-authentication/fe-authentication-role-mapping/pom.xml
index 581df2f42a3..aa9e15003c0 100644
--- a/fe/fe-authentication/fe-authentication-role-mapping/pom.xml
+++ b/fe/fe-authentication/fe-authentication-role-mapping/pom.xml
@@ -53,8 +53,8 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>9</source>
- <target>9</target>
+ <source>17</source>
+ <target>17</target>
</configuration>
</plugin>
</plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]