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

chore(deps): Update dependency com.palantir.baseline:gradle-baseline-java to v6 - autoclosed #33

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.palantir.baseline:gradle-baseline-java 5.37.0 -> 6.4.0 age adoption passing confidence

Release Notes

palantir/gradle-baseline (com.palantir.baseline:gradle-baseline-java)

v6.4.0

Compare Source

💡 Improvements
  • Safety propagation takes into account known subtypes (#​2703)

v6.3.0

Compare Source

🐛 Fixes
  • Bump suppressible-error-prone to 1.5.0 to get Java 11 target for libs used in compilation (#​2954)

v6.2.0

Compare Source

✨ Features
  • Use suppressible-error-prone so it's easy to suppress error prones that are currently failing (#​2944)

v6.1.0

Compare Source

💡 Improvements
  • If one has a Stream<Optional<T>> stream of size N and does stream.flatMap(Optional::stream), you’ll end up allocating N extra streams — one for each Optional input element. When N is large, those allocations can cause extra GC cycles and pauses if allocation rate is high enough leading to issues with latency, throughput, and allocation sensitive code paths.

    Stream.filter(Optional::isPresent).map(Optional::get) is more efficient than Stream.flatMap(Optional::stream) as it does not allocate a new Stream for every element in the stream. (#​2946)

v6.0.0

Compare Source

💥 Breaks
  • All modules now require Java 17. (#​2898)

v5.72.0

Compare Source

No documented user-facing changes

v5.71.0

Compare Source

💡 Improvements
  • Fix slow compilation for large pattern matching switch (#​2851)

v5.70.0

Compare Source

🐛 Fixes
  • migrate to newer plugin publish format (#​2903)
💡 Improvements
  • Disable the InjectOnConstructorOfAbstractClass errorprone for gradle plugin projects (#​2913)

v5.69.0

Compare Source

🐛 Fixes
  • Eliminate false positives produces by IllegalSafeLoggingArgument when using Multimap collectors. (#​2891)

v5.68.0

Compare Source

🐛 Fixes
  • Fix checkUnusedDependencies for multi-source projects (#​2883)

v5.67.0

Compare Source

💡 Improvements
  • disable PreferSafeLogger and StrictUnusedVariable for intellij (#​2878)

v5.66.0

Compare Source

No documented user-facing changes

v5.65.0

Compare Source

🐛 Fixes
  • Preserve "Can Resolve" Settings When Cloning Implementation (#​2860)

v5.64.0

Compare Source

No documented user-facing changes

v5.63.0

Compare Source

Automated release, no documented user facing changes

v5.62.0

Compare Source

No documented user facing changes

v5.61.0

Compare Source

Automated release, no documented user facing changes

v5.60.0

Compare Source

Type Description Link
Fix Remove pre-Gradle 8.6 baseline-java-versions behaviour. https://github.com/palantir/gradle-baseline/pull/2822

v5.59.0

Compare Source

Type Description Link
Fix cache key for JarClassHasher includes artifact classifier https://github.com/palantir/gradle-baseline/pull/2813

v5.58.0

Compare Source

Type Description Link
Fix Prevent "Circular evaluation detected" error when using baseline-java-versions on Gradle 8.6+. https://github.com/palantir/gradle-baseline/pull/2820

v5.57.0

Compare Source

Automated release, no documented user facing changes

v5.56.0

Compare Source

Automated release, no documented user facing changes

v5.55.0

Compare Source

Automated release, no documented user facing changes

v5.54.0

Compare Source

Type Description Link
Improvement Adding TestFactory (for DynamicTests) as part of the methods that ignore this annotation. https://github.com/palantir/gradle-baseline/pull/2804

v5.53.0

Compare Source

Type Description Link
Improvement Gradle JDK automanagement integration for toolchains https://github.com/palantir/gradle-baseline/pull/2783

v5.52.0

Compare Source

Type Description Link
Fix Reduce memory usage of checkClasspathCompatible https://github.com/palantir/gradle-baseline/pull/2791

v5.51.0

Compare Source

Automated release, no documented user facing changes

v5.50.0

Compare Source

Type Description Link
Improvement Methods must take into account supertypes https://github.com/palantir/gradle-baseline/pull/2699

v5.49.0

Compare Source

Automated release, no documented user facing changes

v5.48.0

Compare Source

Type Description Link
Improvement Ignore intra-project dependencies in checkUnusedDependencies. This allows checkUnusedDependencies to be used with Gradle test fixtures even when the test fixtures are not used by the tests. https://github.com/palantir/gradle-baseline/pull/2748

v5.47.0

Compare Source

Type Description Link
Fix Handle relocated multi-release class files in checkRuntimeClasspathCompatible https://github.com/palantir/gradle-baseline/pull/2752

v5.46.0

Compare Source

Automated release, no documented user facing changes

v5.45.0

Compare Source

Type Description Link
Fix Check the runtime classpath contains jar that contain only class which are compatible with the intended runtime java language version. https://github.com/palantir/gradle-baseline/pull/2749

v5.44.0

Compare Source

Automated release, no documented user facing changes

v5.43.0

Compare Source

Type Description Link
Fix Remove gradle-junit-reports. https://github.com/palantir/gradle-baseline/pull/2734

v5.42.0

Compare Source

Type Description Link
Improvement Integrates with gradle-failure-reports. Adds ExceptionWithSuggestion. https://github.com/palantir/gradle-baseline/pull/2724

v5.41.0

Compare Source

Type Description Link
Fix Fix some false positives in OptionalOrElseGetValue. OptionalOrElseGetValue no longer allows compile-time constants that are not literals or identifiers. https://github.com/palantir/gradle-baseline/pull/2712

v5.40.0

Compare Source

Type Description Link
Improvement Add deprecation warning to ./gradlew idea task https://github.com/palantir/gradle-baseline/pull/2711

v5.39.0

Compare Source

Type Description Link
Fix When com.palantir.external-publish-jar is applied, the module should be considered a library https://github.com/palantir/gradle-baseline/pull/2722

v5.38.0

Compare Source

Type Description Link
Fix Ignore org.immutables:value::annotations when deciding to add the annotation processor arg required by immutables to run incrementally. https://github.com/palantir/gradle-baseline/pull/2717

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 4, 2024
@renovate renovate bot force-pushed the renovate/com.palantir.baseline-gradle-baseline-java-6.x branch 3 times, most recently from 6a8744d to f324853 Compare November 14, 2024 17:25
@renovate renovate bot force-pushed the renovate/com.palantir.baseline-gradle-baseline-java-6.x branch from f324853 to 803c9a2 Compare November 26, 2024 19:24
@renovate renovate bot force-pushed the renovate/com.palantir.baseline-gradle-baseline-java-6.x branch from 803c9a2 to 6e4e938 Compare November 30, 2024 03:11
@renovate renovate bot changed the title chore(deps): Update dependency com.palantir.baseline:gradle-baseline-java to v6 chore(deps): Update dependency com.palantir.baseline:gradle-baseline-java to v6 - autoclosed Nov 30, 2024
@renovate renovate bot closed this Nov 30, 2024
@renovate renovate bot deleted the renovate/com.palantir.baseline-gradle-baseline-java-6.x branch November 30, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants