Skip to content

Commit 433919b

Browse files
committed
JF/105.0
1 parent f81b35c commit 433919b

6 files changed

Lines changed: 10 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.pquiring</groupId>
99
<artifactId>javaforce</artifactId>
10-
<version>104.1</version>
10+
<version>105.0</version>
1111

1212
<scm>
1313
<url>https://github.com/pquiring/javaforce</url>

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JavaForce SDK
22
=============
33

4-
Version 104.1
4+
Version 105.0
55

66
Description
77
===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646
Checkout Javaforce and a specific version:
4747
git clone http://github.com/pquiring/javaforce
4848
cd javaforce
49-
git checkout tags/104.1
49+
git checkout tags/105.0
5050
ant
5151
Next build the native loaders.
5252

src/javaforce/JF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class JF {
2727

2828
/** Returns JavaForce version as a String. */
2929
public static String getVersion() {
30-
return "104.1";
30+
return "105.0";
3131
}
3232

3333
/** Console app that displays JavaForce version. */

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#JavaForce version properties
22

33
#JavaForce version
4-
javaforce-version=104.1
4+
javaforce-version=105.0
55

66
#Java JDK version (version that is targeted in compiling)
77
java-version=25

whatsnew.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
What's new...
22

3+
Apr 25/2026 : JF/105.0
4+
- new : ThreadQueue now uses a thread pool
5+
- new : DBus uses ThreadQueue to process inbound calls for better performance
6+
37
Apr 20/2026 : JF/104.1
48
- fix : DBus : process inbound calls on a new thread each time to avoid deadlocks
59

wix64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
2-
<Package UpgradeCode="{52E091EA-4753-4970-B56C-DA6EEEDC26DC}" Version="104.1" Language="1033" Name="JavaForce" Manufacturer="Peter Quiring" InstallerVersion="300">
2+
<Package UpgradeCode="{52E091EA-4753-4970-B56C-DA6EEEDC26DC}" Version="105.0" Language="1033" Name="JavaForce" Manufacturer="Peter Quiring" InstallerVersion="300">
33
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
44
<UIRef Id="WixUI_Minimal" />
55
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />

0 commit comments

Comments
 (0)