Commit Graph

7209 Commits

Author SHA1 Message Date
John Tims
63d397ec42 Run scala tests with the rest of the tests 2020-06-03 06:56:39 -06:00
John Tims
ea3efae5d5 Querydsl 4.4.0-SNAPSHOT 2020-06-03 06:45:31 -06:00
John Tims
62f26bdc57
Merge pull request #2553 from darrenfoong/apt-persistence-api
Change scope of hibernate-jpa-2.0-api to compile
2020-06-01 16:43:25 -06:00
John Tims
700333a904
Merge pull request #1590 from querydsl/i1411-oracle-datediff
Fix Oracle datediff
2020-05-31 16:46:17 -06:00
John Tims
b9363a4433
Merge pull request #2603 from johnktims/cubrid-firebird-tests
Run Cubrid and firebird tests
2020-05-31 16:28:41 -06:00
John Tims
b41ca3d63e
Run Firebird tests in CI 2020-05-31 09:52:36 -06:00
John Tims
63a8237474 Exclude addMonths test for Oracle 2020-05-31 08:49:45 -06:00
John Tims
4c6aa2b21f Run tests against firebird 2020-05-31 08:48:51 -06:00
John Tims
d0c7dec53b Add cubrid health check 2020-05-31 07:26:36 -06:00
John Tims
8373d48624 Run tests against cubrid 2020-05-31 06:35:34 -06:00
John Tims
2c43f78e47 Create demodb when cubrid starts 2020-05-31 06:35:14 -06:00
John Tims
7e49a4c6e1
Merge pull request #2297 from ArloL/fix-2296
Use return type of ExecutableElement. Fixes #2296
2020-05-30 06:23:46 -06:00
John Tims
f80735ba73
Merge pull request #2602 from querydsl/jrodalo-i2294
Don't add @NotNull on columns with default value. #2294
2020-05-30 05:56:45 -06:00
John Tims
0983a5923b
Merge pull request #2601 from querydsl/remove-additional-hibernate5-testing
Remove additional testing for hibernate 5
2020-05-30 05:25:33 -06:00
John Tims
64f4ecd1bf Add tests for validation annotations 2020-05-29 16:19:22 -06:00
Jose
bf2190978f Don't add @NotNull on columns with default value
If a column on the DB has a default value it shouldn't add a @NotNull annotation on the exported Bean.
2020-05-29 12:46:10 -06:00
John Tims
70afee9084 Remove additional testing for hibernate 5
Hibernate 5 is now the default.
2020-05-29 06:29:37 -06:00
John Tims
633286b712 Fix datediff for Oracle 2020-05-29 05:59:33 -06:00
John Tims
fb75ababf4
Merge pull request #2599 from querydsl/oracle-tests
Run tests against Oracle
2020-05-29 05:08:56 -06:00
John Tims
83c5a09459 Run tests against oracle 2020-05-28 12:19:13 -06:00
John Tims
53a7e193b7 Update reference to oracle docker image 2020-05-28 11:24:01 -06:00
John Tims
1a97e8e8d2
Merge pull request #2598 from querydsl/Danepic-null-expression
NullExpression with type
2020-05-28 08:44:21 -06:00
John Tims
58cb9561f4
Merge pull request #2597 from querydsl/pr-2419
fix for mssql table hints on joins
2020-05-28 08:12:44 -06:00
John Tims
c038ffcded Merge branch 'null-expression' of git://github.com/Danepic/querydsl into Danepic-null-expression 2020-05-28 08:06:30 -06:00
John Tims
e7aa5c7ece Update build badge 2020-05-28 07:47:54 -06:00
John Tims
69e74783f0
Merge pull request #2421 from khauser/FB_EnableJPAInsertClause
added JPAInsertClause
2020-05-28 07:19:49 -06:00
frkator
19dfa725d4 fix for mssql table hints on joins 2020-05-28 06:14:15 -06:00
John Tims
520bd24a2f
Merge pull request #2595 from johnktims/sql-server-tests
Run tests against SQL Server
2020-05-28 05:24:43 -06:00
John Tims
4d7f485663 Give sqlserver and db2 more time to initialize 2020-05-27 15:39:37 -06:00
John Tims
47b488f1e8 Run tests against sqlserver 2020-05-27 15:27:51 -06:00
John Tims
3d10badddf
Merge pull request #2594 from johnktims/fix-db2-startup
Fix db2 startup
2020-05-27 11:11:34 -06:00
John Tims
f82ee575cc Wait for slow containers to start 2020-05-27 10:32:51 -06:00
John Tims
0f3ba7b59a Fix db2 health check 2020-05-27 08:54:27 -06:00
John Tims
a7a5694176 Improve Github Actions matrix so we only pull containers when we need to 2020-05-27 07:10:39 -06:00
John Tims
c0cf15d1b1
Merge pull request #2373 from yorlov/master
Replace 'while' and 'for' loop to 'foreach'
2020-05-27 06:52:08 -06:00
John Tims
8685317896
Merge pull request #2535 from cpugputpu/use-LinkedHashSet-in-EntityType.java
use LinkedHashSet for deterministic order
2020-05-27 06:25:25 -06:00
John Tims
7336708cd6
Merge pull request #2583 from balazs-zsoldos/i2582_keys_should_be_sorted_in_metadata_classes
#2582 keys should be sorted in metadata classes
2020-05-27 06:10:54 -06:00
Darren Foong
f0a751caad Change scope of jakarta.persistence-api in querydsl-hibernate-search from compile to provided 2020-05-22 01:09:27 +08:00
John Tims
281cbac582
Merge pull request #2588 from querydsl/db2-tests
Run db2 tests
2020-05-20 05:47:10 -06:00
John Tims
6aa6d6d691 Start db2 test container 2020-05-19 18:18:38 -06:00
John Tims
a960139cf4 Fix db2 container 2020-05-19 18:18:33 -06:00
John Tims
f2dc9582bd Ignore failing db2 tests 2020-05-19 17:49:12 -06:00
John Tims
dcab849c24 Use official db2 artifact 2020-05-19 17:48:07 -06:00
John Tims
77a243d667
Merge pull request #2586 from querydsl/fix-classpathutils
Limit classpath scanning to the specified package
2020-05-13 12:52:39 -06:00
John Tims
556c0d5ac1 Limit classpath scanning to the specified package 2020-05-13 12:04:27 -06:00
John Tims
f0f10edd23 Remove Travis CI reference 2020-05-12 15:54:20 -06:00
Balazs Zsoldos
39dac82a58 #2582 Keys are sorted in generated metadata classes 2020-05-11 22:43:20 +02:00
Balazs Zsoldos
a97fc2355c Merge remote-tracking branch 'querydsl/master' 2020-05-11 18:58:25 +02:00
John Tims
0df5b02b15 Use --batch-mode to deploy 2020-05-08 06:34:13 -06:00
John Tims
de599cddac Fix snapshot deployment 2020-05-08 06:11:58 -06:00