File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : Set up Maven
5656 uses : stCarolas/setup-maven@v5
5757 with :
58- maven-version : ' 3.9.8 '
58+ maven-version : ' 3.9.11 '
5959
6060 - name : Build with maven
6161 run : mvn -B --errors --activate-profiles ci,format-check --no-transfer-progress package -DskipTests
8888 - name : Set up Maven
8989 uses : stCarolas/setup-maven@v5
9090 with :
91- maven-version : ' 3.9.8 '
91+ maven-version : ' 3.9.11 '
9292
9393 - name : Build and test with maven
9494 # Skip all static checks, they were already done in the compile jobs
Original file line number Diff line number Diff line change 6868 - name : Set up Maven
6969 uses : stCarolas/setup-maven@v5
7070 with :
71- maven-version : ' 3.9.8 '
71+ maven-version : ' 3.9.11 '
7272
7373 - name : Check version (SNAPSHOT)
7474 # Only deploy SNAPSHOT versions. We do not use "exit 1" because we still want the workflow
Original file line number Diff line number Diff line change 6868 - name : Set up Maven
6969 uses : stCarolas/setup-maven@v5
7070 with :
71- maven-version : ' 3.9.8 '
71+ maven-version : ' 3.9.11 '
7272
7373 - name : Check version (SNAPSHOT)
7474 # Only deploy SNAPSHOT versions. We do not use "exit 1" because we still want the workflow
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Complete refactoring of the SSH transport protocol. New feature: support for cli
1919
2020# Planned for the Next Milestone Release
2121
22+ * For building Apache MINA SSHD 3.0, Java >= 24 and Apache Maven >= 3.9.11 are required. Generated artifacts
23+ still use Java 8 as minimum runtime requirement.
24+
2225## Bug Fixes
2326
2427* [ GH-502 ] ( https://github.com/apache/mina-sshd/issues/502 ) Don't load security provider classes reflectively
Original file line number Diff line number Diff line change 7474 <japicmp-sshd-last-release >2.16.0</japicmp-sshd-last-release >
7575 <minimalJavaBuildVersion >24</minimalJavaBuildVersion >
7676 <surefireJdk >[${minimalJavaBuildVersion},)</surefireJdk >
77- <minimalMavenBuildVersion >3.9.8 </minimalMavenBuildVersion >
77+ <minimalMavenBuildVersion >3.9.11 </minimalMavenBuildVersion >
7878
7979 <format .impsort.action>sort</format .impsort.action>
8080 <format .formatter.action>format</format .formatter.action>
You can’t perform that action at this time.
0 commit comments