Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Bump formatter-maven-plugin from 2.17.1 to 2.18.0 #274

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps formatter-maven-plugin from 2.17.1 to 2.18.0.

Changelog

Sourced from formatter-maven-plugin's changelog.

ver 2.17.1

  • Bump jsdt support to 2021-09 - now requires jdk 11
  • Fix processing on end of line (EOL) markers making it accurate (mixed match resulted in odd behavior)

ver 2.18.0

  • Support Eclipse 2021-12 (4.22, JDT 3.28) - now requires jdk 11
  • Move whitespace trim to ensure it's counted in formatting stats
  • Set whitespace trim to default 'true' as it is formatting
  • Added support for jsoup maxPaddingWidth, we default to -1 to disable to retain original behaviour on full pretty print
  • Add block to html tests to demonstrate upstream jsoup bug adding new lines has been fixed
  • Add support for trimming trailing spaces from jsoup pretty print so our internal tests can function properly due to jsoup upstream bug
  • Add support for counting leading spaces from jsoup pretty print so our internal tests can function property due to jsoup upstream bug
  • Add support for breaking '--><! from jsoup pretty print so our internal tests can function propertly due to jsoup upstream bug
  • Run overall code cleanup including using java 10 'var' since we require jdk 11 to work.
  • Internal usage of http: has been switched to https and any redirects from old google code were updated to reflect this repo as seen in tests. One left over http is a bogus site.
  • Enhance cache support to not write timestamp to it and to sort content making it safe to check in and use via automation to update when using cross platform such as linux and windows. Without this, it can get random data write as this is read into memory first then written at end with no guarantee of order.
  • Added first integration test to confirm caching with sorting and removal of timestamp can be confirmed properly
Commits
  • d9e1d74 [maven-release-plugin] prepare release formatter-maven-plugin-2.18.0
  • 078173e Clean up JsonFormatter and JsonFormatterTest
  • 445ffab Merge pull request #598 from hazendaz/main
  • 7dda0a2 Merge pull request #595 from xenoamess-fork/support_multiple-object_json_file
  • f186f11 [pom] Let formatter move pom entry for jsoup due to group id change
  • 355ee29 [pom] Switch jsoup to fork until jsoup releases later
  • a98bbd2 Merge pull request #597 from hazendaz/master
  • 29671d0 [pom] Bump site plugin to 3.11.0
  • 1a6cc9d [pom] Bump project info reports to 3.2.1
  • da1204f [pom] Bump javadoc plugin to 3.3.2
  • 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.17.1 to 2.18.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.17.1...formatter-maven-plugin-2.18.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 the dependencies Pull requests that update a dependency file label Apr 1, 2022
dependabot bot and others added 3 commits April 12, 2022 09:50
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.0.0-M6)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ven-plugin-2.18.0' of https://github.com/apache/any23 into dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.18.0
@lewismc lewismc self-assigned this Apr 12, 2022
@sonarcloud
Copy link

sonarcloud bot commented Apr 12, 2022

Kudos, SonarCloud Quality Gate passed!    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

@lewismc lewismc merged commit 1b21982 into master Apr 12, 2022
@lewismc lewismc deleted the dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.18.0 branch April 12, 2022 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant