Skip to content

Commit 7db2a3b

Browse files
committed
Changes for Java 25
1 parent 6ae77b8 commit 7db2a3b

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 21 JDK">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25">
44
<attributes>
55
<attribute name="module" value="true"/>
66
</attributes>
@@ -15,7 +15,7 @@
1515
<classpathentry kind="lib" path="lib/commons-codec-1.21.0.jar"/>
1616
<classpathentry kind="lib" path="lib/commons-collections4-4.5.0.jar"/>
1717
<classpathentry kind="lib" path="lib/commons-io-2.21.0.jar"/>
18-
<classpathentry kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
18+
<classpathentry kind="lib" path="lib/commons-lang3-3.20.0.jar"/>
1919
<classpathentry kind="lib" path="lib/commons-logging-1.3.6.jar"/>
2020
<classpathentry kind="lib" path="lib/commons-text-1.15.0.jar"/>
2121
<classpathentry kind="lib" path="lib/jakarta.activation-api-2.1.4.jar"/>

autolab4j.jar

1.28 KB
Binary file not shown.

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<project basedir="." default="build" name="b7AutoLab">
88
<property environment="env"/>
99
<property name="debuglevel" value="source,lines,vars"/>
10-
<property name="target" value="21"/>
11-
<property name="source" value="21"/>
10+
<property name="target" value="25"/>
11+
<property name="source" value="25"/>
1212
<path id="b7AutoLab.classpath">
1313
<pathelement location="bin"/>
1414
<fileset dir="lib">

lib/commons-lang3-3.18.0.jar

-686 KB
Binary file not shown.

lib/commons-lang3-3.20.0.jar

697 KB
Binary file not shown.

lib/devonly/i4jruntime.jar

207 Bytes
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.commons</groupId>
6464
<artifactId>commons-lang3</artifactId>
65-
<version>3.18.0</version>
65+
<version>3.20.0</version>
6666
</dependency>
6767

6868
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->

src/com/commander4j/autolab/AutoLab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class AutoLab extends Thread
4646
public static boolean run = true;
4747
public static EmailQueue emailqueue = new EmailQueue();
4848
public static WatchDog watchdog;
49-
public static String version = "3.84";
49+
public static String version = "4.00";
5050
private JUtility utils = new JUtility();
5151
public static EmailThread emailthread;
5252
private TrayIconSystemInfo trayIconSystem = new TrayIconSystemInfo();

0 commit comments

Comments
 (0)