Rob Bygrave
1ba8bc4557
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.4
avaje-ebeanorm-3.3.4
2014-05-22 20:02:26 +12:00
Rob Bygrave
a234bd1201
Merge pull request #129 from jroper/java16-compat
...
Backport to JDK 6
2014-05-22 19:36:32 +12:00
James Roper
1c0c0893b6
Backport to JDK 6
...
Replaced all uses of ju.Objects.hashCode and ju.Objects.equals with a
copy of their implementations inlined into the code.
Also changed source/target for compiler plugin.
To test, I compiled my own avaje launchagent against 6, and changed to
use that in the pom, compiled/tested the whole project using JDK 7,
then ran mvn surefire:test using JDK 6 - running surefire:test ensures
that mvn doesn't try to recompile everything against 6, since that's not
possible because of some of the delegate classes having delegate methods
to JDK 7 jdbc classes.
2014-05-22 15:20:21 +10:00
Rob Bygrave
ebbc560ae8
[maven-release-plugin] prepare for next development iteration
2014-05-19 01:03:43 +12:00
Rob Bygrave
fcb9df05ad
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.3
avaje-ebeanorm-3.3.3
2014-05-19 01:03:31 +12:00
Rob Bygrave
3de79b211a
Change version in pom to 3.3.3-SNAPSHOT in preparation for release
2014-05-19 01:02:13 +12:00
Rob Bygrave
d93952a920
Backport of fix for #56 - Using findIterate with MySQL streams
2014-05-19 00:59:05 +12:00
Rob Bygrave
3b4836cad9
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.2
avaje-ebeanorm-3.3.2
2014-04-03 23:18:50 +13:00
Rob Bygrave
6048d97aab
Update version in README
2014-04-03 23:17:24 +13:00
Rob Bygrave
16d32b408e
Merge branch 'master' of https://github.com/ebean-orm/avaje-ebeanorm
2014-04-03 23:15:01 +13:00
Rob Bygrave
0435ab0991
Fix for #84 Fix for classpath searching with maven surefire / jarfile with manifest
2014-04-03 23:14:55 +13:00
rob
95617d1bea
Update README with pom version
2014-04-03 09:12:28 +13:00
Rob Bygrave
38d0e7642e
[maven-release-plugin] prepare for next development iteration
2014-04-02 21:59:57 +13:00
Rob Bygrave
e4306ce1ab
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.1
avaje-ebeanorm-3.3.1
2014-04-02 21:59:46 +13:00
Rob Bygrave
444b656780
Update pom to 3.3.1
2014-04-02 21:58:13 +13:00
Rob Bygrave
fcbba23441
Test case for #83 - Bug: Stateless update cascading to OneToOne or
...
ManyToOne incorrectly tries to INSERT rather than UPDATE
2014-04-02 21:44:41 +13:00
Rob Bygrave
18961047a1
Fix for #80 - Exposing discriminator value in entity bean throws
...
exception when updating or deleting
2014-03-31 22:49:44 +13:00
Rob Bygrave
34347fc3e1
Fix for #77 - NPE when lazy loading on a OneToMany that is not a leaf
2014-03-31 22:06:10 +13:00
Rob Bygrave
189e0a2ea9
Part of fix for #79 - moving deactivate() and notifyCommit() into finally block
2014-03-21 21:54:47 +13:00
Rob Bygrave
182e027521
Further changes for #79 - returning/cleanup of bad connection
2014-03-21 02:42:41 +13:00
Rob Bygrave
f85fa2c21d
Fix for #79 - Rollback in case of connection closed - deactivate() not called when connection.rollback() fails
2014-03-20 20:14:14 +13:00
Rob Bygrave
5a5f479568
Merge pull request #81 from rvowles/master
...
assume that if includes are specified then turn default includes off
2014-03-16 15:02:28 +13:00
Rob Bygrave
9ca2486c9c
Change defaultJarMatch back to default to false (as per previous release)
2014-03-16 14:31:21 +13:00
Richard Vowles
656b239925
assume that if includes are specified then turn default includes off
2014-03-16 13:11:51 +13:00
Rob Bygrave
5d46904341
Fix for introduced issue with sub-query expression
2014-03-16 00:05:43 +13:00
Rob Bygrave
f0dd069ed2
Fix for #70 - @PrivateOwned makes Ebean try to remove non persistent objects from DB and throws OptimisticLockException
2014-03-15 13:48:56 +13:00
Rob Bygrave
5bd454bdc0
Merge pull request #76 from icaromuniz/master
...
Adding test case TestPrivateOwnedIgnoreTransientOrphan related to issue #70
2014-03-15 13:14:17 +13:00
Rob Bygrave
eeebaf9a08
Fix for #78 - Wrong collection used in excludeJar
2014-03-15 12:53:58 +13:00
Rob Bygrave
636a148509
Fix for #79 - Rollback in case of connection closed
2014-03-15 12:45:44 +13:00
Icaro Muniz
170cd6051e
Adding test case TestPrivateOwnedIgnoreTransientOrphan
2014-02-26 09:23:35 -03:00
Rob Bygrave
522fc2384c
[maven-release-plugin] prepare for next development iteration
2014-01-31 02:12:20 +13:00
Rob Bygrave
6f214590aa
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.1-RC2
avaje-ebeanorm-3.3.1-RC2
2014-01-31 02:12:07 +13:00
Rob Bygrave
0014ea3501
Remove unused Lucene references including Query.UserIndex and associated methods
2014-01-31 01:26:12 +13:00
Rob Bygrave
db3140512f
set specific packages on dynamically loaded agent for tests
2014-01-31 00:59:48 +13:00
Rob Bygrave
8bfa331c61
Cleanup of expressions after FilterExprPath now only needed on FilterExpressionList
2014-01-31 00:48:59 +13:00
Rob Bygrave
456a1d8608
Remove AutoFetch query statistics meta entity beans, Remove Xml bean parsing (for json etc)
2014-01-31 00:22:38 +13:00
Rob Bygrave
695d3374a8
Default classPath scan include all jars (hopefully better default
...
behaviour)
2014-01-31 00:17:11 +13:00
Rob Bygrave
5488d054bf
[maven-release-plugin] prepare for next development iteration
2014-01-30 23:25:57 +13:00
Rob Bygrave
4d72273dc3
[maven-release-plugin] prepare release avaje-ebeanorm-3.3.1-RC1
avaje-ebeanorm-3.3.1-RC1
2014-01-30 23:25:44 +13:00
Rob Bygrave
cb9a5d6709
Change pom version 3.3.1-RC1
2014-01-30 23:23:53 +13:00
Rob Bygrave
1b8aa682c6
Change classPath scan to support searching manifest (maven surefire classpath scanning)
2014-01-30 23:21:50 +13:00
Rob Bygrave
ef39bfcf14
Merge branch 'many-lazy-load'
2014-01-30 22:32:50 +13:00
Rob Bygrave
749f8d0d45
Change *ToMany lazy loading to not use the parent entity/table
2014-01-30 22:27:52 +13:00
Rob Bygrave
2fd221bbb5
Removed old XML code that never got into main code
2014-01-23 00:55:09 +13:00
Rob Bygrave
ee96c4afa6
Fix for Issue 72 - Bug - models.Role cannot be cast to java.util.Map [error] at com.avaje.ebeaninternal.server.persist.DefaultPersister.saveAssocManyDetails(DefaultPersister.java:877)
2014-01-23 00:50:09 +13:00
Rob Bygrave
87a948223c
Merge branch 'dbpool-logging'
2014-01-22 01:09:19 +13:00
Rob Bygrave
acca803a80
Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc
2014-01-22 01:05:22 +13:00
Rob Bygrave
470b27efe1
Mark QueryListener deprecated in favor of findIterate() and findVisit()
2014-01-21 19:41:46 +13:00
Rob Bygrave
f287205421
Refactor of query plan hash - add HashQueryPlan, HashQuery etc
2014-01-21 00:48:38 +13:00
Rob Bygrave
6bd8c2bd05
Add MetaInfoManager API, remove MetaQueryStatistic entity bean, refactor query execution stats collection
2014-01-19 22:49:18 +13:00