File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import java.nio.charset.StandardCharsets
2
2
3
3
//
4
- // Copyright 2018-2024 SenX S.A.S.
4
+ // Copyright 2018-2025 SenX S.A.S.
5
5
//
6
6
// Licensed under the Apache License, Version 2.0 (the "License");
7
7
// you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ dependencies {
32
32
api project(' :token' )
33
33
api ' io.warp10:sensision:1.0.26'
34
34
35
- api ' joda-time:joda-time:2.2 '
35
+ api ' joda-time:joda-time:2.13.1 '
36
36
api ' org.apache.commons:commons-lang3:3.12.0'
37
37
api ' org.apache.commons:commons-math3:3.6.1'
38
38
// https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public class GTSHelper {
105
105
106
106
private static final Logger LOG = LoggerFactory .getLogger (GTSHelper .class );
107
107
108
- private static final String LABELSID_SLOWIMPL = "labelsid.slowimpl" ;
108
+ public static final String LABELSID_SLOWIMPL = "labelsid.slowimpl" ;
109
109
private static final boolean labelsIdSlowImpl ;
110
110
111
111
static {
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2018-2024 SenX S.A.S.
2
+ // Copyright 2018-2025 SenX S.A.S.
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
5
// you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@ public class StandaloneDirectoryClient implements DirectoryClient {
103
103
104
104
private static final String DIRECTORY_INIT_NTHREADS_DEFAULT = "4" ;
105
105
106
- private static final byte [] METADATA_PREFIX = "M" .getBytes (StandardCharsets .US_ASCII );
106
+ public static final byte [] METADATA_PREFIX = "M" .getBytes (StandardCharsets .US_ASCII );
107
107
108
108
private static final int MAX_BATCH_SIZE = 500000 ;
109
109
You can’t perform that action at this time.
0 commit comments