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

Bump jackson.version from 2.12.1 to 2.12.2 #243

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2021

Bumps jackson.version from 2.12.1 to 2.12.2.
Updates jackson-annotations from 2.12.1 to 2.12.2

Commits

Updates jackson-core from 2.12.1 to 2.12.2

Commits
  • 99cc3ce [maven-release-plugin] prepare release jackson-core-2.12.2
  • b85fd8c Prepare for 2.12.2 release
  • 7f6c506 Republish javadocs for 2.12 (lots of javadoc cleanup work before 2.12.1)
  • 0137d84 back to snapshots dep
  • 79adde6 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates jackson-databind from 2.12.1 to 2.12.2

Commits

Updates jackson-dataformat-yaml from 2.12.1 to 2.12.2

Commits
  • 57eb212 [maven-release-plugin] prepare release jackson-dataformats-text-2.12.2
  • 2603aeb Prepare for 2.12.2 release
  • abb7556 Minor fix to module-info.java: was missing an export
  • 50ac6db ...
  • 3495cf5 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot 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

Bumps `jackson.version` from 2.12.1 to 2.12.2.

Updates `jackson-annotations` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.12.1...jackson-core-2.12.2)

Updates `jackson-databind` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-dataformat-yaml` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.12.1...jackson-dataformats-text-2.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2021
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 4, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@slawekjaranowski slawekjaranowski merged commit c18a836 into master Mar 4, 2021
@slawekjaranowski slawekjaranowski deleted the dependabot/maven/jackson.version-2.12.2 branch March 4, 2021 19:43
pzygielo pushed a commit to pzygielo/pgpverify-maven-plugin that referenced this pull request May 31, 2024
The original pool setup was always (weak, weak, hard), but by mistake. The resolver 1.8.0 got a fix for reported MRESOLVER-250: (that did lower the memory consumption but added 10% execution time overhead). The fix for MRESOLVER-250 caused that GC collect descriptors, so during collection models were continuously been rebuilt, but this operation is all but "cheap" (a lot of CPU and a lot of IO).

This commit rewrites the pools, makes them configurable (for artifacts, dependencies and descriptors/POMs) . With this PR now pools are configurable as well (as hard+hard+hard setup may offer even speedup at cost of more heap usage).

It also FIXES a bug creeped into master (was never released) where interning pool misbehaves: it was able to return null  value.

---

https://issues.apache.org/jira/browse/MRESOLVER-320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant