impressdesigns / charlie

Makes data from OnSite's JDBC integration available over HTTP
https://impressdesigns.github.io/charlie/
MIT License
0 stars 0 forks source link

Bump the maven-dependencies group with 4 updates #59

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the maven-dependencies group with 4 updates: io.sentry:sentry-spring-boot-starter-jakarta, org.springframework.boot, io.sentry.jvm.gradle and org.jetbrains.kotlinx.kover.

Updates io.sentry:sentry-spring-boot-starter-jakarta from 7.1.0 to 7.4.0

Release notes

Sourced from io.sentry:sentry-spring-boot-starter-jakarta's releases.

7.4.0

Features

  • Add new threshold parameters to monitor config (#3181)
  • Report process init time as a span for app start performance (#3159)
  • (perf-v2): Calculate frame delay on a span level (#3197)
  • Resolve spring properties in @​SentryCheckIn annotation (#3194)
  • Experimental: Add Spotlight integration (#3166)
    • For more details about Spotlight head over to https://spotlightjs.com/
    • Set options.isEnableSpotlight = true to enable Spotlight

Fixes

  • Don't wait on main thread when SDK restarts (#3200)
  • Fix Jetpack Compose widgets are not being correctly identified for user interaction tracing (#3209)
  • Fix issue title on Android when a wrapping RuntimeException is thrown by the system (#3212)
    • This will change grouping of the issues that were previously titled RuntimeInit$MethodAndArgsCaller to have them split up properly by the original root cause exception

7.3.0

Features

  • Added App Start profiling
    • This depends on the new option io.sentry.profiling.enable-app-start, other than the already existing io.sentry.traces.profiling.sample-rate.
    • Sampler functions can check the new isForNextAppStart flag, to adjust startup profiling sampling programmatically. Relevant PRs:
    • Decouple Profiler from Transaction (#3101)
    • Add options and sampling logic (#3121)
    • Add ContentProvider and start profile (#3128)
  • Extend internal performance collector APIs (#3102)
  • Collect slow and frozen frames for spans using OnFrameMetricsAvailableListener (#3111)
  • Interpolate total frame count to match span duration (#3158)

Fixes

  • Avoid multiple breadcrumbs from OkHttpEventListener (#3175)
  • Apply OkHttp listener auto finish timestamp to all running spans (#3167)
  • Fix not eligible for auto proxying warnings (#3154)
  • Set default fingerprint for ANRv2 events to correctly group background and foreground ANRs (#3164)
    • This will improve grouping of ANRs that have similar stacktraces but differ in background vs foreground state. Only affects newly-ingested ANR events with mechanism:AppExitInfo
  • Fix UserFeedback disk cache name conflicts with linked events (#3116)

Breaking changes

  • Remove HostnameVerifier option as it's flagged by security tools of some app stores (#3150)
    • If you were using this option, you have 3 possible paths going forward:
      • Provide a custom ITransportFactory through SentryOptions.setTransportFactory(), where you can copy over most of the parts like HttpConnection and AsyncHttpTransport from the SDK with necessary modifications
      • Get a certificate for your server through e.g. Let's Encrypt
      • Fork the SDK and add the hostname verifier back

Dependencies

... (truncated)

Changelog

Sourced from io.sentry:sentry-spring-boot-starter-jakarta's changelog.

7.4.0

Features

  • Add new threshold parameters to monitor config (#3181)
  • Report process init time as a span for app start performance (#3159)
  • (perf-v2): Calculate frame delay on a span level (#3197)
  • Resolve spring properties in @​SentryCheckIn annotation (#3194)
  • Experimental: Add Spotlight integration (#3166)
    • For more details about Spotlight head over to https://spotlightjs.com/
    • Set options.isEnableSpotlight = true to enable Spotlight

Fixes

  • Don't wait on main thread when SDK restarts (#3200)
  • Fix Jetpack Compose widgets are not being correctly identified for user interaction tracing (#3209)
  • Fix issue title on Android when a wrapping RuntimeException is thrown by the system (#3212)
    • This will change grouping of the issues that were previously titled RuntimeInit$MethodAndArgsCaller to have them split up properly by the original root cause exception

7.3.0

Features

  • Added App Start profiling
    • This depends on the new option io.sentry.profiling.enable-app-start, other than the already existing io.sentry.traces.profiling.sample-rate.
    • Sampler functions can check the new isForNextAppStart flag, to adjust startup profiling sampling programmatically. Relevant PRs:
    • Decouple Profiler from Transaction (#3101)
    • Add options and sampling logic (#3121)
    • Add ContentProvider and start profile (#3128)
  • Extend internal performance collector APIs (#3102)
  • Collect slow and frozen frames for spans using OnFrameMetricsAvailableListener (#3111)
  • Interpolate total frame count to match span duration (#3158)

Fixes

  • Avoid multiple breadcrumbs from OkHttpEventListener (#3175)
  • Apply OkHttp listener auto finish timestamp to all running spans (#3167)
  • Fix not eligible for auto proxying warnings (#3154)
  • Set default fingerprint for ANRv2 events to correctly group background and foreground ANRs (#3164)
    • This will improve grouping of ANRs that have similar stacktraces but differ in background vs foreground state. Only affects newly-ingested ANR events with mechanism:AppExitInfo
  • Fix UserFeedback disk cache name conflicts with linked events (#3116)

Breaking changes

  • Remove HostnameVerifier option as it's flagged by security tools of some app stores (#3150)
    • If you were using this option, you have 3 possible paths going forward:
      • Provide a custom ITransportFactory through SentryOptions.setTransportFactory(), where you can copy over most of the parts like HttpConnection and AsyncHttpTransport from the SDK with necessary modifications
      • Get a certificate for your server through e.g. Let's Encrypt
      • Fork the SDK and add the hostname verifier back

... (truncated)

Commits


Updates org.springframework.boot from 3.2.2-SNAPSHOT to 3.3.0-SNAPSHOT

Release notes

Sourced from org.springframework.boot's releases.

v3.3.0-M2

:warning: Noteworthy

  • This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. If you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the hibernate.version property.

:star: New Features

  • Use ObservationRequestEventListener in order to support traces when using Jersey #39633
  • Configure suitable TaskExecutor for WebSocket when virtual threads are enabled #39611
  • Implement HttpClient based Zipkin sender #39545
  • Switch to Jersey's jersey-micrometer module for Jersey metrics #39502
  • Introduce @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager #39473
  • Add customizer callback for WebHttpHandlerBuilder #39467
  • Makes it easier to customize a Servlet-based web server's mime mappings #39430
  • Add nameIdFormat to Properties #39395
  • Add service connection for Docker Compose and Testcontainers ActiveMQ #39363
  • Add Artemis Service Connection for Docker Compose and Testcontainers #39311
  • Unify 'observation-enabled' property defaults #39276
  • Add ConnectionDetails and Service Connection and Docker-Compose support for LDAP #39258
  • Include the environment's default profiles in the env endpoint's response #39257
  • Use meta-annotations on @AutoConfigureWebMvc to compose it with @AutoConfigureJson #39253
  • Add liquibase ui-service property #39227
  • Add conditional bean for jOOQ exception translator #38762
  • Add support for Bitnami container images with Docker Compose #35759
  • Provide a reactive actuator endpoint for (username indexed) session repositories #32046

:lady_beetle: Bug Fixes

  • Nested jar URLs can not be resolved if the path contains spaces #39690
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #39639
  • Banner printing doesn't respect set charset #39622
  • "micrometer.observations.*" configuration properties should be "management.observations.*" #39603
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #39599
  • WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled #39542
  • Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri #39536
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #39525
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #39516
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #39514
  • TestcontainersPropertySource assertion has typo #39450
  • Webflux actuator endpoints respond with 500 when a parameter is missing #39445
  • NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters #39424
  • Jetty GracefulShutdown writes to System.out #39365
  • Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information #39356
  • Building images fails with Docker 25.0 when custom buildpacks are configured #39348
  • Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2 #39346
  • Mockito's MockedStatic isn't closed in all cases #39273
  • TracingProperties exposes package-private PropagationType from public methods #39269

:notebook_with_decorative_cover: Documentation

  • Add note regarding mixing of bundle-based and direct SSL configuration #39642

... (truncated)

Commits


Updates io.sentry.jvm.gradle from 4.1.1 to 4.3.1

Release notes

Sourced from io.sentry.jvm.gradle's releases.

4.3.1

Fixes

  • Do not pollute build classpath with groovy dependencies (#660)
  • Do not execute minifyWithR8 task when running tests with isIncludeAndroidResources enabled (#662)
  • Make tasks with reproducible inputs Cacheable (#664)
    • SentryGenerateIntegrationListTask
    • SentryGenerateDebugMetaPropertiesTask
    • GenerateBundleIdTask
    • SentryGenerateProguardUuidTask

Dependencies

4.3.0

Fixes

  • Bundle ASM version within the plugin and bump it to 9.4 (#637)
    • This should fix the java.lang.AssertionError: Class with incorrect id found exception when using kotlinx.serialization
  • Fall back to findTask if assembleProvider of AndroidVariant is null when hooking source bundle and native symbols upload tasks (#639)
  • Hook source context tasks to also run after install{Variant} tasks (#643)
  • Do not run sentry-cli commands if telemetry is disabled (#648)
  • Proguard and source context tasks don't run on every build (#634)
    • Proguard UUID task now depends on the proguard mapping file. I.e. it will only run if the mapping file has changed
    • Source context tasks now depend on source file changes, if there are no source changes, the tasks won't run

Dependencies

4.2.0

Features

  • Consider sentry-bom version when auto-installing integrations and the SDK (#625)

Fixes

  • Support Room kotlin codegen (#630)
  • Make sentry-cli path calculation configuration-cache compatible (#631)

... (truncated)

Changelog

Sourced from io.sentry.jvm.gradle's changelog.

4.3.1

Fixes

  • Do not pollute build classpath with groovy dependencies (#660)
  • Do not execute minifyWithR8 task when running tests with isIncludeAndroidResources enabled (#662)
  • Make tasks with reproducible inputs Cacheable (#664)
    • SentryGenerateIntegrationListTask
    • SentryGenerateDebugMetaPropertiesTask
    • GenerateBundleIdTask
    • SentryGenerateProguardUuidTask

Dependencies

4.3.0

Fixes

  • Bundle ASM version within the plugin and bump it to 9.4 (#637)
    • This should fix the java.lang.AssertionError: Class with incorrect id found exception when using kotlinx.serialization
  • Fall back to findTask if assembleProvider of AndroidVariant is null when hooking source bundle and native symbols upload tasks (#639)
  • Hook source context tasks to also run after install{Variant} tasks (#643)
  • Do not run sentry-cli commands if telemetry is disabled (#648)
  • Proguard and source context tasks don't run on every build (#634)
    • Proguard UUID task now depends on the proguard mapping file. I.e. it will only run if the mapping file has changed
    • Source context tasks now depend on source file changes, if there are no source changes, the tasks won't run

Dependencies

4.2.0

Features

  • Consider sentry-bom version when auto-installing integrations and the SDK (#625)

Fixes

... (truncated)

Commits


Updates org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6

Release notes

Sourced from org.jetbrains.kotlinx.kover's releases.

0.7.6

Kover Gradle Plugin

Features

  • 527 Added the ability to specify a header for an XML report

Bugfixes

  • 510 Fixed Stream closed error when generating Kover HTML report
  • 513 Fixed breaking configuration cache
  • 517 Fixed incorrect marking of first function line when parameters with default value are used
  • 530 Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • 543 Fixed package exclusion in reports for JaCoCo

Kover Offline

Features

  • 534 Created Kover features artifact to invoke the capabilities of Kover programmatically
Changelog

Sourced from org.jetbrains.kotlinx.kover's changelog.

0.7.6 / 2024-02-16

Kover Gradle Plugin

Features

Bugfixes

Kover Offline

Features

Commits
  • 0575a68 Automated publication of documentation
  • e80c83c Release 0.7.6
  • 896699e Fixed package exclusion in reports for JaCoCo
  • 5380bc9 Implemented Kover Features artifact to integration with Android Gradle Plugin
  • ec84816 Added the ability to specify a header for an XML report
  • 1d6f64a Fixed Stream closed error when generating Kover HTML report
  • f0d57ca Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • 56f8fd5 Fix breaking configuration cache
  • e8ffbda Update Gradle Dokka configuration to make sure "source" button is visible in ...
  • See full diff in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.