Skip to content

Commit 0443a44

Browse files
authored
Merge branch 'main' into ta/SDK-2271/improved-fdv2-logs
2 parents 31a8510 + f4719ec commit 0443a44

8 files changed

Lines changed: 27 additions & 13 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"lib/java-server-sdk-otel": "0.2.0",
3-
"lib/java-server-sdk-redis-store": "3.1.0",
3+
"lib/java-server-sdk-redis-store": "3.1.1",
44
"lib/shared/common": "2.4.0",
55
"lib/shared/internal": "1.9.0",
66
"lib/shared/test-helpers": "2.1.0",
7-
"lib/sdk/server": "7.13.2"
7+
"lib/sdk/server": "7.13.3"
88
}

lib/java-server-sdk-redis-store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Java SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.1](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-redis-store-3.1.0...launchdarkly-java-server-sdk-redis-store-3.1.1) (2026-04-24)
6+
7+
8+
### Bug Fixes
9+
10+
* update Maven POM URLs from archived repos to java-core ([ccb03da](https://github.com/launchdarkly/java-core/commit/ccb03da30694ef0558a07bd06e873c6ee5806455))
11+
512
## [3.1.0](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-redis-store-v3.0.1...launchdarkly-java-server-sdk-redis-store-3.1.0) (2026-01-27)
613

714

lib/java-server-sdk-redis-store/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105
pom {
106106
name = project.archivesBaseName
107107
description = 'LaunchDarkly Java SDK Redis integration'
108-
url = 'https://github.com/launchdarkly/java-server-sdk-redis'
108+
url = 'https://github.com/launchdarkly/java-core'
109109
licenses {
110110
license {
111111
name = 'The Apache License, Version 2.0'
@@ -119,9 +119,9 @@ publishing {
119119
}
120120
}
121121
scm {
122-
connection = 'scm:git:git://github.com/launchdarkly/java-server-sdk-redis.git'
123-
developerConnection = 'scm:git:ssh:git@github.com:launchdarkly/java-server-sdk-redis.git'
124-
url = 'https://github.com/launchdarkly/java-server-sdk-redis'
122+
connection = 'scm:git:git://github.com/launchdarkly/java-core.git'
123+
developerConnection = 'scm:git:ssh:git@github.com:launchdarkly/java-core.git'
124+
url = 'https://github.com/launchdarkly/java-core'
125125
}
126126
}
127127
}

lib/java-server-sdk-redis-store/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=3.1.0
2+
version=3.1.1
33
#x-release-please-end
44

55
ossrhUsername=

lib/sdk/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.13.3](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.2...launchdarkly-java-server-sdk-7.13.3) (2026-04-24)
6+
7+
8+
### Bug Fixes
9+
10+
* update Maven POM URLs from archived repos to java-core ([ccb03da](https://github.com/launchdarkly/java-core/commit/ccb03da30694ef0558a07bd06e873c6ee5806455))
11+
512
## [7.13.2](https://github.com/launchdarkly/java-core/compare/launchdarkly-java-server-sdk-7.13.1...launchdarkly-java-server-sdk-7.13.2) (2026-03-31)
613

714

lib/sdk/server/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ idea {
546546
def pomConfig = {
547547
name 'LaunchDarkly SDK for Java'
548548
packaging 'jar'
549-
url 'https://github.com/launchdarkly/java-server-sdk'
549+
url 'https://github.com/launchdarkly/java-core'
550550

551551
licenses {
552552
license {
@@ -563,9 +563,9 @@ def pomConfig = {
563563
}
564564

565565
scm {
566-
connection 'scm:git:git://github.com/launchdarkly/java-server-sdk.git'
567-
developerConnection 'scm:git:ssh:git@github.com:launchdarkly/java-server-sdk.git'
568-
url 'https://github.com/launchdarkly/java-server-sdk'
566+
connection 'scm:git:git://github.com/launchdarkly/java-core.git'
567+
developerConnection 'scm:git:ssh:git@github.com:launchdarkly/java-core.git'
568+
url 'https://github.com/launchdarkly/java-core'
569569
}
570570
}
571571

lib/sdk/server/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#x-release-please-start-version
2-
version=7.13.2
2+
version=7.13.3
33
#x-release-please-end
44

55
# See https://github.com/gradle/gradle/issues/11308 regarding the following property

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ private Version() {}
55

66
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
77
// x-release-please-start-version
8-
static final String SDK_VERSION = "7.13.2";
8+
static final String SDK_VERSION = "7.13.3";
99
// x-release-please-end
1010
}

0 commit comments

Comments
 (0)