Skip to content

Build: Bump gradle-baseline-java from 4.0.0 to 4.159.0 - #16

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.159.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.159.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2022

Copy link
Copy Markdown

Bumps gradle-baseline-java from 4.0.0 to 4.159.0.

Release notes

Sourced from gradle-baseline-java's releases.

4.159.0

Type Description Link
Improvement Add an errorprone check and typed annotation for Javax -> JakartaThere is a certain class of very problematic cases whereby if you havea method such as the following:<br>myJerseyResource.register(/* this is of type Object */ object);<br>Then if you supply a resource which includes any javax.ws.rsannotations on it, then those will not be registered if your Jerseyversion is 3.x or later (and you'll only find this out at runtime).The opposite is also true if you try to supply resources annotatedwith jakarta.ws.rs to Jersey 2.x.To address this, this commit attempts to add an errorprone checkwhich lets implementors add an annotation @ForbidJavax to methodswhich have been knowingly migrated to Jakarta EE9 and cannotaccept legacy javax types. palantir/gradle-baseline#2366

4.158.0

Type Description Link
Fix Make the checkUnusedDependencies tasks added by baseline-exact-dependencies compatible with Gradle's configure-on-demand feature. palantir/gradle-baseline#2363

4.157.0

Type Description Link
Improvement Make task initialization lazier in the junit-reports plugin. palantir/gradle-baseline#2364

4.156.0

Type Description Link
Fix Fix BaselineJavaVersion checkstyle configuration on gradle < 7.5 palantir/gradle-baseline#2360

4.155.0

Automated release, no documented user facing changes

4.154.0

Type Description Link
Improvement The JUnits reports plugin is no longer applied by default. Test reports now use the standard output locations from Gradle conventions. palantir/gradle-baseline#2355

4.153.0

Type Description Link
Fix Set the java launcher for Checkstyle tasks, too palantir/gradle-baseline#2351

4.152.0

Type Description Link
Feature Add DefaultLocale checkRelated to google/error-prone issues 632Adds a DefaultLocale check that replaces uses of String.toLowerCase() and String.toUpperCase() with the overloads that take a Locale, using Locale.ROOT. palantir/gradle-baseline#2343

4.151.0

Type Description Link
Fix javadoc tasks are now properly configured when --enable-preview is used palantir/gradle-baseline#2338

4.150.0

Type Description Link
Fix Fix the BaselineModuleJvmArgs plugin to once again work as intended in multi-project builds palantir/gradle-baseline#2336

4.149.0

| Type | Description | Link |

... (truncated)

Commits
  • 030833b Autorelease 4.159.0
  • f0cd225 Add an errorprone check and typed annotation for Javax -> Jakarta (#2366)
  • 62dbb9e Update baseline-circleci README and tests (#2358)
  • 7254f23 Autorelease 4.158.0
  • d9b5b84 Make baseline-exact-dependencies compatible with configure-on-demand (#2363)
  • 1f3a560 Autorelease 4.157.0
  • 9f2d158 Apply more task config laziness to gradle-junit-reports (#2364)
  • 8cb98d2 Autorelease 4.156.0
  • 50e0e49 Fix BaselineJavaVersion checkstyle configuration on gradle < 7.5 (#2360)
  • 4d9c322 Disable CanIgnoreReturnValueSuggester (#2357)
  • 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 [gradle-baseline-java](https://github.com/palantir/gradle-baseline) from 4.0.0 to 4.159.0.
- [Release notes](https://github.com/palantir/gradle-baseline/releases)
- [Changelog](https://github.com/palantir/gradle-baseline/blob/develop/.changelog.yml)
- [Commits](palantir/gradle-baseline@4.0.0...4.159.0)

---
updated-dependencies:
- dependency-name: com.palantir.baseline:gradle-baseline-java
  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 Aug 28, 2022
@github-actions github-actions Bot added the BUILD label Aug 28, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2022

Copy link
Copy Markdown
Author

Superseded by #20.

@dependabot dependabot Bot closed this Sep 4, 2022
@dependabot
dependabot Bot deleted the dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.159.0 branch September 4, 2022 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD 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