Skip to content

Commit ae9e23d

Browse files
authored
Upgrade to Java 17 (#31)
1 parent 9f333be commit ae9e23d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

labkey-client-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3+
## version 2.0.0
4+
*Released*: 25 July 2022
5+
* Require Java 17 to build and run
6+
37
## version 1.5.2
48
*Released*: 14 July 2022
59
* Add Connection.setUserAgent() and Connection.getUserAgent()

labkey-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repositories {
5757

5858
group "org.labkey.api"
5959

60-
version "1.6.0-artifactorySaas-SNAPSHOT"
60+
version "2.1.0-SNAPSHOT"
6161

6262
dependencies {
6363
implementation "org.apache.httpcomponents:httpmime:${httpmimeVersion}"

labkey-client-api/gradle.properties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
55

66
# The source and target versions of Java for compilation tasks
7-
# We target a very old version to stay compatible with SAS. Our SAS macros wrap the Java remoteapi and run in the
8-
# SAS-bundled private JRE. Starting with SAS 9.4M6 (released in late 2018), the SAS Private JRE is based on Java 8.
9-
# https://support.sas.com/en/documentation/third-party-software-reference/9-4/support-for-java.html
10-
sourceCompatibility=1.8
11-
targetCompatibility=1.8
7+
sourceCompatibility=17
8+
targetCompatibility=17
129

1310
artifactoryPluginVersion=4.21.0
1411
gradlePluginsVersion=1.32.2

0 commit comments

Comments
 (0)