18
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #488 from kraendavid/nullpk More... about 1 month ago
Merge pull request #512 from kraendavid/ext More... about 1 month ago
Better extendability of L2CacheRetrieveFieldManager and ManagedConnection. More... about 1 month ago
Bugfixed support for nullable primary-keys. Now also works when PK isn't first fields in Persistable Class. More... about 1 month ago
Merge pull request #129 from kraendavid/master More... about 1 month ago
Improved nested exception handling. More... about 2 months ago
Improved nested exception handling. More... about 2 months ago
[maven-release-plugin] prepare for next development iteration More... 3 months ago
[maven-release-plugin] prepare release datanucleus-rdbms-6.0.7 More... 3 months ago
[maven-release-plugin] prepare for next development iteration More... 3 months ago
[maven-release-plugin] prepare release datanucleus-api-jdo-6.0.2 More... 3 months ago
[maven-release-plugin] prepare for next development iteration More... 3 months ago
[maven-release-plugin] prepare release datanucleus-core-6.0.7 More... 3 months ago
Merge pull request #509 from kraendavid/enlistedsmcache More... 3 months ago
Added option for having custom cache implementation for ExecutionContextImpl.enlistedSMCache. Also added performance accessor for value-set of this cache. More... 3 months ago
brace policy More... 3 months ago
copyright fixes and brace policy More... 3 months ago
Merge pull request #508 from kraendavid/l1handling More... 3 months ago
Merge pull request #507 from kraendavid/moreflush More... 3 months ago
More Level 1 cache performance improvements. More... 3 months ago
Merge pull request #506 from kraendavid/l2handling More... 3 months ago
javadocs etc More... 3 months ago
Improved ExecutionContext.findObject to not return duplicate PC instances of already existing PC in Level 1 cache. Also improved ExecutionContext.findObject to not call PersistenceHandler.findObject if FieldValues is supplied with all the data. And enabled PersistenceHandler to avoid doing extra DB validate check if already found object from DB. And added custom Level 1 cache performance optimization. More... 3 months ago
Merge pull request #487 from kraendavid/noversionupdate More... 3 months ago
Added option for securing that if a failure occur during flush then transaction MUST be rolled back. Also added option for letting flush-process decide if it handles operations in operation-queue itself. More... 3 months ago
Merge branch 'datanucleus:master' into l2handling More... 3 months ago
Added new L2 Cache update mode: datastore-read-only. With this mode L2 cache is only updated on datastre-read and NOT at commit. A custom commit listener can be made to control L2 cache population during commit if required. More... 3 months ago
Merge pull request #505 from kraendavid/lockmanager More... 3 months ago
Added RDBMS extension for member to specify that updates to member should not trigger version update when using optimistic locking. More... 3 months ago
Added RDBMS extension for member to specify that updates to member should not trigger version update when using optimistic locking. More... 3 months ago