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

Support Spring Boot 3 and jakarta #882

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
abc4375
Bump major version; Update javax to jakarta throughout
joshuapsteele Oct 2, 2023
0b45ee3
Bump Gradle to 8.3
Oct 2, 2023
7d3f44d
Version bumps
Oct 2, 2023
f632c39
Bump deltaspike for CDI tests
Oct 3, 2023
ef03704
crnk-setup-spring-boot3 and remove 1 and 2
Oct 3, 2023
8f2bd53
Disable CDI tests, more version bumps
Oct 3, 2023
817e3d4
Various version bumps
Oct 4, 2023
28de3e9
Fix vertx/reactive
Oct 4, 2023
40fa9f7
Use a different ProGuard dependency
Oct 4, 2023
fadf0c7
Update mockito, equalsverifier, tests
Oct 4, 2023
c954d0e
Fix hibernate dependencies
Oct 4, 2023
6f1de8d
Re-enable CDI
Oct 4, 2023
2d59640
Update swagger versions
Oct 5, 2023
0af64b8
Update commons-io version
Oct 5, 2023
e916d1f
Fix java 17 source/target version
Oct 5, 2023
8981853
Update dropwizard version and example
Oct 5, 2023
171da43
Bump graphviz-java to latest version
Oct 5, 2023
8861c21
Remove unneeded dependency
Oct 5, 2023
a665a99
A few small version bumps, remove unused deps
Oct 6, 2023
a7ed9f7
Start MVC Observation classes
Oct 18, 2023
12809ef
fixup! Start MVC Observation classes
Oct 18, 2023
8d60afc
Bring in Spring Boot deps to projects that need them
Oct 18, 2023
b27c18b
Add equalsverifier dependency to crnk-core
Oct 18, 2023
65bd339
Cleanup unneeded dependencies
Oct 18, 2023
fee8476
Cleanup dependencies
Oct 18, 2023
7091ddc
Use jakarta variants of jackson dependencies
Oct 19, 2023
fa63bcb
Start updating documentation
Oct 19, 2023
a2c1861
Replace context.destroy() with context.stop() in AbstractJpaJerseyTest
joshuapsteele Oct 19, 2023
3def931
Replace CrnkWebMvcTagsProvider and CrnkSpringActuatorMetricsAutoConfi…
joshuapsteele Oct 19, 2023
8b6f40a
Clean up AutoConfiguration import file
joshuapsteele Oct 19, 2023
cf7f8be
Javax to jakarta fixes (#1)
tory-kk Sep 4, 2024
365251d
Merge pull request #3 from tory-kk/JAVAX-TO-JAKARTA
kjthorpe18 Sep 7, 2024
496aad0
Remove spring-boot-starter-actuator from dependencies as it is no lon…
Illapikov Oct 10, 2024
10bd990
Merge pull request #4 from tory-kk/remove-actuator
kjthorpe18 Oct 10, 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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {

annotationProcessor 'io.crnk:crnk-gen-java'

implementation "io.crnk:crnk-setup-spring-boot2"
implementation "io.crnk:crnk-setup-spring-boot3"
implementation "io.crnk:crnk-data-jpa"
implementation "io.crnk:crnk-data-facet"
implementation "io.crnk:crnk-format-plain-json"
Expand Down
Loading