Commit 83f956b
authored
Migration to junit5 (#1776)
* Bump ibm image (old one is reported as ransomware by company firewall)
* Migration of sql module to junit5
* Migration of spatial module to junit5
* Migration of apt test module to junit5 (tested locally, bc by default are skipped) + fixed NoteTest.java tests
* Migration of codegen module to junit5
* Migration of codegen module to junit5
* Migration of collection module to junit5
* Migration of jpa codegen module to junit5
* Migration of r2dbc module to junit5
* Migration of jpa module to junit5
* Migration of maven module to junit5
* Migration of sql codegen module to junit5
* Migration of spatial module to junit5
* Migration of scala module to junit5
* Migration of kotlin and ksp module to junit5
* Migration of example modules to junit5
* Migration to junit 5 modules
* Migration to junit 5 modules - fixed tests that never been runned (even wrong config) + fixed bug with dialect functions registration and fix MetaDataExporter bug
* Migration to junit 5 modules - fixed tests that never been runned (even wrong config) + fixed bug with dialect functions registration and fix MetaDataExporter bug - velo requested changes1 parent 61a898a commit 83f956b
694 files changed
Lines changed: 4004 additions & 3180 deletions
File tree
- querydsl-examples
- querydsl-example-jpa-guice/src/test/java/com/querydsl/example/jpa
- guice
- repository
- querydsl-example-kotlin-codegen/src/test/kotlin/com/querydsl/examples/kotlin
- querydsl-example-kotlin-jpa/src/test/kotlin/com/querydsl/examples/kotlin
- querydsl-example-kotlin-mongodb/src/test/kotlin/com/querydsl/examples/kotlin
- querydsl-example-r2dbc-sql-codegen/src/test/java/com/querydsl/example/dao
- querydsl-example-sql-guice/src/test/java/com/querydsl/example/sql
- guice
- repository
- querydsl-example-sql-spring/src/test/java/com/querydsl/example/dao
- querydsl-libraries
- querydsl-collections/src/test/java/com/querydsl/collections
- querydsl-core/src/test/java/com/querydsl/core
- testutil
- querydsl-jpa/src
- main/java/com/querydsl/jpa/support
- test
- java
- com/querydsl/jpa
- domain
- suites
- support
- testutil
- resources
- META-INF
- com/querydsl/jpa/testutil
- querydsl-kotlin/src/test/kotlin/com/querydsl/kotlin
- querydsl-mongodb/src/test/java/com/querydsl/mongodb
- querydsl-r2dbc/src/test/java/com/querydsl/r2dbc
- dml
- h2
- mssql
- mysql
- postgresql
- suites
- types
- querydsl-scala/src/test/scala/com/querydsl/scala
- sql
- querydsl-spatial/src/test/java/com/querydsl/spatial
- hibernate
- jts
- querydsl-sql-spatial/src/test/java/com/querydsl/sql/spatial
- suites
- querydsl-sql/src/test/java/com/querydsl/sql
- dml
- h2
- hsqldb
- mssql
- mysql
- oracle
- postgresql
- suites
- teradata
- types
- querydsl-tooling
- querydsl-apt-test/src/test/java/com/querydsl/apt
- domain
- p6
- inheritance
- querydsl-codegen-utils/src/test
- java
- com/querydsl/codegen/utils
- model
- support
- resources
- querydsl-codegen/src/test/java/com/querydsl/codegen
- querydsl-jpa-codegen/src/test/java/com/querydsl/jpa/codegen
- ant
- querydsl-kotlin-codegen/src/test/kotlin/com/querydsl/kotlin/codegen
- querydsl-ksp-codegen/src/test/kotlin
- querydsl-maven-plugin/src/test/java/com/querydsl/maven
- querydsl-sql-codegen/src
- main/java/com/querydsl/sql/codegen
- test/java/com/querydsl/sql/codegen
- ant
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | 303 | | |
309 | 304 | | |
310 | 305 | | |
| |||
989 | 984 | | |
990 | 985 | | |
991 | 986 | | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
992 | 998 | | |
993 | 999 | | |
994 | 1000 | | |
| |||
1009 | 1015 | | |
1010 | 1016 | | |
1011 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
1012 | 1025 | | |
1013 | 1026 | | |
1014 | 1027 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments