Commit Graph

  • a8456f90db Bump ebean-agent version to 2.10.0 rbygrave 2021-07-22 16:46:57 +12:00
  • 103b75172d Merge pull request #2267 from FOCONIS/pr/bugfix/connection_closed_on_clob Rob BygraveandGitHub 2021-07-22 16:44:05 +12:00
  • 0baa3a0eac #2270 - ebean-agent enhancement NPE with MappedSuperclass with no properties that uses named database rbygrave 2021-07-22 16:38:28 +12:00
  • f26e4b5381 Bump jedis to 3.6.3 (from 3.6.1) rbygrave 2021-07-22 12:37:42 +12:00
  • 60ef87b269 Merge remote-tracking branch 'ebean/master' into pr/enh/softreference_in_cache Jonas Pöhler 2021-07-16 15:29:33 +02:00
  • 3d4de4dee5 FIX TestRawSqlService and TestRawSqlBuilder Jonas Pöhler 2021-07-16 15:17:04 +02:00
  • c621435a28 Merge remote-tracking branch 'ebean/master' into pr/bugfix/connection_closed_on_clob Jonas Pöhler 2021-07-16 13:32:24 +02:00
  • 7408483a43 #2264 - Use of default timezone for OffsetDateTime offsets problematic for unit tests and presentation layer rbygrave 2021-07-15 17:14:22 +12:00
  • 7e265f7bde FIX: SubQuery with fetch-path does not work correctly Roland Praml 2021-07-13 09:09:30 +02:00
  • 4d15535381 No functional change - tidy DefaultDbSqlContext rbygrave 2021-07-13 16:48:45 +12:00
  • 787c2f90f2 Merge pull request #2188 from FOCONIS/fix-order-by Rob BygraveandGitHub 2021-07-13 16:41:33 +12:00
  • e590a2149d Merge pull request #2257 from FOCONIS/queries-are-cancelable Rob BygraveandGitHub 2021-07-13 16:11:36 +12:00
  • 8c77740aa7 Bump version tp 12.10.0-SNAPSHOT (with 12.9.4-RC1 ddl generator) rbygrave 2021-07-13 15:48:10 +12:00
  • 29582b57f7 Merge pull request #2256 from FOCONIS/many-where-support Rob BygraveandGitHub 2021-07-13 15:01:49 +12:00
  • 2763f333d4 #2262 - Tidy tests for Transaction postCommit Callback rbygrave 2021-07-13 14:48:40 +12:00
  • 8840628d34 #2262 - Transaction postCommit Callback not invoked when the active transaction has no database writes rbygrave 2021-07-13 14:45:48 +12:00
  • 6fb28d7ded #2255 Specific test for setParameter cannot assigning the value when parameter in selecting section of query rbygrave 2021-07-13 12:54:21 +12:00
  • be810aa568 [maven-release-plugin] prepare for next development iteration rbygrave 2021-07-13 12:16:12 +12:00
  • 8a698bd71e [maven-release-plugin] prepare release ebean-parent-12.9.3 ebean-parent-12.9.3 rbygrave 2021-07-13 12:16:01 +12:00
  • baa0594501 Change ebean-test tests to use H2 rather than mariadb rbygrave 2021-07-13 12:10:23 +12:00
  • e82b8c80f0 #2265 - ArrayIndexOutOfBoundsException: Index -1 out of bounds with @IdClass and batch insert accessing id property rbygrave 2021-07-13 11:30:31 +12:00
  • f8e54be9a6 Merge pull request #2260 from casmir/master Rob BygraveandGitHub 2021-07-01 13:05:17 +12:00
  • d3137be984 in addition to #2236 - autotune still throws RunTimeException due to existing ORMQueryDetail.toString() calls, replaced with .asString() Cas de Graaf 2021-06-30 16:23:20 +02:00
  • 824cfa27be Queries are cancelable Roland Praml 2021-06-23 17:11:21 +02:00
  • 66cb6d5e7d Imporved @Where support, especially for Many-to-many tables Roland Praml 2021-06-21 14:50:15 +02:00
  • 8f432aa0a9 #2251 - Transparent persistence of to-many associations (with orphanRemoval) rbygrave 2021-06-18 16:05:25 +12:00
  • 4aa4137abe Merge branch 'transparent_persistence' of https://github.com/cit-consulting/ebean into cit-consulting-transparent_persistence rbygrave 2021-06-18 13:03:36 +12:00
  • f4bb4e1b6a #2254 - OraclePlatform needs columnAliasPrefix 'c' - Regression in version 12.2.1 due to #1967 rbygrave 2021-06-18 12:37:16 +12:00
  • 7af4e166a4 #2253 - Incorrect JSON format for LocalDateTime. Includes Z suffix when it should not. rbygrave 2021-06-17 13:26:34 +12:00
  • 1fa488d870 Test for transparent persistence of to-many associations Vladimir Konkov 2021-06-14 16:20:25 +03:00
  • 37a3a51b6b Bump test dependency for Postgres JDBC driver rbygrave 2021-06-14 11:09:37 +12:00
  • 6a6e8f906f Bump jedis dependency to 3.6.1 (from 3.6.0) rbygrave 2021-06-14 11:09:13 +12:00
  • 55bc498f9d No functional change - refactor QueryIterator to use Iterator.remove() default method rbygrave 2021-06-11 10:20:47 +12:00
  • 4ee784c68f [maven-release-plugin] prepare for next development iteration rbygrave 2021-06-11 00:41:06 +12:00
  • fc757c087a [maven-release-plugin] prepare release ebean-parent-12.9.2 ebean-parent-12.9.2 rbygrave 2021-06-11 00:40:55 +12:00
  • 884dd939b7 #2249 - Bug with DbJson Jackson property that is null is updated as null (unnecessarily included in update) rbygrave 2021-06-11 00:19:20 +12:00
  • 6fd2f556db Merge pull request #2248 from ebean-orm/feature/DbJson-DirtyDetection-Refactor Rob BygraveandGitHub 2021-06-11 00:10:37 +12:00
  • 4e088a40d9 Refactor DbJson Jackson handling adding DatabaseConfig.setJsonDirtyByDefault() rbygrave 2021-06-11 00:08:03 +12:00
  • 8ba66af878 Modify test TestQueryDefaultBatchSize to show use of ProfileLocation rbygrave 2021-06-10 22:11:45 +12:00
  • 441f51ed79 #2247 - Refactor internals - Change DefaultTypeManager - tidy rbygrave 2021-06-10 20:30:07 +12:00
  • 9ee891dc66 #2247 - Refactor internals - Change DefaultTypeManager from class.newInstance() to class.getDeclaredConstructor().newInstance() rbygrave 2021-06-10 20:09:34 +12:00
  • 87ffcbf23e No effective change - tidy CQuery rbygrave 2021-06-10 19:45:27 +12:00
  • adfc54200f No effective change - extract JacksonTypeHelper for ScalarTypeJsonObjectMapper rbygrave 2021-06-10 19:27:42 +12:00
  • 3c36b43449 No effective change - tidy EntityBeanIntercept rbygrave 2021-06-10 19:26:56 +12:00
  • 9be1dcff6c Tidy internals ScalarTypeJsonObjectMapper, no functional change rbygrave 2021-06-10 19:00:35 +12:00
  • 37dff62fa9 #2246 - ENH: Add DtoQuery findStream() and findIterate() rbygrave 2021-06-10 14:55:31 +12:00
  • 4fd462b1c8 #2244 - ENH: Add SQL Server support for transparent encryption via EncryptByPassPhrase, DecryptByPassPhrase rbygrave 2021-06-10 13:34:33 +12:00
  • 33ac1923ff No effective change - refactor move Str into server.util package rbygrave 2021-06-09 23:40:48 +12:00
  • 0b87ae5eac No effective change - tidy BindParams rbygrave 2021-06-09 23:38:10 +12:00
  • 678743cc10 Use upper case E for class name of generated _Ebean$ModuleInfo rbygrave 2021-06-09 21:59:19 +12:00
  • c8345ce093 No functional change - refactor internal toStream() to use closure rather than explicit Runnable type for closing the stream rbygrave 2021-06-09 16:21:15 +12:00
  • f3af43a9ce Add support for findEach() on SqlQuery with RowMapper and scalar result rbygrave 2021-06-09 15:49:48 +12:00
  • 1df2ccb1c6 Refactor internals DefaultRelationalQueryEngine remove unnecessary method rbygrave 2021-06-09 15:19:35 +12:00
  • 3add4472ef Refactor internals DefaultRelationalQueryEngine.findListMapper() rbygrave 2021-06-09 14:58:08 +12:00
  • 4613f63c66 Refactor internals DataReader remove resetColumnPosition() rbygrave 2021-06-09 12:57:56 +12:00
  • 612295fb9d [maven-release-plugin] prepare for next development iteration rbygrave 2021-06-04 17:59:21 +12:00
  • 64405ade52 [maven-release-plugin] prepare release ebean-parent-12.9.1 ebean-parent-12.9.1 rbygrave 2021-06-04 17:59:11 +12:00
  • ce5f1b25f5 Bump ebean-maven-plugin to 12.9.1 rbygrave 2021-06-04 17:50:46 +12:00
  • ae4f50e7b3 #2236 - Auto-tune does not work / throws RuntimeException (Regression from 12.7.1) rbygrave 2021-06-04 17:46:31 +12:00
  • c9120be347 No effective change - tidy only H2HistoryTrigger and H2HistoryDdl rbygrave 2021-06-04 17:37:37 +12:00
  • b189e67b4c #2241 - Offline DDL migration generation for H2 requires H2 Driver rbygrave 2021-06-04 17:35:19 +12:00
  • 5d5c275c79 Merge pull request #2240 from FOCONIS/bugfix/ddl-generator-version Rob BygraveandGitHub 2021-06-04 17:24:31 +12:00
  • 52f31a7a8e Merge branch 'bkempe-testSelectOneToOneDisjunction' rbygrave 2021-06-04 17:17:21 +12:00
  • 6697aecd48 #2238 - Select with disjunction of expressions over OneToOne relationship missing join clause rbygrave 2021-06-04 17:16:50 +12:00
  • 348c075a14 FIX: Build for java8 Jonas Pöhler 2021-06-01 17:56:47 +02:00
  • bf2420702c FIX: set ddl-generator version to a repo-available version Jonas Pöhler 2021-06-01 17:19:38 +02:00
  • 16832ac67a add test testSelectOneToOneDisjunction Ben Kempe 2021-05-24 23:47:55 +02:00
  • 47bd2ff03d [maven-release-plugin] prepare for next development iteration rbygrave 2021-05-23 23:08:47 +12:00
  • 850f1c1469 [maven-release-plugin] prepare release ebean-parent-12.9.0 ebean-parent-12.9.0 rbygrave 2021-05-23 23:08:38 +12:00
  • 622a90c7d5 No effective change - tidy whitespace in TransactionManager rbygrave 2021-05-23 23:00:34 +12:00
  • 4c317f11ae Add additional test for PrimaryKeyJoinColumn rbygrave 2021-05-23 22:21:05 +12:00
  • 01bce5cfa6 #2226 - Automatically determining join columns and ignoring PrimaryKeyJoinColumn.name Id warning when I want to use Id as a foreign key rbygrave 2021-05-23 22:20:40 +12:00
  • 2158925d3c #2202 - kotlin-maven-plugin issue with JDK 16 rbygrave 2021-05-23 21:28:11 +12:00
  • 2aff6403a2 Merge pull request #2235 from ebean-orm/feature/2223 Rob BygraveandGitHub 2021-05-23 17:20:55 +12:00
  • 3c4d600187 #2223 #2224 Support BeanMap modification via entrySet() and keySet() rbygrave 2021-05-23 17:17:34 +12:00
  • f60ccb9b90 Merge pull request #2222 from ebean-orm/feature/support-filterMany-inline Rob BygraveandGitHub 2021-05-21 17:20:17 +12:00
  • 2a6108087c Bump version to 12.9.0-SNAPSHOT rbygrave 2021-05-21 17:18:30 +12:00
  • 0da86a82ae #2233 Bump to ebean-agent 12.9.0 rbygrave 2021-05-21 17:14:49 +12:00
  • 643b0499c4 #2233 Add ebean-version.mf so ebean-agent can sniff the internal version rbygrave 2021-05-21 16:09:15 +12:00
  • 676bac390e #2233 Followup change that unsets load buffer from BeanCollection rbygrave 2021-05-21 09:01:45 +12:00
  • 79740accfa #2233 Fix with setter on ToMany now not invoking lazy loading rbygrave 2021-05-21 08:48:42 +12:00
  • 77c6f1cb9f #2233 Tidy failing test Ebean -> DB and rename test rbygrave 2021-05-21 08:44:04 +12:00
  • 538361d5fd #2233 Failing test rbygrave 2021-05-21 08:33:31 +12:00
  • b17593ba3c No effective change - tidy BeanList, BeanMap, BeanSet internals rbygrave 2021-05-20 21:44:07 +12:00
  • eb00690b30 #2231 - Change OrderBy to not be final to support mocking via Mockito rbygrave 2021-05-20 14:09:22 +12:00
  • a772e65d32 Merge pull request #2225 from ebean-orm/dependabot/maven/ebean-core/commons-io-commons-io-2.7 Rob BygraveandGitHub 2021-05-20 13:56:00 +12:00
  • 66f7f69ec7 Fixed bug with soft-delete on one-to-one exported Brian Payne 2021-05-12 09:24:33 -07:00
  • ad52711fe1 Add test demonstrating soft-delete bug with optional relationship Brian Payne 2021-05-11 08:52:08 -07:00
  • d6fdb4ee34 Bump commons-io from 2.5 to 2.7 in /ebean-core dependabot[bot]andGitHub 2021-04-26 20:37:55 +00:00
  • 4977aa2ad1 Merge remote-tracking branch 'ebean/master' into pr/bugfix/connection_closed_on_clob Jonas Pöhler (JPo) 2021-04-26 14:54:32 +02:00
  • 74c7268d2f Change such that filterMany can be included in the main query. rbygrave 2021-04-21 18:57:03 +12:00
  • 42fc419759 #2221 - ebean-redis: bump jedis dependency to 3.6.0 rbygrave 2021-04-20 22:23:33 +12:00
  • 4fb3b9cddc Tidy use of StringHelper replace() in BeanProperty, BaseTableDdl rbygrave 2021-04-20 22:13:45 +12:00
  • c60077174e Tidy use of StringHelper replace() in BeanProperty, BaseTableDdl Robin Bygrave 2021-04-20 15:14:20 +12:00
  • 5e893dd2ad [maven-release-plugin] prepare for next development iteration rbygrave 2021-04-19 21:40:16 +12:00
  • 9eb54da2dc [maven-release-plugin] prepare release ebean-parent-12.8.3 ebean-parent-12.8.3 rbygrave 2021-04-19 21:40:07 +12:00
  • bb6ff866c7 #2220 - DDL generation of nullable columns expected with nullable Embedded containing non null properties rbygrave 2021-04-19 21:37:05 +12:00
  • 2d719c5b37 #2218 - @Encrypted columns on Oracle. The identifier alias starts with an underscore (ORA-00911) Robin Bygrave 2021-04-19 20:08:38 +12:00
  • 9d54b264ad #2219 - Compile error with ZonedDateTime and query beans - type argument java.time.ZonedDateTime is not within bounds of type-variable D Robin Bygrave 2021-04-19 17:04:57 +12:00
  • 65b282a056 [maven-release-plugin] prepare for next development iteration rbygrave 2021-04-09 17:49:16 +12:00