Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 9, 2025

Bumps scripts/update-java.ps1 from 8.20.0 to 8.21.0.

Auto-generated by a dependency updater.

Changelog

8.21.0

Fixes

  • Only set log template for logging integrations if formatted message differs from template (#4682)

Features

  • Add support for Spring Boot 4 and Spring 7 (#4601)
    • NOTE: Our sentry-opentelemetry-agentless-spring is not working yet for Spring Boot 4. Please use sentry-opentelemetry-agent until OpenTelemetry has support for Spring Boot 4.
  • Replace UUIDGenerator implementation with Apache licensed code (#4662)
  • Replace Random implementation with MIT licensed code (#4664)
  • Add support for vars attribute in SentryStackFrame (#4686)
    • Breaking change: The type of the vars attribute has been changed from Map<String, String> to Map<String, Object>.

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Sep 9, 2025
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Sep 9, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from c406451 to e59558c Compare September 9, 2025 03:13
>  Sentry.Bindings.Android net9.0-android35.0 failed with 1 error(s) (0.3s)
>    /usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/35.0.92/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4242: Java dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0' is not satisfied. Microsoft maintains the NuGet package 'Xamarin.Kotlin.StdLib.Jdk8' that could fulfill this dependency.
Comment on lines +54 to +55
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 -->
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes:

Error: /usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/35.0.92/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4242: Java dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0' is not satisfied. Microsoft maintains the NuGet package 'Xamarin.Kotlin.StdLib.Jdk8' that could fulfill this dependency. [/home/runner/work/sentry-dotnet/sentry-dotnet/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj::TargetFramework=net9.0-android35.0]

https://github.com/getsentry/sentry-dotnet/actions/runs/17570607583/job/49905938771?pr=4502

Copy link
Collaborator

@jamescrosswell jamescrosswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jpnurmi !

@jamescrosswell jamescrosswell merged commit 1a6d7e7 into main Sep 9, 2025
32 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-java.ps1 branch September 9, 2025 10:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants