OpenNTF Domino API
  1. OpenNTF Domino API

DominoAPI

Public
AuthorCommitMessageCommit dateIssues
Jesse GallagherJesse Gallagher
f58ef153fa8Set version to 11.0.0
Jesse GallagherJesse Gallagher
aa0d7f09224MMerge branch 'release/11.0.0'
Jesse GallagherJesse Gallagher
373bae0bd8eMove features and update sites into subdirectories and switch to Tycho source-feature generation
Jesse GallagherJesse Gallagher
eec5abdebb0Restore previous MANIFEST.MF to avoid import trouble
Jesse GallagherJesse Gallagher
c9ec4111917Fix lotus.notes.NotesThread -> lotus.domino.NotesThread
Jesse GallagherJesse Gallagher
7b706dd5617Adjust imports in REST plugin
Jesse GallagherJesse Gallagher
a20c9c10682Convert update site projects to eclipse-repository
Jesse GallagherJesse Gallagher
97a49473adfBump Tycho version
Jesse GallagherJesse Gallagher
cfe0a6e9d6dReplace java.io.File uses with Java NIO
Jesse GallagherJesse Gallagher
29e711fd1d1Remove unused import
Jesse GallagherJesse Gallagher
5511df634baAdjust dependencies to better track actual uses
Jesse GallagherJesse Gallagher
cad3e97265fFix broken license headers
Jesse GallagherJesse Gallagher
8e9ea04408dUpdate license years and headers
Jesse GallagherJesse Gallagher
d26f454cc92Clean up old comments in DominoReferenceCache
Jesse GallagherJesse Gallagher
84a3f5460ceMinor Java 8 Map method improvement
Jesse GallagherJesse Gallagher
c4e67bc2b80DominoReferenceCache: Replace HashMap with a Multiset
Jesse GallagherJesse Gallagher
25f43cf8ad1Import lotus.notes and lotus.notes.addins in .xsp plugin
Jesse GallagherJesse Gallagher
41d0e6183b9Add DominoQuery methods added in V11
Jesse GallagherJesse Gallagher
41f7a02995cMMerge branch 'master' into develop
Jesse GallagherJesse Gallagher
179ae44f63aRemove Eclipse bits from Git
Jesse GallagherJesse Gallagher
bfc5ff0a1d0MMerge branch 'develop' of https://stash.openntf.org/scm/oda/dominoapi into develop
Paul S WithersPaul S Withers
5d4097e72b7Fix for pre-2000 2-digit years
Paul S WithersPaul S Withers
3ce23ff1353Fix for an item name in the list of Document fields that has no getFirstItem.Yep, it's possible
Paul S WithersPaul S Withers
d690bb1ed8cInitial v11 build
Jesse GallagherJesse Gallagher
a9df2e6d97fAdd most IBM Commons extensions to META-INF/services
Paul S WithersPaul S Withers
9521cdaa8d7Avoid need for SessionType.CURRENT to be initialised.SessionType.NATIVE will always be initialised
Paul S WithersPaul S Withers
3022fd048feNew D11 method
Paul S WithersPaul S Withers
d7d590933c7DominoQuery returning from class
Paul S WithersPaul S Withers
5c69ff64619Adding toJSON method for ViewEntry class
Jesse GallagherJesse Gallagher
45cdb2830e4Add null guard to Database#getForm (Issue #164)
Jesse GallagherJesse Gallagher
b22d818f332Add check for request.getUserPrincipal() in DasCurrentSessionFactory (Issue #159)
Jesse GallagherJesse Gallagher
34a42c9b4dfFix enum value check in FormField#setFieldType (Issue #170)
Jesse GallagherJesse Gallagher
8e8d488b205Fix document lineage after copyToDatabase (Issue #152)
Jesse GallagherJesse Gallagher
2e582d63c43Add test for GitHub issue #55
Jesse GallagherJesse Gallagher
cfb7ed57e40Add null guard to DominoUtils.getHierarchicalName (Issue #146)
Jesse GallagherJesse Gallagher
3698f5f632dAdd test for an old replaceItemValue bug
Jesse GallagherJesse Gallagher
dd8c8cf62eeDisable Eclipse on-save actions
Jesse GallagherJesse Gallagher
38032769934Remove errant sysout
Jesse GallagherJesse Gallagher
eda292e628eTweak DocumentCollection#isEmpty implementation
Jesse GallagherJesse Gallagher
e3ecc32d0c7Add basic test for Factory.getSession()
Jesse GallagherJesse Gallagher
fffb5eed833Improve Factory “environment” loading (Issue #125)
Jesse GallagherJesse Gallagher
02c0addee91Loosen Notes.jar fragment version range for 10.x
Paul WithersPaul Withers
0c6882cd768Updating for Tycho
Paul S WithersPaul S Withers
07d0ec84df5Pull request template
Paul S WithersPaul S Withers
80079e7107eUpdate issue templatesGitHub templates
Paul S WithersPaul S Withers
1e37810f07cTrying to update to 10.0.2Tycho-versions plugin not updating plugin.xml and feature.xml though
Paul S WithersPaul S Withers
56ce1710614MMerge tag '10.0.2' into develop10.0.1
Paul S WithersPaul S Withers
cdbb90de3aeMMerge branch 'release/10.0.2'
Paul S WithersPaul S Withers
71a7411102bCompleting Release
Paul S WithersPaul S Withers
6ad913f161b#168 Forgot to rename in DateTime class