Skip to content

Change log

Holger Thurow edited this page Apr 26, 2020 · 14 revisions

0.23.0:

  • EclipseLink support.

0.22.0:

  • Object creation by SPI object factories is defered until lookup. So factories can depend on other JNDI objects.

0.21.0

0.20.0

  • Simple JNDI jar includes OSGi metadata.

0.19.0

0.18.2

  • Declare all configuration parameters as system properties and dispense with jndi.properties file.

0.18.0

0.17.0

0.16.0

0.15.0

  • Choose between DataSources to load: SimpleJndi's own implementation of a DataSource with legacy commons-dbcp for pooling, current commons-dbcp2 BasicDataSource or HikariCP.
  • Support for javax.naming.spi.ObjectFactory, so you can define own types like beans in your property files, not only the types provided by SimpleJNDI.
  • Property extraction is standard compatible now (e.g. this issue: '#' as a value of a property).
  • Extended logging to ease debugging.
  • Like e.g. Tomcat's JNDI implementation Simple-JNDI will now throw an exception instead returning null when a not existing context or object is lookuped.

Clone this wiki locally