feat(java/jersey3): add jackson 3 support#23819
Conversation
|
@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08) |
There was a problem hiding this comment.
1 issue found across 308 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="samples/client/petstore/java/jersey3-jackson3/.travis.yml">
<violation number="1" location="samples/client/petstore/java/jersey3-jackson3/.travis.yml:12">
P1: Travis CI JDK matrix (8–12) is incompatible with the sample's Java 17 build requirement</violation>
</file>
Note: This PR contains a large number of files. cubic only reviews up to 100 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
On a pro plan you can use ultrareview for larger PRs.
Re-trigger cubic
| - openjdk11 | ||
| - openjdk10 | ||
| - openjdk9 | ||
| - openjdk8 |
There was a problem hiding this comment.
P1: Travis CI JDK matrix (8–12) is incompatible with the sample's Java 17 build requirement
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/client/petstore/java/jersey3-jackson3/.travis.yml, line 12:
<comment>Travis CI JDK matrix (8–12) is incompatible with the sample's Java 17 build requirement</comment>
<file context>
@@ -0,0 +1,22 @@
+ - openjdk11
+ - openjdk10
+ - openjdk9
+ - openjdk8
+before_install:
+ # ensure gradlew has proper permission
</file context>
|
tested locally to confirm it works: will fix the gradlew permission issue after mering this PR |
closes #23818
PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
master(upcoming7.x.0minor release - breaking changes with fallbacks),8.0.x(breaking changes without fallbacks)"fixes #123"present in the PR description)