Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Test forUpdate #105

Open
wants to merge 132 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
618bb04
PR #2759 - FIX: DbForeignkey with noConstraint and NotNull produces i…
rPraml Aug 10, 2023
bb6fcc7
PR #2773 - Bug: fetch and where with formula join will produce incorr…
rPraml Aug 10, 2023
cd2cff0
PR #2937 - Optimized cache handling (QueryCache for findId, use Query…
rPraml Aug 10, 2023
f1f944e
PR #2943 - FEATURE: Disable overwriting generated properties at trans…
rPraml Aug 10, 2023
4a80c87
PR #2945 - FEATURE: Support for lazy add on BeanList
rPraml Aug 10, 2023
4ab43e0
PR #2955 - IMPROVED: Tenant support for query plans
rPraml Aug 10, 2023
a7db1f6
PR #2956 - FEATURE: Tenant partitioned caches could improve cache-hit…
rPraml Aug 10, 2023
924f611
PR #3041 - IMPROVED: checkUniqueness supports queryCache and skipClean
rPraml Aug 10, 2023
590cecd
PR #3143 - FEATURE: DbJson Support for Dto-Queries
rPraml Aug 10, 2023
063cb3d
PR #3144 - FEATURE: NEW: QueryPlanLogger for DB2
rPraml Aug 10, 2023
a71ef12
PR #3145 - FIX: Query on formula m2o-property uses wrong alias
rPraml Aug 10, 2023
a54721f
PR #3146 - FIX: ScalarTypes can handle String values
rPraml Aug 10, 2023
6cd356c
PR #3147 - FIX: Rethrow error in commit path of callbacks
rPraml Aug 10, 2023
b486471
PR #3148 - FIX: Recursive batch flush can save beans in wrong order
rPraml Aug 10, 2023
d9383dc
PR #3149 - FIX: TypeManager initialization fails, if Jackson is not o…
rPraml Aug 10, 2023
e7f157e
PR #3151 - NEW: DDL generation can be invoked separately
rPraml Aug 10, 2023
e666277
PR #3152 - NEW: DefaultDbMigration is configurable from properties
rPraml Aug 10, 2023
d607ab8
PR #3153 - TEST: TestServerOffline
rPraml Aug 10, 2023
b2c2f00
NOPR - Do not throw BeanHasBeenDeleted on PrimaryKeyJoinColumn
rPraml Aug 10, 2023
6ae19f0
NOPR - NEW: QueryCache support for DTO queries
rPraml Aug 10, 2023
e3f1cb9
NOPR - CustomDeployParser base code
rPraml Aug 10, 2023
7c63c75
NOPR - make BeanProperty.field public
rPraml Aug 10, 2023
4a1d010
NOPR - additional test for Multi-Tenant-With-Master
rPraml Aug 10, 2023
2d0cc45
NOPR - EntityExtension base code
rPraml Aug 10, 2023
61efc54
NOPR - NEW: MergeBeans function instead of updating existing bean fro…
rPraml Aug 10, 2023
c5625ce
NOPR - DEPRECATED: WriteJson allow include identifier
rPraml Aug 10, 2023
2e433f5
NOPR - NEEDS Refactor: ADD: Support for custom metrics
rPraml Aug 10, 2023
7e8365f
NOPR - DEPRECATED: TempFileProvider base code
rPraml Aug 10, 2023
d133c05
NOPR - DEPRECATED: IntersectionFactory
rPraml Aug 10, 2023
14e8af4
NOPR - FOCONIS specific notes
rPraml Aug 10, 2023
b83bba0
Merge branch 'master-rob' into master-new
rPraml Aug 11, 2023
ac70e91
Bump version to 13.20.2-FOC1
rPraml Aug 11, 2023
e0153d9
Switch to FOCONIS Repo
rPraml Aug 11, 2023
75cd60c
[maven-release-plugin] prepare release ebean-parent-13.20.2-FOC1
rPraml Aug 11, 2023
21b0b37
[maven-release-plugin] prepare for next development iteration
rPraml Aug 11, 2023
bb55527
Fixed poms
rPraml Aug 11, 2023
037be86
PR #3164 - FIX: include foreign keys without index in drop statement …
jonasPoehler Aug 16, 2023
25bb27f
NOPR - FOCONIS Github Actions
jonasPoehler Aug 16, 2023
f50e4d9
[maven-release-plugin] prepare release ebean-parent-13.20.2-FOC2
jonasPoehler Aug 16, 2023
1252854
[maven-release-plugin] prepare for next development iteration
jonasPoehler Aug 16, 2023
cbc8c53
Fix poms
jonasPoehler Aug 21, 2023
4a60030
PR #3180 - Using a subquery with idEq or setId is missing the bind value
jonasPoehler Aug 21, 2023
78ee6f4
[maven-release-plugin] prepare release ebean-parent-13.20.2-FOC3
jonasPoehler Aug 22, 2023
22db4e3
[maven-release-plugin] prepare for next development iteration
jonasPoehler Aug 22, 2023
ee17ab5
Fix poms
jonasPoehler Aug 22, 2023
824cee7
moved sources to jakarta
rPraml Sep 18, 2023
bf880ba
Updated poms
rPraml Sep 18, 2023
35ee9c7
Merge branch 'master-rob'
rPraml Sep 18, 2023
0880f9d
fix compile errors
rPraml Sep 18, 2023
446efc0
use glassfish jaxb instead of old com.sun jaxb
rPraml Sep 18, 2023
4fdbd23
Bump version to 13.22.0-FOC1
rPraml Sep 18, 2023
d0a5182
Regression of #3133 with formula properties
rPraml Sep 18, 2023
d13b5ae
Released 13.22.0-FOC2
rPraml Sep 19, 2023
20f57ef
NOPR ADD readonly check on markdirty
rPraml Sep 20, 2023
d398af0
Released 13.22.0-FOC3
rPraml Sep 20, 2023
916579f
Merge branch 'master-rob'
rPraml Oct 9, 2023
49aef93
Tests Only: Fixes for SqlServer
rPraml Oct 10, 2023
6a42bc3
sync version
rPraml Oct 10, 2023
96a307e
Merge branch 'master-rob'
rPraml Oct 10, 2023
71b133c
Fixed test with sql logging including executeBatch()
rPraml Oct 10, 2023
157d52b
bump to snapshot
rPraml Oct 10, 2023
70561e5
Release-infos
rPraml Oct 10, 2023
67f682b
[maven-release-plugin] prepare release ebean-parent-13.23.0-FOC1
rPraml Oct 10, 2023
0970d3a
[maven-release-plugin] prepare for next development iteration
rPraml Oct 10, 2023
f47445e
fix poms after release
nPraml Nov 13, 2023
d068e6d
Revert "fix poms after release"
nPraml Nov 13, 2023
9b3fb41
Revert "Revert "fix poms after release""
nPraml Nov 13, 2023
a3d7ba9
bump version to 13.25.0-jakarta
nPraml Nov 20, 2023
5e8f3f9
Merge branch 'master' into master-foconis
nPraml Nov 20, 2023
5f73c66
DatabaseConfig / DatabaseBuilder Umbau
nPraml Nov 20, 2023
5e431ec
kompiliert
nPraml Nov 20, 2023
10bcc4c
Extensions in DeployBeanDescriptor auslesen
nPraml Nov 20, 2023
254720b
vorerst alter ebean-agent
nPraml Nov 20, 2023
788ecaf
doppelte version
nPraml Nov 20, 2023
6a96b64
bump version to 13.25.0-FOC1-SNAPSHOT
nPraml Nov 20, 2023
cf5ea8f
[maven-release-plugin] prepare release ebean-parent-13.25.0-FOC1
nPraml Nov 20, 2023
8a4daa7
[maven-release-plugin] prepare for next development iteration
nPraml Nov 20, 2023
193062d
Merge branch 'master-rob'
nPraml Nov 21, 2023
bd78d07
fix poms after release
nPraml Nov 21, 2023
ea4fd86
[maven-release-plugin] prepare release ebean-parent-13.25.0-FOC2
nPraml Nov 21, 2023
ef03528
[maven-release-plugin] prepare for next development iteration
nPraml Nov 21, 2023
71ffa90
fix poms after release
nPraml Nov 21, 2023
1037e15
fix poms after release
nPraml Nov 21, 2023
4fb9f9d
Add java migrations to idx file
rPraml Nov 22, 2023
770c78e
[maven-release-plugin] prepare release ebean-parent-13.25.0-FOC3
rPraml Nov 22, 2023
6df3e09
[maven-release-plugin] prepare for next development iteration
rPraml Nov 22, 2023
5eef120
fix pom
rPraml Nov 22, 2023
87ec997
Revert "Add java migrations to idx file"
rPraml Nov 23, 2023
18c0fb9
bump ebean-migration version
rPraml Nov 23, 2023
c296d8c
[maven-release-plugin] prepare release ebean-parent-13.25.0-FOC4
rPraml Nov 23, 2023
dc4478c
[maven-release-plugin] prepare for next development iteration
rPraml Nov 23, 2023
b0aac61
fix poms after release
nPraml Nov 28, 2023
e879a32
FIX: nested NOT_SUPPORTED transaction with an inner REQUIRES transaction
rPraml Dec 8, 2023
839bba9
Change semantic of userObjects in nested transaction
rPraml Dec 8, 2023
cd842ec
repo ebean-migration
nPraml Jan 30, 2024
d3ca2bb
id unique
nPraml Jan 30, 2024
50c7af8
ADD: DB2 supports select .. for update queries (#99)
nPraml Jan 31, 2024
dacaa91
Exclude test for DB2
nPraml Jan 31, 2024
d1e038a
[maven-release-plugin] prepare release ebean-parent-13.25.0-FOC5
nPraml Jan 31, 2024
fb79b48
[maven-release-plugin] prepare for next development iteration
nPraml Jan 31, 2024
64c6194
fix poms after release
nPraml Jan 31, 2024
2dd1554
update to 13.26.0-jakarta
nPraml Jan 31, 2024
4ca7948
Merge branch 'master-upstream'
nPraml Jan 31, 2024
098f412
FOC Version
nPraml Jan 31, 2024
66cc76c
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC1
nPraml Jan 31, 2024
e7da866
[maven-release-plugin] prepare for next development iteration
nPraml Jan 31, 2024
7edecf7
fix poms after release
nPraml Jan 31, 2024
5ab67c9
NEW: Allow control of jsonwrite-loadedprops
rPraml Feb 29, 2024
f1cb3db
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC2
rPraml Feb 29, 2024
0d38a34
[maven-release-plugin] prepare for next development iteration
rPraml Feb 29, 2024
8cae962
NOPR log instead of exception
rPraml Apr 8, 2024
74e6b51
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC3
rPraml Apr 8, 2024
9f16ef6
[maven-release-plugin] prepare for next development iteration
rPraml Apr 8, 2024
160e382
Cherry Pick BindMaxLength validation
Jun 26, 2024
ec36065
Merge pull request #100 from FOCONIS/DbJson-Length
Wosch96 Jul 1, 2024
07bb052
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC4
Jul 1, 2024
3e485ac
[maven-release-plugin] prepare for next development iteration
Jul 1, 2024
abf20e5
LengthCheckException
Jul 1, 2024
6fde436
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC5
Jul 1, 2024
87322c1
[maven-release-plugin] prepare for next development iteration
Jul 1, 2024
c57488b
Transaction API extended with root transaction (#102)
nPraml Jul 3, 2024
7387990
[maven-release-plugin] prepare release ebean-parent-13.26.0-FOC6
nPraml Jul 3, 2024
9437039
[maven-release-plugin] prepare for next development iteration
nPraml Jul 3, 2024
fc18278
Fix TestLength test
Jul 3, 2024
035c220
Fix Ebean tests for different DBs
Jul 4, 2024
5280035
Merge pull request #103 from FOCONIS/fix-db-length-test
Wosch96 Jul 4, 2024
6ca7748
Revert "Fix Ebean tests for different DBs"
rPraml Jul 5, 2024
bde562d
FIX: POM
rPraml Jul 5, 2024
651a06b
Picked lengthCheck config from master
rPraml Jul 5, 2024
fa52247
#3341 String length validation with Postgres PGobject (JSON/JSONB)
rbygrave Mar 1, 2024
b1eee23
#3341 String length validation with Postgres PGobject (JSON/JSONB)
rbygrave Mar 1, 2024
7ec2cf0
Test
nPraml Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: Maven version
run: mvn --version
# - name: Maven single test
# run: mvn --batch-mode clean verify -Dtest="io.ebeaninternal.server.core.DefaultServer_getReferenceTest" -DfailIfNoTests=false
- name: Build with Maven
run: mvn -T 8 clean test
run: mvn -T 8 clean test -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 8 additions & 1 deletion .github/workflows/db2luw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: db2
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-db2.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-db2.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/h2database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: Maven version
run: mvn --version
- name: H2Database
run: mvn -T 8 clean package
run: mvn -T 8 clean package -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 8 additions & 1 deletion .github/workflows/jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn -T 8 test
run: mvn -T 8 test -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 8 additions & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: mariadb 10.6
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-mariadb.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-mariadb.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29 changes: 23 additions & 6 deletions .github/workflows/multi-db-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,35 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: h2database
run: mvn clean test
run: mvn clean test -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: postgres
run: mvn clean test -Dprops.file=testconfig/ebean-postgres.properties
run: mvn clean test -Dprops.file=testconfig/ebean-postgres.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: mysql
run: mvn clean test -Dprops.file=testconfig/ebean-mysql.properties
run: mvn clean test -Dprops.file=testconfig/ebean-mysql.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: mariadb
run: mvn clean test -Dprops.file=testconfig/ebean-mariadb.properties
run: mvn clean test -Dprops.file=testconfig/ebean-mariadb.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: yugabyte
run: mvn clean test -Dprops.file=testconfig/ebean-yugabyte.properties
run: mvn clean test -Dprops.file=testconfig/ebean-yugabyte.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: sqlserver
run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver17.properties
run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver17.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: sqlserver19
# run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver19.properties
# - name: db2
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/multi-jdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: Maven version
run: mvn --version
- name: Build with Maven
run: mvn package
run: mvn package -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 8 additions & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: mysql
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-mysql.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-mysql.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: oracle
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-oracle.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-oracle.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: postgres
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-postgres.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-postgres.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/sqlserver-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: sqlserver 2019 latest
run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver19.properties
run: mvn clean test -Dprops.file=testconfig/ebean-sqlserver19.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: sqlserver 2017
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-sqlserver17.properties
run: mvn -T 8 clean test -Dprops.file=testconfig/ebean-sqlserver17.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion .github/workflows/yugabyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ jobs:
path:
~/.m2
key: build-${{ env.cache-name }}
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
githubServer: false
- name: yugabyte
run: mvn clean test -Dprops.file=testconfig/ebean-yugabyte.properties
run: mvn clean test -Dprops.file=testconfig/ebean-yugabyte.properties -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@

[![Build](https://github.com/ebean-orm/ebean/actions/workflows/build.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/build.yml)
[![Build](https://github.com/FOCONIS/ebean/actions/workflows/build.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/build.yml)
[![Maven Central : ebean](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ebean-orm/ebean/blob/master/LICENSE)
[![Multi-JDK Build](https://github.com/ebean-orm/ebean/actions/workflows/multi-jdk-build.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/multi-jdk-build.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/FOCONIS/ebean/blob/master/LICENSE)
[![Multi-JDK Build](https://github.com/FOCONIS/ebean/actions/workflows/multi-jdk-build.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/multi-jdk-build.yml)

##### Build with database platforms
[![H2Database](https://github.com/ebean-orm/ebean/actions/workflows/h2database.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/h2database.yml)
[![Postgres](https://github.com/ebean-orm/ebean/actions/workflows/postgres.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/postgres.yml)
[![MySql](https://github.com/ebean-orm/ebean/actions/workflows/mysql.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/mysql.yml)
[![MariaDB](https://github.com/ebean-orm/ebean/actions/workflows/mariadb.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/mariadb.yml)
[![Oracle](https://github.com/ebean-orm/ebean/actions/workflows/oracle.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/oracle.yml)
[![SqlServer](https://github.com/ebean-orm/ebean/actions/workflows/sqlserver.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/sqlserver.yml)
[![DB2 LUW](https://github.com/ebean-orm/ebean/actions/workflows/db2luw.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/db2luw.yml)
[![Yugabyte](https://github.com/ebean-orm/ebean/actions/workflows/yugabyte.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/yugabyte.yml)
[![H2Database](https://github.com/FOCONIS/ebean/actions/workflows/h2database.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/h2database.yml)
[![Postgres](https://github.com/FOCONIS/ebean/actions/workflows/postgres.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/postgres.yml)
[![MySql](https://github.com/FOCONIS/ebean/actions/workflows/mysql.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/mysql.yml)
[![MariaDB](https://github.com/FOCONIS/ebean/actions/workflows/mariadb.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/mariadb.yml)
[![Oracle](https://github.com/FOCONIS/ebean/actions/workflows/oracle.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/oracle.yml)
[![SqlServer](https://github.com/FOCONIS/ebean/actions/workflows/sqlserver.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/sqlserver.yml)
[![DB2 LUW](https://github.com/FOCONIS/ebean/actions/workflows/db2luw.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/db2luw.yml)
[![Yugabyte](https://github.com/FOCONIS/ebean/actions/workflows/yugabyte.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/yugabyte.yml)


##### Build with Java Early Access versions
[![ebean EA](https://github.com/ebean-orm/ebean/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/jdk-ea.yml)
[![datasource EA](https://github.com/ebean-orm/ebean-datasource/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean-datasource/actions/workflows/jdk-ea.yml)
[![migration EA](https://github.com/ebean-orm/ebean-migration/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean-migration/actions/workflows/jdk-ea.yml)
[![test-docker EA](https://github.com/ebean-orm/ebean-test-docker/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean-test-docker/actions/workflows/jdk-ea.yml)
[![ebean-agent EA](https://github.com/ebean-orm/ebean-agent/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean-agent/actions/workflows/jdk-ea.yml)
[![ebean EA](https://github.com/FOCONIS/ebean/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/FOCONIS/ebean/actions/workflows/jdk-ea.yml)
[![datasource EA](https://github.com/FOCONIS/ebean-datasource/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/FOCONIS/ebean-datasource/actions/workflows/jdk-ea.yml)
[![migration EA](https://github.com/FOCONIS/ebean-migration/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/FOCONIS/ebean-migration/actions/workflows/jdk-ea.yml)
[![test-docker EA](https://github.com/FOCONIS/ebean-test-docker/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/FOCONIS/ebean-test-docker/actions/workflows/jdk-ea.yml)
[![ebean-agent EA](https://github.com/FOCONIS/ebean-agent/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/FOCONIS/ebean-agent/actions/workflows/jdk-ea.yml)

----------------------

Expand Down
10 changes: 5 additions & 5 deletions composites/ebean-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -42,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-clickhouse</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions composites/ebean-cockroach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -42,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-postgres</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions composites/ebean-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -42,13 +42,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-db2</artifactId>
<version>13.26.0-jakarta</version>
<version>13.26.0-FOC7-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
Loading
Loading