Commit Graph

7892 Commits

Author SHA1 Message Date
dependabot[bot]
c814c9963e
Bump checkstyle from 8.43 to 8.44
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.44)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 11:06:29 +00:00
Jan-Willem Gmelig Meyling
17b3a681c6
Merge pull request #2947 from querydsl/dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.5.2
Bump spring-boot-starter-parent from 2.5.1 to 2.5.2
2021-06-25 15:54:49 +02:00
Jan-Willem Gmelig Meyling
6142b43a5a
Merge pull request #2944 from querydsl/dependabot/maven/com.squareup-kotlinpoet-1.9.0
Bump kotlinpoet from 1.8.0 to 1.9.0
2021-06-25 15:54:42 +02:00
Jan-Willem Gmelig Meyling
291166c376
Merge pull request #2909 from querydsl/dependabot/maven/org.eclipse.jdt-ecj-3.26.0
Bump ecj from 3.25.0 to 3.26.0
2021-06-25 15:54:33 +02:00
Lovro Pandžić
59dfd60157
added flatten plugin to remove parent from generated pom.xml in bom (#2943)
* added flatten plugin to remove parent from generated pom.xml in bom

* removed dependencies section

* added flattened bom to .gitignore

* removed properties from flattened-pom

* added missing dependencies to bom
2021-06-25 15:48:38 +02:00
dependabot[bot]
5a6597a857
Bump spring-boot-starter-parent from 2.5.1 to 2.5.2
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 11:05:25 +00:00
Jan-Willem Gmelig Meyling
42b31a77b8
Merge pull request #2945 from querydsl/dependabot/maven/kotlin.version-1.5.20
Bump kotlin.version from 1.5.10 to 1.5.20
2021-06-24 18:59:31 +02:00
dependabot[bot]
05403898dd
Bump kotlin.version from 1.5.10 to 1.5.20
Bumps `kotlin.version` from 1.5.10 to 1.5.20.

Updates `kotlin-bom` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-scripting-jsr223` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-plugin` from 1.5.10 to 1.5.20

Updates `kotlin-maven-allopen` from 1.5.10 to 1.5.20

Updates `kotlin-maven-noarg` from 1.5.10 to 1.5.20

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 11:11:04 +00:00
dependabot[bot]
50d4360c24
Bump kotlinpoet from 1.8.0 to 1.9.0
Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md)
- [Commits](https://github.com/square/kotlinpoet/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 11:09:02 +00:00
Jan-Willem Gmelig Meyling
43311d0696
Merge pull request #2917 from querydsl/dependabot/maven/org.postgresql-postgresql-42.2.22
Bump postgresql from 42.2.21 to 42.2.22
2021-06-23 10:57:44 +02:00
Jan-Willem Gmelig Meyling
305c5584c4
Merge pull request #2919 from querydsl/dependabot/maven/slf4j.version-1.7.31
Bump slf4j.version from 1.7.30 to 1.7.31
2021-06-23 10:57:33 +02:00
Jan-Willem Gmelig Meyling
d153f8fca1
Merge pull request #2923 from tstavinoha/compile-scope-jakarta-persistence
Removed provided modifier from depencency management.
2021-06-23 10:56:51 +02:00
tstavinoha
ce035727aa Removed provided modifier from depencency management. 2021-06-23 08:56:42 +02:00
Jan-Willem Gmelig Meyling
d0329fc4b8
Merge pull request #2916 from querydsl/issue-2915
Change visibility of package private methods in AbstractMongodbQuery
2021-06-22 10:21:47 +02:00
dependabot[bot]
9e211d8ca8
Bump slf4j.version from 1.7.30 to 1.7.31
Bumps `slf4j.version` from 1.7.30 to 1.7.31.

Updates `slf4j-api` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-log4j12` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-log4j12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-18 11:05:57 +00:00
dependabot[bot]
af6c3e0af1
Bump postgresql from 42.2.21 to 42.2.22
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.21 to 42.2.22.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 11:07:19 +00:00
Jan-Willem Gmelig Meyling
db983b2c71 Change visibility of package private methods in AbstractMongodbQuery
Fixes #2915
2021-06-17 10:24:56 +02:00
Jan-Willem Gmelig Meyling
3c63c7d319
Merge pull request #2912 from querydsl/5.0.0-snapshot
5.0.0-SNAPSHOT
2021-06-16 18:38:32 +02:00
John Tims
d74c6f79fe 5.0.0-SNAPSHOT 2021-06-16 09:38:20 -06:00
John Tims
9a137d0156
Merge pull request #2911 from F43nd1r/kotlin-dokka 2021-06-16 07:20:09 -06:00
f43nd1r
29074f0b4b Dokka for kotlin modules 2021-06-16 13:23:01 +02:00
dependabot[bot]
c321e74b01
Bump ecj from 3.25.0 to 3.26.0
Bumps ecj from 3.25.0 to 3.26.0.

---
updated-dependencies:
- dependency-name: org.eclipse.jdt:ecj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 06:10:13 +00:00
Jan-Willem Gmelig Meyling
841872a089
Merge pull request #2908 from querydsl/fix-querydsl-guava-module 2021-06-15 19:14:11 +02:00
John Tims
6e01193597 DecMove querydsl-guave to the default maven profile 2021-06-15 11:04:05 -06:00
John Tims
f6b7625d13
Merge pull request #2907 from querydsl/querydsl-5.0.0.M1 2021-06-15 10:30:25 -06:00
John Tims
fa964c4622 Querydsl 5.0.0.M1 2021-06-15 10:04:23 -06:00
Jan-Willem Gmelig Meyling
135d517208
Merge pull request #2906 from querydsl/dependabot/maven/org.geolatte-geolatte-geom-1.8.2
Bump geolatte-geom from 1.8.1 to 1.8.2
2021-06-14 21:49:44 +02:00
dependabot[bot]
f02ff45ea1
Bump geolatte-geom from 1.8.1 to 1.8.2
Bumps [geolatte-geom](https://github.com/geolatte/geolatte-geom) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/geolatte/geolatte-geom/releases)
- [Commits](https://github.com/geolatte/geolatte-geom/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: org.geolatte:geolatte-geom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 07:26:40 +00:00
Jan-Willem Gmelig Meyling
8d0de71335
Merge pull request #2902 from querydsl/dependabot/maven/org.postgresql-postgresql-42.2.21
Bump postgresql from 42.2.20 to 42.2.21
2021-06-12 10:43:02 +02:00
Jan-Willem Gmelig Meyling
87336ddc59
Merge pull request #2900 from querydsl/dependabot/maven/spring.version-5.3.8
Bump spring.version from 3.1.2.RELEASE to 5.3.8
2021-06-12 10:42:33 +02:00
Jan-Willem Gmelig Meyling
7b59973ebe
Merge pull request #2904 from F43nd1r/dirty-build
Fix dirty builds
2021-06-12 10:26:42 +02:00
Jan-Willem Gmelig Meyling
e4d946b20c
Merge pull request #2877 from querydsl/dependabot/maven/org.hamcrest-hamcrest-core-2.2
Bump hamcrest-core from 1.3 to 2.2
2021-06-12 10:26:08 +02:00
f43nd1r
bde01869cf work with hamcrest 2.2 single-module structure 2021-06-11 23:15:07 +02:00
f43nd1r
8794803ba8 fix dirty build 2021-06-11 22:49:14 +02:00
f43nd1r
1ba9ab0c21 update test 2021-06-11 21:29:30 +02:00
Jan-Willem Gmelig Meyling
2fd9213d8a
Merge pull request #2903 from querydsl/dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.5.1
Bump spring-boot-starter-parent from 2.5.0 to 2.5.1
2021-06-11 14:17:47 +02:00
dependabot[bot]
c3e43a756c
Bump spring-boot-starter-parent from 2.5.0 to 2.5.1
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 06:50:48 +00:00
dependabot[bot]
6513c69b80
Bump postgresql from 42.2.20 to 42.2.21
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.2.21.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.21/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.20...REL42.2.21)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 06:48:07 +00:00
dependabot[bot]
d4c8f79447
Bump spring.version from 3.1.2.RELEASE to 5.3.8
Bumps `spring.version` from 3.1.2.RELEASE to 5.3.8.

Updates `spring-jdbc` from 3.1.2.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.2.RELEASE...v5.3.8)

Updates `spring-context` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

Updates `spring-aop` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

Updates `spring-test` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 05:48:37 +00:00
Jan-Willem Gmelig Meyling
e17ba90c50
Merge pull request #2864 from querydsl/dependabot/maven/com.squareup-kotlinpoet-1.8.0
Bump kotlinpoet from 1.5.0 to 1.8.0
2021-06-09 00:28:12 +02:00
Jan-Willem Gmelig Meyling
6a5f99f17c
Update ci.yml 2021-06-08 17:46:38 +02:00
Jan-Willem Gmelig Meyling
b418cf5554
Make sure snapshot deployment and coverage run on master 2021-06-08 17:45:31 +02:00
f43nd1r
5d2158a92e fix more kotlinpoet explicit api mode 2021-06-08 17:43:36 +02:00
Jan-Willem Gmelig Meyling
0725a54535
Merge pull request #2883 from querydsl/label-to-constant
Fix various issues caused by invalid parameter assumptions
2021-06-08 17:36:35 +02:00
Jan-Willem Gmelig Meyling
ff3d0c8a17 Fix various issues caused by invalid constant assumptions
Reverts #2354
Fixes #2326
Fixes #2816
Fixes #1413
Fixes #1429
Closes #2000
2021-06-08 16:34:06 +02:00
Jan-Willem Gmelig Meyling
fe514f40cf
Merge pull request #2899 from querydsl/remove-deprecated-api-usage
Remove deprecated Hibernate API usage
2021-06-08 16:05:28 +02:00
Jan-Willem Gmelig Meyling
9218dd024c Update CHANGELOG.md 2021-06-08 15:34:31 +02:00
Jan-Willem Gmelig Meyling
a9d6457c13 Remove deprecated Hibernate API usage
Fixes #2896
2021-06-08 15:13:28 +02:00
Jan-Willem Gmelig Meyling
8923195795
Merge pull request #2895 from F43nd1r/avoid-varargs-array-creation
Add one-arg overloads for coalesce
2021-06-07 22:30:11 +02:00
Jan-Willem Gmelig Meyling
b25ca237b8
Merge pull request #2897 from querydsl/release-notes
Properly attribute contributions
2021-06-07 22:29:53 +02:00