Skip to content

Commit

Permalink
update to java11
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Apr 5, 2023
1 parent afb9007 commit cdf2bfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
matrix:
java-version:
- 8
# FIXME: something in the current build (pom.xml?) precludes Java>8 to work).
# - 9
# - 10
- 9
- 10
- 11
steps:
- name: Git checkout
Expand Down
3 changes: 3 additions & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[cygnus-common][cygnus-ngsi] Upgrade Java version from 1.8 to 1.11 in Dockerfile
[cygnus-common] Upgrade hadoop-core from 1.2.1 to hadoop-client 2.2.0
[cygnus-common] Upgrade hive-jdbc from 2.3.4 to 3.1.3
[cygnus-common] Added support for reindexing of dataExpiration (#2160, partially)
[cygnus-ngsi] Upgrade Debian version from 11.3 to 11.6 in Dockerfile
[cygnus-ngsi] Update NameMapping compile log mensage from WARN to ERROR
Expand Down
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit cdf2bfe

Please sign in to comment.