Commit b744338
Upgrade to Spring Boot 3 with Jakarta EE JPA 3.1 Support (#356)
* chore(deps): bump spring-boot-maven-plugin from 1.5.6.RELEASE to 3.0.4
Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 1.5.6.RELEASE to 3.0.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v1.5.6.RELEASE...v3.0.4)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* update dependencies to spring-boot 3
* fix graphql-jpa-query-schema tests
* update spring-boot 3 auto configurations
* remove Java 8 from build matrix
* Remove Java 11 from build matrix
* add spring-boot-maven-plugin to build plugin management
* improve entity lookup performance with lazy map
* clean up GraphQLJpaQueryFactory
* update java.version to 17
* update getJPQLQueryString
* internal getAttribute polish
* fix graphql-jpa-query-example-merge application test
* update tests to JUnit 5 api
* update EntityWithEmbeddedIdTest to use JUnit 5
* update graphql-jpa-query-scalars test to junit 5
* update graphql-jpa-query-introspection tests to junit 5
* exclude junit-vintage-engine from build dependencies
* remove deprecated passDistinctThrough query hint
* increase EntityIntrospector test coverage
* update EntityIntrospectorTest
* set project version to 0.6.0-SNAPSHOT
* fix EntityIntrospectorTest
* remove legacy dataLoaderRegistry lookup from execution context
* remove legacy graphql-jpa-query-graphiql module
* update to spring-boot 3.0.6
* refactor Maven project reactor
* set project version to 1.0.0-SNAPSHOT
* update getting started to 1.0.0-SNAPSHOT
* add prettier Maven helper
* apply prettier java format
* add java 19 build support
* remove getting-started module
* update build package
* resolve build dependency problem
* add skipStaging property
* add default and release modules per profile
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 97fafa9 commit b744338
File tree
341 files changed
+27289
-66355
lines changed- .github/workflows
- annotations
- src/main/java/com/introproventures/graphql/jpa/query/annotation
- autoconfigure
- src
- main
- java/com/introproventures/graphql/jpa/query/autoconfigure
- resources/META-INF/spring
- test
- java/com/introproventures/graphql/jpa/query/autoconfigure
- support
- resources
- boot-starter
- build
- dependencies
- examples
- spring-graphql-web
- src
- main
- java/com/introproventures/graphql/jpa/query/example
- controllers
- resources
- graphql
- test/java/com/introproventures/graphql/jpa/query/example
- graphql-jpa-query-autoconfigure/src/main
- java/com/introproventures/graphql/jpa/query/autoconfigure
- resources/META-INF
- graphql-jpa-query-boot-starter-graphql/src/test
- java/com/introproventures/graphql/jpa/query/boot/test/starter
- model
- resources
- graphql-jpa-query-boot-starter
- src
- main/resources/META-INF
- test
- java/com/introproventures/graphql/jpa/query/boot/test/starter/model
- resources
- graphql-jpa-query-example-merge
- src
- main
- docker
- java/com/introproventures/graphql/jpa/query/example
- books
- starwars
- test/java/com/introproventures/graphql/jpa/query/example
- graphql-jpa-query-example-model-books/src/main/java/com/introproventures/graphql/jpa/query/schema/model/book
- graphql-jpa-query-example-relay
- src/main/resources
- graphql-jpa-query-example-simple
- src/main/docker
- graphql-jpa-query-example-spring-graphql
- src/main
- docker
- resources
- graphql-jpa-query-graphiql
- src
- main
- java/com/introproventures/graphql/jpa/query/graphiql
- resources
- META-INF
- static/graphiql
- test/java/com/introproventures/graphql/jpa/query/graphiql
- graphql-jpa-query-introspection/src/test/java/com/introproventures/graphql/jpa/query/introspection
- graphql-jpa-query-schema/src
- main/java/com/introproventures/graphql/jpa/query/schema/impl
- test
- java/com/introproventures/graphql/jpa/query
- converter
- model
- embeddedid
- localdatetime
- schema
- impl
- model
- embedded
- floating
- support
- resources
- graphql-jpa-query-web/src/main/resources/META-INF
- introspection
- src
- main/java/com/introproventures/graphql/jpa/query/introspection
- test/java/com/introproventures/graphql/jpa/query/introspection
- scalars
- src
- main/java/com/introproventures/graphql/jpa/query/schema
- test
- java/com/introproventures/graphql/jpa/query/schema
- fixtures
- resources
- schema
- src
- main/java/com/introproventures/graphql/jpa/query
- schema
- impl
- relay
- support
- test
- groovy/com/introproventures/graphql/jpa/query/schema/impl
- java/com/introproventures/graphql/jpa/query
- converter
- model
- embeddedid
- model
- idclass
- model
- localdatetime
- model
- restricted
- schema
- impl
- model
- book_superclass
- calculated
- embedded
- floating
- metamodel
- uuid
- support
- resources
- tests
- boot-starter
- src
- main
- java/com/introproventures/graphql/jpa/query/boot/test/starter
- controllers
- resources
- graphql
- test/java/com/introproventures/graphql/jpa/query/boot/test
- autoconfigure
- starter
- models
- books
- src/main
- java/com/introproventures/graphql/jpa/query/schema/model/book
- resources
- starwars
- src/main
- java/com/introproventures/graphql/jpa/query/schema/model/starwars
- resources
- multiple-datasources
- src
- main
- java/com/introproventures/graphql/jpa/query/example
- books
- starwars
- resources
- test/java/com/introproventures/graphql/jpa/query/example
- relay
- src
- main
- java/com/introproventures/graphql/jpa/query/example/relay
- resources
- test/java/com/introproventures/graphql/jpa/query/example/relay
- starwars
- src
- main
- java/com/introproventures/graphql/jpa/query/example
- resources
- test/java/com/introproventures/graphql/jpa/query/example
- web
- src
- main
- java/com/introproventures/graphql/jpa/query/boot/test
- resources
- test/java/com/introproventures/graphql/jpa/query/boot/test
- web
- src
- main
- java/com/introproventures/graphql/jpa/query/web
- autoconfigure
- resources/META-INF/spring
- test/java/com/introproventures/graphql/jpa/query/test/web
- autoconfigure
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
341 files changed
+27289
-66355
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
File renamed without changes.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
File renamed without changes.
0 commit comments