-
Notifications
You must be signed in to change notification settings - Fork 408
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
Bump jackson-bom from 2.14.2 to 2.15.2 #964
Bump jackson-bom from 2.14.2 to 2.15.2 #964
Conversation
Codecov Report
@@ Coverage Diff @@
## main #964 +/- ##
============================================
+ Coverage 71.90% 71.96% +0.05%
Complexity 1356 1356
============================================
Files 173 173
Lines 5011 5011
Branches 519 519
============================================
+ Hits 3603 3606 +3
+ Misses 1153 1152 -1
+ Partials 255 253 -2 |
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.14.2 to 2.15.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
034f352
to
6a2e3ea
Compare
hello, did you know when you plan to do a release with this included? thanks a lot! |
I haven't had much free time to work on logstash-logback-encoder recently. I'm not sure when I'll be able to release it. |
ok no problem, i will try to build my own and give you a feedback ;) |
hi, I have build your branch but i always have my problem with :
I'dont know why. My application work fine but if i activate an appender with logback-logstash-encoder i got this error. If i comment encoder all work fine. My application is war generate by spring-boot 3.1.0, run under tomcat 10 and encoder is in tomcat/lib directory with logback-core-1.4.7.jar, all versions is now align |
Hi @pmancaux, I don't think that error is related to the jackson upgrade. The "not a subtype" error is generally caused by either A) the class isn't actually a subtype of the requested type or B) the classes are in different classloaders, perhaps different versions of the class are loaded by different loaders. Since |
@pmancaux Make sure you have all the Jackson libs at the same version... |
Hi everyone, thanks for your answers. |
As a hint I would compare my dependencies before/after... you will surely quickly spot the different ;-) |
Bumps jackson-bom from 2.14.2 to 2.15.2.
Commits
f630525
[maven-release-plugin] prepare release jackson-bom-2.15.2cbb8d3c
2.15.2 release17e60d3
Back to snapshot dep2dfb8e3
[maven-release-plugin] prepare for next development iterationeaff8b2
[maven-release-plugin] prepare release jackson-bom-2.15.119ddbea
Prepare for 2.15.1 release1c2c2fc
Addversion.plugin.moditect
override to1.0.0.Final
ccd5a3a
Merge branch '2.14' into 2.1515b0965
Back to snapshot deps11c0403
[maven-release-plugin] prepare for next development iterationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)