Rob Bygrave
|
6826fe1015
|
[maven-release-plugin] prepare release ebean-9.1.1
ebean-9.1.1
|
2016-11-08 00:32:38 +13:00 |
|
Rob Bygrave
|
e67860cbe3
|
Merge branch 'master' of https://github.com/ebean-orm/ebean
|
2016-11-08 00:27:40 +13:00 |
|
Rob Bygrave
|
b41238ddbb
|
No effective change - modify TestHistoryInsert for more wait time and logging (PG test failing sometimes in CI)
|
2016-11-08 00:25:13 +13:00 |
|
 Rob BygraveandGitHub
|
c0b1c3d3ee
|
Merge pull request #868 from 0xbaadf00d/feature/array-copy-performance
Use "Collection.addAll(...)" rather than manually copying arrays
|
2016-11-08 00:16:33 +13:00 |
|
Rob Bygrave
|
ae69fcb80a
|
#862 - ENH: Change ServerConfig such that if H2 ... no using createOnly = true in case the test EbeanServer instance is created for each test (and hence we need to drop if the same in memory db is used)
|
2016-11-08 00:10:15 +13:00 |
|
Rob Bygrave
|
6c4c33f1f3
|
No effective change - reduce logging in test (for CI)
|
2016-11-08 00:03:15 +13:00 |
|
Rob Bygrave
|
2986290947
|
Refactor - change use of 31 prime in various hash to 92821
|
2016-11-07 23:57:51 +13:00 |
|
Rob Bygrave
|
376cb9ebcb
|
#869 - Clash on bind hash value for query cache with consecutive values of "01","20" and "02", "10"
|
2016-11-07 23:47:29 +13:00 |
|
Rob Bygrave
|
5cf5629232
|
#869 - Test for ... Clash on bind hash value for query cache with consecutive values of "01","20" and "02", "10"
|
2016-11-07 23:46:28 +13:00 |
|
Thibault Meyer
|
98aa5e9da9
|
Use "Collection.addAll(...)" rather than manually copying arrays
|
2016-11-07 11:07:37 +01:00 |
|
 Rob BygraveandGitHub
|
ed1df5bcbb
|
Merge pull request #864 from 0xbaadf00d/feature/redundant-local-var
Remove redundant local variables
|
2016-11-07 22:14:59 +13:00 |
|
Thibault Meyer
|
6704ccc6a7
|
Merge branch 'master' into feature/redundant-local-var
|
2016-11-07 10:11:03 +01:00 |
|
Thibault Meyer
|
5f35e3c944
|
Remove redundant local variables
|
2016-11-07 10:03:50 +01:00 |
|
Rob Bygrave
|
0893972115
|
Fix for running CI tests as Postgres (where we need to explicitly turn on DDL generation and running for the tests).
|
2016-11-07 22:00:33 +13:00 |
|
Rob Bygrave
|
7a8d1b85a9
|
#866 - Fix RawSql mapping such that it automatically maps foreign key columns
|
2016-11-07 21:57:03 +13:00 |
|
Rob Bygrave
|
686593e9e8
|
No effective change - tidy up test Order entity bean
|
2016-11-07 21:36:19 +13:00 |
|
Rob Bygrave
|
d05b593432
|
#862 - ENH: Change ServerConfig such that if H2 is the DataSource/DatabasePlatform then automatically it sets up for testing (ddl generation)
|
2016-11-07 19:50:05 +13:00 |
|
Rob Bygrave
|
b581c893ec
|
No effective change - tidy up test conversation User entity bean
|
2016-11-07 19:47:34 +13:00 |
|
Rob Bygrave
|
63f852475d
|
#863 - @Enumerated(EnumType.STRING) DayOfWeek day; ... incorrectly maps to SQL Integer type
|
2016-11-07 17:15:47 +13:00 |
|
 Rob BygraveandGitHub
|
51364763fb
|
Merge pull request #860 from 0xbaadf00d/feature/replace-anonymous-classes
Replace anonymous classes with lambda expressions
|
2016-11-07 13:02:33 +13:00 |
|
 Rob BygraveandGitHub
|
ea408fd4c7
|
Merge pull request #861 from 0xbaadf00d/feature/coding-style
Remove redundant "public" modifier for interface methods
|
2016-11-07 12:58:23 +13:00 |
|
Thibault Meyer
|
8dc521ca8b
|
Remove redundant "public" modifier for interface methods
|
2016-11-06 11:48:59 +01:00 |
|
Thibault Meyer
|
6680e2ea75
|
Replace anonymous classes with lambda expressions
|
2016-11-06 11:17:53 +01:00 |
|
 Rob BygraveandGitHub
|
da30df3b2b
|
Merge pull request #858 from 0xbaadf00d/feature/deprecated-api-usage
Deprecated API usage - Modify ScalarTypeJodaLocalTime to use toDateTimeToday().getMillis()
|
2016-11-06 22:59:32 +13:00 |
|
 Rob BygraveandGitHub
|
d12ea89388
|
Merge pull request #854 from 0xbaadf00d/feature/explicit-type-to-diamond
Replace explicit type with <>
|
2016-11-06 22:54:24 +13:00 |
|
Thibault Meyer
|
e0931e41e5
|
Remove deprecated API usage
|
2016-11-06 10:50:31 +01:00 |
|
 Rob BygraveandGitHub
|
c98d258127
|
Merge pull request #857 from 0xbaadf00d/feature/boxing-unboxing
Remove unnecessary boxing and unboxing
|
2016-11-06 22:43:33 +13:00 |
|
 Rob BygraveandGitHub
|
a4922a5b1d
|
Merge pull request #856 from 0xbaadf00d/feature/identical-catch
Change identical 'catch' statements
|
2016-11-06 22:42:13 +13:00 |
|
 Rob BygraveandGitHub
|
edb2a69f6e
|
Merge pull request #853 from 0xbaadf00d/fix/javadoc-error
Javadoc error
|
2016-11-06 22:40:52 +13:00 |
|
Thibault Meyer
|
b94f852b67
|
Remove unnecessary boxing and unboxing
|
2016-11-06 10:29:42 +01:00 |
|
Thibault Meyer
|
a8778ef14c
|
Change identical 'catch' statements
|
2016-11-06 10:26:13 +01:00 |
|
Rob Bygrave
|
cbfce0d14d
|
#855 - Fix @Aggregation lazy loading and base select issue
|
2016-11-06 22:18:23 +13:00 |
|
Thibault Meyer
|
abb25d397a
|
Fix comments
|
2016-11-06 10:03:33 +01:00 |
|
Thibault Meyer
|
969a3c8b8d
|
Replace explicit type with <>
|
2016-11-06 10:00:12 +01:00 |
|
Rob Bygrave
|
2a6d38eef2
|
#852 - javax.persistence.PersistenceException: No ScalarType registered for class Foo$1 ... where Foo is an Enum where individual instances override a method (example below).
|
2016-11-06 20:33:56 +13:00 |
|
Rob Bygrave
|
d84080fb76
|
Refactor - clean up DefaultTypeManager, diamond operator and access modifiers only
|
2016-11-06 19:45:46 +13:00 |
|
Rob Bygrave
|
54d7a6fb42
|
Refactor - clean up docstore api mapping, diamond operator only
|
2016-11-05 23:04:33 +13:00 |
|
Rob Bygrave
|
e5356e7118
|
Refactor - tidy up in com.avaje.ebeaninternal util, no effective change
|
2016-11-05 23:01:03 +13:00 |
|
Rob Bygrave
|
e83556cada
|
Refactor - clean up OrmQueryDetailParser, remove unused sections
|
2016-11-05 22:51:51 +13:00 |
|
Rob Bygrave
|
201a2826ab
|
Refactor - tidy up in com.avaje.ebeaninternal.server.querydefn, no effective change
|
2016-11-05 22:46:43 +13:00 |
|
Rob Bygrave
|
670bac52f8
|
Refactor - tidy up in com.avaje.ebeaninternal.server.query, no effective change
|
2016-11-05 22:32:36 +13:00 |
|
Rob Bygrave
|
77e3346d9e
|
Refactor - clean up CQueryPlan, CQueryPlanStats
|
2016-11-05 15:11:17 +13:00 |
|
Rob Bygrave
|
4663162f95
|
Refactor - no effective chang - Add SpiQuery getOriginKey()
|
2016-11-05 14:48:03 +13:00 |
|
 Rob BygraveandGitHub
|
83a3ef43bd
|
Merge pull request #851 from FOCONIS/fix/javawarnings
FIX some java warnings / rawtypes
|
2016-11-05 09:23:07 +13:00 |
|
Roland Praml
|
3701b314a0
|
FIX some java warnings / rawtypes
|
2016-11-04 12:19:38 +01:00 |
|
Rob Bygrave
|
fad8358a9d
|
Bump to java8-parent, update to Java8 LongAdder
|
2016-11-04 20:04:25 +13:00 |
|
Rob Bygrave
|
78c4dbb44d
|
[maven-release-plugin] prepare for next development iteration
|
2016-11-04 19:19:11 +13:00 |
|
Rob Bygrave
|
9c74520a4b
|
[maven-release-plugin] prepare release ebean-8.8.1
ebean-8.8.1
|
2016-11-04 19:19:02 +13:00 |
|
Rob Bygrave
|
c911c710d5
|
Bump pom to 8.8.1-SNAPSHOT
|
2016-11-04 01:17:08 +13:00 |
|
Rob Bygrave
|
f08dd01035
|
#836 - ENH: Add support for @DbArray even for H2 db
|
2016-11-04 01:16:32 +13:00 |
|