This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # build.gradle
…eta-2 further fix to packaging test for beta versions
…pdates-intf-1 # Conflicts: # src/main/java/com/launchdarkly/sdk/server/PollingProcessor.java
…/store-status-updates-intf-2
…/data-source-status # Conflicts: # src/main/java/com/launchdarkly/sdk/server/PollingProcessor.java
(#2) use shared single-thread executor for most intermittent tasks
(#3) simplify store status implementation to not use optional interface
…ates-intf-1 (#4) rename DataStoreUpdates to DataSourceUpdates
…ates-intf-2 (#5) add a new DataStoreUpdates that's for the data store to use
# Conflicts: # src/test/java/com/launchdarkly/sdk/server/LDClientListenersTest.java # src/test/java/com/launchdarkly/sdk/server/StreamProcessorTest.java
Bump SnakeYAML from 1.19 to 1.26 to address CVE-2017-18640
# Conflicts: # CHANGELOG.md # gradle.properties
ch78326 - implement new test data source
only log initialization message once in polling mode
Also adds debug logs for full exception information in a couple locations.
Fix compatibility with Java 7.
# Conflicts: # CHANGELOG.md # build.gradle # gradle.properties # src/main/java/com/launchdarkly/client/value/LDValue.java # src/main/java/com/launchdarkly/sdk/server/interfaces/LDClientInterface.java # src/test/java/com/launchdarkly/client/LDUserTest.java # src/test/java/com/launchdarkly/client/value/LDValueTest.java
…on return types (#268)
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Oct 1, 2020
…or-comment better documentation of client constructor, with singleton advice
bwoskow-ld
approved these changes
Oct 1, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[5.1.1] - 2020-09-30
Fixed:
com.launchdarkly.sdk.json.LDJackson
class was not usable in the default distribution of the SDK (nor in theall
distribution) because Jackson class names had been incorrectly modified by the shading step in the build. (#213)