Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Jan JannekJan JannekNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Jan Jannek
Jan JannekNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Affects versions
Priority
Created 18 December 2017 at 18:13
Updated 20 May 2021 at 10:01
Resolved 26 November 2018 at 09:00
It would be great if the paths specified in this.javasettings could also deal with OSGi bundles to allow adding bundles from an application and not only by placing them in the server's bundles directory.
Example:
Download GSON jar from https://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.2 and put it in a local folder
Add that local folder to this.javasettings.loadPaths array
use createObject( "java", "com.google.gson.Gson", "com.google.code.gson-gson", "2.8.2" ) in code.