Skip to content

Smurfette

Compare
Choose a tag to compare
@mnovak1 mnovak1 released this 04 Jun 08:28
· 20 commits to master since this release

This release contains fix for long startup of Oracle FREE/XE databases due change of mount which caused 10+ minutes startup times and test timeouts.

NOTE

As mentioned in previous release, you might need to update to latest Apache dependencies in your project to avoid java.lang.NoClassDefFoundError or java.lang.NoSuchMethodException. Like:

-		<version.commons-compress>1.18</version.commons-compress>
+		<version.commons-compress>1.26.0</version.commons-compress>
-		<version.commons-io>2.6</version.commons-io>
+		<version.commons-io>2.16.1</version.commons-io>
-		<version.commons-net>3.6</version.commons-net>
+		<version.commons-net>3.10.0</version.commons-net>

What's Changed

  • Set Oracle data dir back to /var/lib/oracle/data from /opt/oracle/ora… by @mnovak1 in #568

Full Changelog: 0.33...0.34