Skip to content

Releases: Kale-Ko/EJCL

3.9.3

24 Dec 02:34
c1a2044
Compare
Choose a tag to compare

Updated MySQL connector/j

3.9.2

23 Dec 10:51
bb346cf
Compare
Choose a tag to compare

Using new maven repo https://maven.kaleko.dev
Updated publish settings

Updated javadoc settings to output @since and @author tags

3.9.1

14 Dec 22:41
cc08331
Compare
Choose a tag to compare

Updated BJSL
Fixed possible NullPointerException in SimpleFileConfig

3.9.0

12 Oct 02:58
39c3d66
Compare
Choose a tag to compare

Added UnstructuredBJSLFileConfig along with Unstructured{format}FileConfig
Renamed {format}FileConfig to Structured{format}FileConfig

Added StructuredSimpleFileConfig
Renamed SimpleFileConfig to UnstructuredSimpleFileConfig
Fixed SimpleFileConfig so the value can contain anything (except \n)

Fixed a few things in MySQLConfig
Fixed a lot of Javadocs

Updated the README

3.8.2

28 Sep 22:51
f8fd39a
Compare
Choose a tag to compare

Updated BJSL

3.8.1

25 Sep 23:38
7c5bed8
Compare
Choose a tag to compare

Disabled query streaming as it was causing undiagnosable issues

3.8.0

19 Sep 16:07
6dd3d41
Compare
Choose a tag to compare

Partial thread safety for saving and loading data

3.7.1

18 Sep 20:27
8767f7e
Compare
Choose a tag to compare

Fixed the password containing a ':' escaping the MySQL connection string
Fixed reconnect issues

3.7.0

09 Sep 16:42
7b49aeb
Compare
Choose a tag to compare

Updated BJSL

Added some missing null annotations

3.6.0

15 Aug 02:04
Compare
Choose a tag to compare

Added @NotNull and @Nullable annotations to all code
Updated a few javadocs

Updated BJSL