File tree Expand file tree Collapse file tree
java-server-sdk-redis-store
src/main/java/com/launchdarkly/sdk/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11# x-release-please-start-version
2- version =3.1.0
2+ version =3.1.1
33# x-release-please-end
44
55ossrhUsername =
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ idea {
546546def 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments