This repository was archived by the owner on May 30, 2024. It is now read-only.
Commit 7069f5d
prepare 6.0.0 release (#285)
* javadoc fixes
* fix test code
* fix test code some more
* move component APIs to new subsystems package
* javadoc fixes
* fix benchmarks
* use streaming JSON parsing for incoming LD data
* fix tests
* rm unused
* rm unused
* use okhttp-eventsource 2.6.0
* update eventsource to 2.6.1 to fix pom/manifest problem
* increase efficiency of summary event data structures (#335)
* make reusable EvaluationDetail instances as part of flag preprocessing (#336)
* make evaluator result object immutable and reuse instances
* comment
* avoid creating List iterators during evaluations
* remove unnecessary copy
* update data model for U2C schema changes, without using contexts yet
* more model updates + tests
* update benchmark code
* more model updates
* use LDContext in Evaluator; add per-kind targets logic
* rm redundant test
* skip inapplicable contract tests
* implement new context kind logic for clauses
* implement new context kind logic for rollouts
* skip inapplicable contract tests
* add context kind logic for regular segments and big segments
* allow segments to reference other segments
* guard against prerequisite cycles
* implement event context redaction logic
* misc fixes
* implement the rest of U2C event logic
* misc fixes
* fix benchmarks
* add contextKinds to summary + misc fixes
* events schema 4
* update client API to use contexts; enable v2 contract tests
* misc fixes
* javadoc & test app fixes
* javadoc fix
* javadoc fix
* unskip some tests since the behavior was fixed in java-sdk-common
* bad attribute in clause should be reported as an error
* update TestData to be context-aware
* misc fixes + javadoc
* fix allFlagsState to not generate prereq eval events
* factor context deduplication logic out of DefaultEventProcessor
* fix JSON serialization test
* refactor diagnostic events logic to abstract out server-side-specific info
* separate inner events implementation from public interface, don't expose event types
* fix benchmarks
* fix benchmarks
* rm unused
* rm unused
* separate Java-SDK-specific HTTP functionality from events logic
* fix tests
* don't close the underlying Writer when we stop using the JsonWriter
* rm unused
* remove references to Java 8 types and Guava from shared event/HTTP code
* fix benchmarks
* also try not to use java.time.Duration in the event tests
* also avoid using lambdas in event test code
* move shared code into internal packages before splitting it off
* add "...ForAll" TestData methods to replace "...ForAllUsers"
* replace all component factory interfaces with a single generic one
* change HttpConfiguration and LoggingConfiguration to concrete classes
* bump okhttp & okhttp-eventsource dependencies
* update comment to clarify that level() doesn't apply to SLF4J
* update readme to mention different logging examples in hello-java
* switch to use snapshot build of java-logging, pending next release
* level setting does not apply to SLF4J and JUL
* use java-logging 1.1.0 release
* make sure META-INF files are never mistaken for classes and relocated
* update shared data store test logic to pass ClientContext with logger
* enable external javadoc links for com.launchdarkly.logging types
* use variable for dependency version
* remove another Guava usage
* make events test code independent of server-side data model
* fix flaky big segment status polling tests
* fix benchmark code
* update benchmarks
* javadoc formatting
* javadocs
* undo accidental reversion
* remove some more stray references to java-server-sdk test helper code
* more efficient equals() and hashCode() for Operator
* method can be static
* clarify comment
* typo
* remove event logic, migrate to using java-sdk-internal
* adjust for API change
* use constant
* fix packaging tests
* remove inapplicable benchmarks
* add error message if makefile can't run
* force result to be "not in experiment" if bucketing calculation failed due to context kind not found
* use newer HTTP/TCP test helpers
* Update Windows orb, fix Windows JDK install in CI (#372)
* update snakeyaml for CVE-CVE-2022-25857
* latest snakeyaml is 1.31
* bump snakeyaml version for CVE-2022-38752
* disable Windows Java 11 build
* minor test updates for java-sdk-internal API changes
* fix packaging of com.launchdarkly.logging classes
* rm debugging
* reconsidered - let's include the logging classes in the jars
* fix packaging test logic
* correct documentation
* remove secondary meta-attribute
* rm obsolete references to UserAttribute
* support passing LDUser instead of LDContext in all SDK methods (#379)
* support passing LDUser instead of LDContext in all SDK methods
* actually we should use default methods
* rm unused
* enable test capability for user type
* update java-sdk-common dependency
* use okhttp-eventsource 3.0.0-SNAPSHOT
* use non-snapshot okhttp-eventsource
* include nested segment references in dependency update checks
* use java-sdk-internal 1.0.0
* remove SLF4J dependency, remove "all" jar, simplify build (#381)
* don't generate evaluation events for invalid context
Co-authored-by: Eli Bishop <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Alex Engelberg <[email protected]>1 parent 1267e77 commit 7069f5d
File tree
195 files changed
+6696
-10327
lines changed- benchmarks
- src/jmh/java/com/launchdarkly/sdk/server
- contract-tests/service/src/main/java/sdktest
- packaging-test
- test-app/src/main/java/testapp
- src
- main/java/com/launchdarkly/sdk/server
- integrations
- interfaces
- subsystems
- test/java/com/launchdarkly/sdk/server
- integrations
- interfaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+6696
-10327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | | - | |
25 | | - | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 0 additions & 148 deletions
This file was deleted.
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
0 commit comments