Skip to content

Commit

Permalink
bump CI matrix from 20-ea to 21-ea.
Browse files Browse the repository at this point in the history
Next LTS release! :)

 - updated javac warning settings where needed
 - fixed groovy/libs.groovy and php/websvc.saas.codegen.php builds

Co-authored-by: Matthias Bläsing <mblaesing@doppel-helix.eu>
  • Loading branch information
mbien and matthiasblaesing committed Apr 18, 2023
1 parent 311d3f9 commit 3ab598f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '11', '17', '20-ea' ]
java: [ '11', '17', '21-ea' ]
fail-fast: false
steps:

Expand All @@ -121,7 +121,7 @@ jobs:
restore-keys: ${{ runner.os }}-

- name: Setup Gradle Daemon to run on JDK 11
if: ${{ matrix.java == '20-ea' }}
if: ${{ matrix.java == '21-ea' }}
run: |
mkdir -p ~/.gradle
#uses a preinstalled JDK 11 from the runner
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '8', '11', '17', '20-ea' ]
java: [ '8', '11', '17', '21-ea' ]
fail-fast: false
steps:

Expand Down
4 changes: 2 additions & 2 deletions groovy/libs.groovy/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<friend>org.netbeans.modules.groovy.editor</friend>
<friend>org.netbeans.modules.groovy.refactoring</friend>
<friend>org.netbeans.modules.groovy.support</friend>
<package>groovy</package>
<package>groovy.beans</package>
<package>groovy.cli</package>
<package>groovy.grape</package>
Expand All @@ -49,6 +48,7 @@
<package>groovy.util.logging</package>
<package>groovy.xml</package>
<package>groovyjarjarantlr</package>
<package>groovyjarjarantlr.collections.impl</package>
<package>groovyjarjarasm.asm</package>
<package>org.codehaus.groovy</package>
<package>org.codehaus.groovy.ant</package>
Expand All @@ -72,8 +72,8 @@
<package>org.codehaus.groovy.tools</package>
<package>org.codehaus.groovy.transform</package>
<package>org.codehaus.groovy.transform.sc</package>
<package>org.codehaus.groovy.transform.trait</package>
<package>org.codehaus.groovy.transform.stc</package>
<package>org.codehaus.groovy.transform.trait</package>
</friend-packages>
<class-path-extension>
<runtime-relative-path>ext/groovy-3.0.8.jar</runtime-relative-path>
Expand Down
19 changes: 14 additions & 5 deletions php/websvc.saas.codegen.php/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
<specification-version>1.18</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.websvc.jaxwsmodelapi</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>1</release-version>
<specification-version>1.47</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.websvc.saas.api</code-name-base>
<build-prerequisite/>
Expand Down Expand Up @@ -93,27 +102,27 @@
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util.ui</code-name-base>
<code-name-base>org.openide.util</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>9.3</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util</code-name-base>
<code-name-base>org.openide.util.lookup</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>9.3</specification-version>
<specification-version>8.0</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util.lookup</code-name-base>
<code-name-base>org.openide.util.ui</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>8.0</specification-version>
<specification-version>9.3</specification-version>
</run-dependency>
</dependency>
</module-dependencies>
Expand Down
2 changes: 1 addition & 1 deletion platform/api.search/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint:all -Xlint:-serial -Xlint:-processing -Xlint:-options -Werror
javac.compilerargs=-Xlint:all -Xlint:-serial -Xlint:-processing -Xlint:-options -Xlint:-this-escape -Werror
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
2 changes: 1 addition & 1 deletion platform/janitor/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint:all -Xlint:-serial -Xlint:-processing -Xlint:-options -Werror
javac.compilerargs=-Xlint:all -Xlint:-serial -Xlint:-processing -Xlint:-options -Xlint:-this-escape -Werror
1 change: 1 addition & 0 deletions websvccommon/websvc.jaxwsmodelapi/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<friend>org.netbeans.modules.websvc.saas.codegen</friend>
<friend>org.netbeans.modules.websvc.saas.codegen.j2ee</friend>
<friend>org.netbeans.modules.websvc.saas.codegen.java</friend>
<friend>org.netbeans.modules.websvc.saas.codegen.php</friend>
<friend>org.netbeans.modules.websvc.saas.ui</friend>
<friend>org.netbeans.modules.websvc.wsitconf</friend>
<package>org.netbeans.modules.websvc.jaxwsmodelapi</package>
Expand Down

0 comments on commit 3ab598f

Please sign in to comment.