Roland Praml
e2b412aa5a
DbMigration is also a plugin now
2022-01-03 16:58:14 +01:00
Roland Praml
8927f16477
Merge branch 'DbMigrationPlugin' into ebean-new
...
# Conflicts:
# ebean-ddl-generator/src/main/resources/META-INF/services/io.ebean.plugin.Plugin
2022-01-03 16:10:55 +01:00
Roland Praml
7256d97841
Merge branch 'add-start-to-plugins' into ebean-new
...
# Conflicts:
# ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DdlPlugin.java
2022-01-03 16:09:16 +01:00
Roland Praml
301d8b6f1f
Merge branch 'api-to-run-ddl-manually' into ebean-new
...
# Conflicts:
# ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
2022-01-03 16:05:17 +01:00
Roland Praml
58a231670c
Merge commit 'c1b928015b194791179a6aaa0eec130be59e75a1' into ebean-new
2022-01-03 16:03:04 +01:00
Roland Praml
f18b72cc83
Merge branch 'tmp2' into ebean-new
2022-01-03 15:52:50 +01:00
Roland Praml
3407d5a5e7
bump version
2022-01-03 15:51:54 +01:00
Roland Praml
699f7a8449
DDL generate & run is now a plugin
2022-01-03 13:41:59 +01:00
Roland Praml
b7905eb0f6
reverted runDdl and runMigration method.
2022-01-03 13:17:28 +01:00
Roland Praml
c1b928015b
Merge branch 'tmp2' into api-to-run-ddl-manually
2022-01-03 10:42:15 +01:00
Roland Praml
5e5283d8d3
Intermediate commit
2022-01-03 10:20:21 +01:00
Rob Bygrave and GitHub
18eed47306
Merge pull request #2475 from bigjimlefou/fixLocale
...
Fix locale problem with TestCsvReader and TestCsvReaderWithCallback.
2021-12-24 11:10:05 +13:00
Cédric Sougné
9ddf1333ed
Fix locale problem with TestCsvReader and TestCsvReaderWithCallback.
2021-12-23 17:19:44 +01:00
Rob Bygrave
73896d375f
Bump test modules to 12.14.1-SNAPSHOT after release
2021-12-20 16:49:18 +13:00
Rob Bygrave
3f645211a6
[maven-release-plugin] prepare for next development iteration
2021-12-20 16:34:23 +13:00
Rob Bygrave
451e2fa93c
[maven-release-plugin] prepare release ebean-parent-12.14.0
ebean-parent-12.14.0
2021-12-20 16:34:17 +13:00
Rob Bygrave
2ff3b0acb7
Update gitflow cron schedule for mariadb, sqlserver, jdk-18
2021-12-20 16:20:08 +13:00
tFellner and GitHub
42594533da
Support for Sequences in MariaDB ( #2304 )
...
* Support for Sequneces in MariaDB
* clean up readSequenceValue in test class
* remove flakiness
* remove change for later discussion
* replace deprecated methods
* strictly allow sequences
2021-12-20 16:11:30 +13:00
Rob Bygrave
678494f331
Bump version of logback used in tests only
2021-12-20 16:09:33 +13:00
Rob Bygrave
361df6732a
#2472 - BeanPersistController and isCascade() for delete requests (following #2458 )
2021-12-20 15:49:58 +13:00
Rob Bygrave
c3320f4a0b
Bump version to 12.14.0-SNAPSHOT
2021-12-20 13:14:34 +13:00
Rob Bygrave
c411d9a665
Bump version to 12.14.0-SNAPSHOT
2021-12-20 12:47:36 +13:00
Rob Bygrave
8ea2c31076
#2471 - Bump avaje-config to 1.7 (from 1.5) with removed jndi lookup for DataSource
2021-12-20 12:45:30 +13:00
Rob Bygrave
254b0df16b
#2470 - Bump jedis to version 3.8.0 (from 3.6.3)
2021-12-20 12:40:41 +13:00
Rob Bygrave
c0f4451d20
Fix pom versions in test only modules after release
2021-12-20 10:47:26 +13:00
Rob Bygrave and GitHub
6c544a2835
Merge pull request #2468 from FOCONIS/pr/fix/jdbc_url_sqlserver_tests
...
Unify JDBC URL for SqlServer (analog to testconfig-files)
2021-12-20 10:29:58 +13:00
Rob Bygrave and GitHub
227d18bbf0
Merge pull request #2469 from FOCONIS/pr/enh/helper_methods_annotation_util
...
Add metaHas and metaFindAll in AnnotationUtil
2021-12-20 10:28:32 +13:00
Rob Bygrave and GitHub
18cdd2ed7a
Merge pull request #2466 from FOCONIS/pr/fix/remove_unused_load_error_handler
...
Remove unused LoadErrorHandler interface
2021-12-20 10:27:14 +13:00
Jonas Pöhler
91d1fb8cea
ADD: javadoc
2021-12-17 15:10:30 +01:00
Roland Praml
9d1f4194aa
DbMigration is configurable from properties
2021-12-17 14:13:09 +01:00
Roland Praml
39140ae3dc
Merge branch 'api-to-run-ddl-manually' into ebean-new
...
# Conflicts:
# ebean-api/src/main/java/io/ebean/Database.java
# ebean-core/src/main/java/io/ebeaninternal/server/core/DefaultServer.java
# ebean-ddl-generator/src/main/java/io/ebeaninternal/dbmigration/DdlGenerator.java
2021-12-17 14:12:42 +01:00
Jonas Pöhler
058021f8d0
ADD: metaHas and metaFindAll as functional sugar
2021-12-17 13:56:08 +01:00
Roland Praml
adf14a1f35
FIX: javadoc
2021-12-17 13:26:30 +01:00
Roland Praml and Jonas Pöhler
f4d270e8b5
FIX: JDBC URL for SqlServer (similar to testconfig-files)
2021-12-17 13:26:00 +01:00
Jonas Pöhler
7b8052c097
Merge remote-tracking branch 'ebean/master' into pr/fix/remove_unused_load_error_handler
2021-12-17 13:22:46 +01:00
Roland Praml
eb6aacce4b
Provide API to run ddl and migration manually (e.g. with offline DB)
2021-12-17 12:04:27 +01:00
Roland Praml
d6dde2f63d
Provide API to run ddl and migration manually (e.g. with offline DB)
2021-12-17 11:57:23 +01:00
Rob Bygrave
68b7deba9d
Put back h2database to 1.4.199 as 2.x breaks way too many things, need to work on that
2021-12-17 23:25:49 +13:00
Roland Praml
090f54236d
FIX: WeakRefs are not correctly tracked if file was deleted
2021-12-17 11:12:39 +01:00
Roland Praml and Jonas Pöhler
65e924feaa
Deleted obsolete LoadErrorHandler
2021-12-17 10:44:42 +01:00
Roland Praml
6f71f380c2
Fix compile errors and migrationscripts
2021-12-17 10:24:04 +01:00
Roland Praml
c8469e7364
remove backup files
2021-12-17 10:17:49 +01:00
Rob Bygrave
6cc5e83b01
Merge branch 'master' of github.com:ebean-orm/ebean
2021-12-17 21:47:17 +13:00
Rob Bygrave
752d5d4782
Remove pom.xml.releaseBackup from barfed release
2021-12-17 21:47:07 +13:00
Rob Bygrave and GitHub
20fdbfc972
Merge pull request #2463 from ebean-orm/dependabot/maven/ebean-test/com.h2database-h2-2.0.202
...
Bump h2 from 1.4.199 to 2.0.202 in /ebean-test
2021-12-17 21:44:21 +13:00
Roland Praml
7c6fc68c63
Moved to FOC1
2021-12-17 09:25:11 +01:00
Roland Praml
f483ac84db
Reverted some changes
2021-12-17 09:22:35 +01:00
Rob Bygrave
bd01dfd29a
Bump parent pom, moved to s01.oss.sonatype.org
2021-12-17 20:57:46 +13:00
Rob Bygrave
6a9b5944a3
Remove release.properties that somehow got into git after release
2021-12-17 20:55:19 +13:00
Roland Praml
6b0d04547e
Merge remote-tracking branch 'upstream/master' into ebean-new
...
# Conflicts:
# ebean-api/pom.xml
# ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java
# ebean-autotune/pom.xml
# ebean-bom/pom.xml
# ebean-core-type/pom.xml
# ebean-core/pom.xml
# ebean-core/src/main/java/io/ebeaninternal/server/type/DefaultTypeManager.java
# ebean-ddl-generator/pom.xml
# ebean-externalmapping-api/pom.xml
# ebean-externalmapping-xml/pom.xml
# ebean-postgis/pom.xml
# ebean-querybean/pom.xml
# ebean-redis/pom.xml
# ebean-test/pom.xml
# ebean-test/src/test/resources/ebean.properties
# ebean-test/testconfig/ebean-mariadb-10.3.properties
# ebean-test/testconfig/ebean-mariadb.properties
# ebean-test/testconfig/ebean-mysql.properties
# ebean-test/testconfig/ebean-sqlserver17.properties
# ebean/pom.xml
# kotlin-querybean-generator/pom.xml
# pom.xml
# querybean-generator/pom.xml
2021-12-17 08:27:59 +01:00