Skip to content

Commit 0874d7a

Browse files
authored
Merge branch 'main' into feat/launchdarkly
2 parents bb5a023 + dffdd14 commit 0874d7a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
springboot-version: [ '4.0.0-M1', '4.0.0-M2', '4.0.0-M3' ]
22+
springboot-version: [ '4.0.0' ]
2323

2424
name: Spring Boot ${{ matrix.springboot-version }}
2525
env:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
- Do not send manual log origin ([#4897](https://github.com/getsentry/sentry-java/pull/4897))
2121

22+
### Dependencies
23+
24+
- Bump Spring Boot 4 to GA ([#4923](https://github.com/getsentry/sentry-java/pull/4923))
25+
2226
## 8.26.0
2327

2428
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ retrofit = "2.9.0"
3232
slf4j = "1.7.30"
3333
springboot2 = "2.7.18"
3434
springboot3 = "3.5.0"
35-
springboot4 = "4.0.0-RC2"
35+
springboot4 = "4.0.0"
3636
# Android
3737
targetSdk = "34"
3838
compileSdk = "34"

sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4/SentrySpanRestClientCustomizerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
8989
.disableAutomaticRetries() // Required to not make another request automatically
9090
.build()
9191
val requestFactory = HttpComponentsClientHttpRequestFactory(httpClient)
92-
requestFactory.setConnectTimeout(Duration.ofSeconds(2))
9392
requestFactory.setConnectionRequestTimeout(Duration.ofSeconds(2))
9493
it.requestFactory(requestFactory)
9594
}

0 commit comments

Comments
 (0)