Skip to content

Chore(deps): Bump formatter-maven-plugin from 2.12.0 to 2.19.0#77

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.19.0
Closed

Chore(deps): Bump formatter-maven-plugin from 2.12.0 to 2.19.0#77
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.19.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2022

Bumps formatter-maven-plugin from 2.12.0 to 2.19.0.

Changelog

Sourced from formatter-maven-plugin's changelog.

ver 2.12.0

  • Support level with Eclipse 2020-06.
  • Cache process rewritten to reduce reads/writes of files and speed up initial uncached usage. Cache directory added with ability to override to survive maven clean on subsequent runs. All files will be logged to cache now, not just files that are formatted.
  • Patch vulnerable library usage.
  • New 'wellFormedValidation=WARN' with xml formatter for allowing partial files.
  • LineEnding.KEEP support adjustments to fix processing.
  • Make 'formatter.excludes' property
  • Additional debug logging for missing formatter or initialization errors.
  • Bring up to date internal Eclipse Java and JavaScript format configuration files and sort for reasier future updates. Sort other configuration files and sort file handling usage.
  • All skip options switched from Wrapper Boolean to primitive boolean as all have defaults as false.

ver 2.12.1

  • Do not write the cache file if it did not actually write any files for update witin the cache. This allows users to save the cache to their repository and it will work on both windows/*nix without full rewrites. The problem with the cache file write when not needed is due to java properties design issue where it logs timestamp upon change.

ver 2.12.2

  • Use target directory for the default cache location.

ver 2.13.0

  • Add support for excluding certain portions of java code from being reformatted.
  • Change log level to DEBUG for messages with format " formatting is skipped".
  • Support Eclipse 2020-09 (4.17, JDT 3.23)

ver 2.14.0

  • Change log level to DEBUG for messages with format " formatting is skipped".
  • Support Eclipse 2020-12 (4.18, JDT 3.24)
  • Improved JSON formatter with newline after formatting and alphabeticalOrder option

ver 2.15.0

  • Support Eclipse 2021-03 (4.19, JDT 3.25)

ver 2.16.0

  • Support Eclipse 2021-06 (4.20, JDT 3.26)
  • Support overriding base directory
  • Move docs about version compatibility to src/site/

ver 2.17.0

  • Support Eclipse 2021-09 (4.21, JDT 3.27) - now requires jdk 11
  • Bump jsdt support to 2020-09
  • Cleanup jsoup implementation as it only supports html in our implementation (had xml case statement but we use eclipse variation)
  • Added patch to cssparser to retain ie 7,8,9 hack for '\9'
  • Run our tests on two pass (ie test the formatting results) to confirm repeated same formatting. Known issue with jsoup (html formatter)
  • Improve logging output during plugin run (info) with more output in debug run

... (truncated)

Commits
  • dc60336 [maven-release-plugin] prepare release formatter-maven-plugin-2.19.0
  • 4d8df73 Bump formatter and junit versions
  • 590815c Bump sortpom-maven-plugin from 3.0.1 to 3.1.3 (#628)
  • bc3c1c2 Bump maven-fluido-skin from 1.10.0 to 1.11.0 (#626)
  • c5b38bf Bump versions-maven-plugin from 2.10.0 to 2.11.0 (#625)
  • f6fa586 Bump impsort-maven-plugin from 1.6.2 to 1.7.0 (#624)
  • f06c5c7 Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#629)
  • 83a4acf Bump plexus-utils from 3.4.1 to 3.4.2 (#630)
  • a402c32 Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#627)
  • f4fb6ef Merge pull request #614 from revelc/dependabot/maven/org.apache.maven.plugins...
  • Additional commits viewable in compare view

Dependabot compatibility score

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
  • @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)

Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.12.0 to 2.19.0.
- [Release notes](https://github.com/revelc/formatter-maven-plugin/releases)
- [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/main/CHANGELOG.md)
- [Commits](revelc/formatter-maven-plugin@formatter-maven-plugin-2.12.0...formatter-maven-plugin-2.19.0)

---
updated-dependencies:
- dependency-name: net.revelc.code.formatter:formatter-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2022

Superseded by #83.

@dependabot dependabot bot closed this Jul 25, 2022
@dependabot dependabot bot deleted the dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.19.0 branch July 25, 2022 02:06
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants