-
Notifications
You must be signed in to change notification settings - Fork 156
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
joshuapsteele
wants to merge
34
commits into
crnk-project:master
Choose a base branch
from
joshuapsteele:JAVAX-TO-JAKARTA
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
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 0b45ee3
Bump Gradle to 8.3
7d3f44d
Version bumps
f632c39
Bump deltaspike for CDI tests
ef03704
crnk-setup-spring-boot3 and remove 1 and 2
8f2bd53
Disable CDI tests, more version bumps
817e3d4
Various version bumps
28de3e9
Fix vertx/reactive
40fa9f7
Use a different ProGuard dependency
fadf0c7
Update mockito, equalsverifier, tests
c954d0e
Fix hibernate dependencies
6f1de8d
Re-enable CDI
2d59640
Update swagger versions
0af64b8
Update commons-io version
e916d1f
Fix java 17 source/target version
8981853
Update dropwizard version and example
171da43
Bump graphviz-java to latest version
8861c21
Remove unneeded dependency
a665a99
A few small version bumps, remove unused deps
a7ed9f7
Start MVC Observation classes
12809ef
fixup! Start MVC Observation classes
8d60afc
Bring in Spring Boot deps to projects that need them
b27c18b
Add equalsverifier dependency to crnk-core
65bd339
Cleanup unneeded dependencies
fee8476
Cleanup dependencies
7091ddc
Use jakarta variants of jackson dependencies
fa63bcb
Start updating documentation
a2c1861
Replace context.destroy() with context.stop() in AbstractJpaJerseyTest
joshuapsteele 3def931
Replace CrnkWebMvcTagsProvider and CrnkSpringActuatorMetricsAutoConfi…
joshuapsteele 8b6f40a
Clean up AutoConfiguration import file
joshuapsteele cf7f8be
Javax to jakarta fixes (#1)
tory-kk 365251d
Merge pull request #3 from tory-kk/JAVAX-TO-JAKARTA
kjthorpe18 496aad0
Remove spring-boot-starter-actuator from dependencies as it is no lon…
Illapikov 10bd990
Merge pull request #4 from tory-kk/remove-actuator
kjthorpe18 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be a problem, we need jackson to use the jakarta version of this