FOCONIS\noemi.praml
97ce091324
[maven-release-plugin] prepare for next development iteration
2022-05-03 08:44:31 +02:00
FOCONIS\noemi.praml
4bae88f153
[maven-release-plugin] prepare release ebean-parent-13.6.0-FOC1
2022-05-03 08:44:22 +02:00
FOCONIS\noemi.praml
42ac46ea71
bump version
2022-05-03 08:04:06 +02:00
FOCONIS\noemi.praml
401dd5965b
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# ebean-bom/pom.xml
# tests/test-java16/pom.xml
# tests/test-kotlin/pom.xml
2022-05-03 08:02:06 +02:00
FOCONIS\noemi.praml
9570738ee9
bump version to 13.6.1-SNAPSHOT
2022-05-03 07:59:54 +02:00
Rob Bygrave
1c072f1d0a
[maven-release-plugin] prepare for next development iteration
2022-05-03 15:13:20 +12:00
Rob Bygrave
bac7eb11bd
[maven-release-plugin] prepare release ebean-parent-13.6.0
2022-05-03 15:13:13 +12:00
Rob Bygrave
67a4e66b00
[maven-release-plugin] rollback the release of ebean-parent-13.6.0
2022-05-03 15:07:55 +12:00
Rob Bygrave
0d1d212f9f
[maven-release-plugin] prepare for next development iteration
2022-05-03 14:59:36 +12:00
Rob Bygrave
f44c77f5f5
[maven-release-plugin] prepare release ebean-parent-13.6.0
2022-05-03 14:59:29 +12:00
Rob Bygrave and GitHub
ebbef86def
Merge pull request #2626 from ebean-orm/wip/EntityBeanIntercept-interface
...
Support EntityBeanIntercept as an interface with InterceptReadWrite and InterceptReadOnly options
2022-05-03 14:15:49 +12:00
Rob Bygrave and GitHub
1365e39e94
Merge pull request #2681 from ebean-orm/feature/2647
...
#2647 - When Postgres + isAllQuotedIdentifiers true + using DataSourceConfig THEN `datasourceConfig.addProperty("quoteReturningIdentifiers", false);`
2022-05-03 13:38:10 +12:00
Rob Bygrave and GitHub
a73eb1c42f
Merge pull request #2648 from ebean-orm/feature/bump-classpathscanner
...
Bump avaje classpath scanner to 7.1, ignores module-info, uses System.Logger (not slf4j-api)
2022-05-03 13:36:39 +12:00
Rob Bygrave
1d4f2ad856
#2626 - Add final modifier to methods - For readOnly disableLazyLoad using Collections.EMPTY_LIST etc
2022-05-03 12:23:22 +12:00
Rob Bygrave
84042397b6
#2626 - For readOnly disableLazyLoad using Collections.EMPTY_LIST etc for reference collections
2022-05-03 12:12:47 +12:00
Rob Bygrave
d1b5400f2c
Merge branch 'master' into wip/EntityBeanIntercept-interface
2022-05-03 10:45:45 +12:00
Rob Bygrave
244f336f54
#2647 - When Postgres + isAllQuotedIdentifiers true + using DataSourceConfig THEN datasourceConfig.addProperty("quoteReturningIdentifiers", false);
...
I think there is not a case where we do NOT want to do this. allQuotedIdentifiers + Postgres is almost not usable without this.
2022-05-03 10:15:07 +12:00
Roland Praml
0ad6811a42
[maven-release-plugin] prepare for next development iteration
2022-05-02 16:25:40 +02:00
Roland Praml
e9f4489c4b
[maven-release-plugin] prepare release ebean-parent-13.6.0-FOC1
2022-05-02 16:25:36 +02:00
Roland Praml
0498fb53a1
version bump to foc1
2022-05-02 16:16:50 +02:00
Roland Praml
8d08d3e41d
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# ebean-bom/pom.xml
# tests/test-kotlin/pom.xml
2022-05-02 16:15:18 +02:00
Roland Praml
4424ba34d2
Prepare for merge-back
2022-05-02 16:13:13 +02:00
Roland Praml
5a2632e7ba
Merge branch 'master' of github.com:FOCONIS/ebean
2022-05-02 16:04:34 +02:00
Roland Praml
6890ef4334
More detailed exception on persist errors
2022-05-02 16:04:24 +02:00
Rob Bygrave
d6a65e4e66
Bump to 13.6.0-SNAPSHOT
2022-05-02 22:31:32 +12:00
Rob Bygrave and GitHub
ea5b4e9271
Merge pull request #2662 from ebean-orm/feature/deprecated-remove-Ebean
...
Remove deprecated Ebean, EbeanServer, EbeanServerFactory, ServerConfig migrate to DB, Database, DatabaseFactory, DatabaseConfig
2022-05-02 22:27:57 +12:00
Rob Bygrave
2cf83278ea
#2677 - Change trimOnPut to be 10% of max or 1_000.
...
Can look to provide an explicit option via `@CacheBeanTuning` later.
2022-05-02 22:19:37 +12:00
Rob Bygrave
5c332286b6
#2677 - Add ReentrantLock for DefaultServerCache.runEviction() and trigger runEviction() via mutationCounter
...
If we get a lot of cache mutation (puts) between background trims then also trigger runEviction() in foreground using mutationCounter.
2022-05-02 21:48:58 +12:00
Rob Bygrave
1cd319c495
#2677 - Add try catch around DefaultServerCache.runEviction()
...
If there is an unexpected error we expect it to be temporary and want runEviction() to keep executing.
2022-05-02 20:51:33 +12:00
Rob Bygrave
d036edf7fd
#2677 - Fix for trim failing on mutation of lastAccessTime
...
Currently, lastAccessTime can mutate during cache trim processing. This fixes this issue by taking a copy of the lastAccessTime storing as lastAccessSort and using that for sorting for cache trim.
2022-05-02 20:31:10 +12:00
Rob Bygrave
4d4f8e2c4b
Modify DefaultOrmQuery to have non-final copy() methods to allow ebean-mocker to be updated
2022-05-02 18:01:25 +12:00
Noemi Szemenyei
41b3ff044e
[maven-release-plugin] prepare for next development iteration
2022-04-28 13:55:16 +02:00
Noemi Szemenyei
f0913cab36
[maven-release-plugin] prepare release ebean-parent-13.5.1-FOC1
2022-04-28 13:55:06 +02:00
Noemi Szemenyei
cb1ec13e32
bump version
2022-04-28 13:51:20 +02:00
Noemi Szemenyei
dcc17f7081
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# ebean-bom/pom.xml
# ebean-kotlin/pom.xml
# tests/test-java16/pom.xml
# tests/test-kotlin/pom.xml
2022-04-28 08:17:46 +02:00
Noemi Szemenyei
d9f4a8a0a4
bump version to 13.5.1-SNAPSHOT
2022-04-28 08:11:56 +02:00
Rob Bygrave
d2a742fefb
[maven-release-plugin] prepare for next development iteration
2022-04-28 17:42:12 +12:00
Rob Bygrave
22de23ddf4
[maven-release-plugin] prepare release ebean-parent-13.5.0
2022-04-28 17:42:05 +12:00
Rob Bygrave
38803aa7f8
Bump to 13.5.0-SNAPSHOT
2022-04-28 10:33:41 +12:00
Rob Bygrave
45233e96ab
#2673 - Bug introduced in 13.3.1 via #2652 - incorrect binding of history query with SQL2011 standards based queries
2022-04-27 22:48:02 +12:00
Rob Bygrave
786286421d
[maven-release-plugin] prepare for next development iteration
2022-04-27 09:13:48 +12:00
Rob Bygrave
b517551352
[maven-release-plugin] prepare release ebean-parent-13.4.1
2022-04-27 09:13:41 +12:00
Noemi Szemenyei
c55654104c
[maven-release-plugin] prepare for next development iteration
2022-04-26 14:39:40 +02:00
Noemi Szemenyei
75ed50afe9
[maven-release-plugin] prepare release ebean-parent-13.3.1-FOC2
2022-04-26 14:39:29 +02:00
Rob Bygrave and Noemi Szemenyei
0c0484c56e
Fix: CompareTo when discriminatorString is null
2022-04-21 07:50:53 +02:00
Rob Bygrave
b21123343f
[maven-release-plugin] prepare for next development iteration
2022-04-21 13:30:00 +12:00
Rob Bygrave
303f63fe5e
[maven-release-plugin] prepare release ebean-parent-13.4.0
2022-04-21 13:29:54 +12:00
Rob Bygrave
5245ef597d
Bump to 13.4.0-SNAPSHOT
2022-04-21 10:28:01 +12:00
Rob Bygrave
5b9ca2933f
Fix: CompareTo when discriminatorString is null
...
- Fix for regression introduced by #2646 in version 13.3.1
- Replaces PR #2664
2022-04-21 09:53:06 +12:00
Rob Bygrave
cacbee5fd5
Refactor tidy NodeUsageCollector, remove unused loadProperty and unnecessary WeakReference for State.listener
2022-04-21 08:59:53 +12:00