Skip to content

Release version 1.1.1

Compare
Choose a tag to compare
@yetamine yetamine released this 30 Sep 21:21
· 14 commits to version/1.x since this release
RELEASE/1.1.1

This small update brings:

  • improved error reporting,
  • forced loading of initial drivers.

Before this release, initial drivers (on the JVM classpath) were loaded when DriverManager was first time touched and loaded. Unfortunately, this might be triggered by some code that runs with a TCCL (thread-context class loader), which DriverManager uses to discover the initial drivers. This release incorporates a fix that triggers the load when the bundle gets activated and ensures that no TCCL is set. When the extender starts early as it should, initial drivers are always available.