Skip to content

Commit 774e758

Browse files
authored
Merge pull request #1399 from hbs/joda-2.13.1
Bumped Joda Time to 2.13.1
2 parents f8b5979 + 22ff0c1 commit 774e758

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

warp10/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.nio.charset.StandardCharsets
22

33
//
4-
// Copyright 2018-2024 SenX S.A.S.
4+
// Copyright 2018-2025 SenX S.A.S.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ dependencies {
3232
api project(':token')
3333
api 'io.warp10:sensision:1.0.26'
3434

35-
api 'joda-time:joda-time:2.2'
35+
api 'joda-time:joda-time:2.13.1'
3636
api 'org.apache.commons:commons-lang3:3.12.0'
3737
api 'org.apache.commons:commons-math3:3.6.1'
3838
// https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on

warp10/src/main/java/io/warp10/continuum/gts/GTSHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class GTSHelper {
105105

106106
private static final Logger LOG = LoggerFactory.getLogger(GTSHelper.class);
107107

108-
private static final String LABELSID_SLOWIMPL = "labelsid.slowimpl";
108+
public static final String LABELSID_SLOWIMPL = "labelsid.slowimpl";
109109
private static final boolean labelsIdSlowImpl;
110110

111111
static {

warp10/src/main/java/io/warp10/standalone/StandaloneDirectoryClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2018-2024 SenX S.A.S.
2+
// Copyright 2018-2025 SenX S.A.S.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@ public class StandaloneDirectoryClient implements DirectoryClient {
103103

104104
private static final String DIRECTORY_INIT_NTHREADS_DEFAULT = "4";
105105

106-
private static final byte[] METADATA_PREFIX = "M".getBytes(StandardCharsets.US_ASCII);
106+
public static final byte[] METADATA_PREFIX = "M".getBytes(StandardCharsets.US_ASCII);
107107

108108
private static final int MAX_BATCH_SIZE = 500000;
109109

0 commit comments

Comments
 (0)