Skip to content

Commit 3403510

Browse files
renovate[bot]chrfwowaepfli
authored
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10 (#103)
* chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10 * Fix javadoc format Signed-off-by: christian.lutnik <[email protected]> --------- Signed-off-by: christian.lutnik <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: christian.lutnik <[email protected]> Co-authored-by: Simon Schrottner <[email protected]>
1 parent 4dc988b commit 3403510

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
<dependency>
458458
<groupId>com.puppycrawl.tools</groupId>
459459
<artifactId>checkstyle</artifactId>
460-
<version>9.3</version>
460+
<version>10.23.1</version>
461461
</dependency>
462462
</dependencies>
463463
<executions>

src/main/java/dev/openfeature/sdk/FeatureProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ default List<Hook> getProviderHooks() {
3030
* can overwrite this method,
3131
* if they have special initialization needed prior being called for flag
3232
* evaluation.
33+
*
3334
* <p>
3435
* It is ok if the method is expensive as it is executed in the background. All
3536
* runtime exceptions will be
@@ -45,6 +46,7 @@ default void initialize(EvaluationContext evaluationContext) throws Exception {
4546
* flags, or the SDK is shut down.
4647
* Providers can overwrite this method, if they have special shutdown actions
4748
* needed.
49+
*
4850
* <p>
4951
* It is ok if the method is expensive as it is executed in the background. All
5052
* runtime exceptions will be

src/main/java/dev/openfeature/sdk/TransactionContextPropagator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* for the duration of a single transaction.
66
* Examples of potential transaction specific context include: a user id, user agent, IP.
77
* Transaction context is merged with evaluation context prior to flag evaluation.
8+
*
89
* <p>
910
* The precedence of merging context can be seen in
1011
* <a href=https://openfeature.dev/specification/sections/evaluation-context#requirement-323>the specification</a>.

0 commit comments

Comments
 (0)