Skip to content

Releases: lhervier/dom-spring

Version v1.4.0

18 Dec 13:48

Choose a tag to compare

Mavenized version of the plugin

v1.3

19 Oct 08:44

Choose a tag to compare

NPE + Documentation update

Separate feature for sample app

28 Sep 09:04

Choose a tag to compare

You are no longer obliged to deploy the sample app.

Documentation has also been added to explain how to setup the sample app.

NotesContext bean

27 Sep 07:42

Choose a tag to compare

This release removes the beans UserSession, ServerSession, UserDatabase, ServerDatabase and UserRoles. They are replaced by a new NotesContext bean.

There is too much troubles with the double implementation of lotus.domino.Session and lotus.domino.Database.

  • One version is in the com.ibm.notes.java.api plugin. It is the "standard" version.
  • Another one is in the jvm/lib/ext/Notes.jar.

In this latter, the interfaces have been extended with a set of additionnal methods. And thoses methods are not present on the server (even on FP8).

First Version

22 Sep 16:01

Choose a tag to compare

This version should allow you to develop Spring applications on your IBM Domino Server.