Commit 9aa7475
committed
Specify release flag to build on newer JDKs
* Add maven.compiler.release option to force correct cross-compilation
to Java 11 when building with a JDK newer than 11, such as JDK 17
* Remove unnecessary java source, target, and encoding config from
plugins when those are already specified by properties
* Fix submodule for core/in-memory-accumulo to point to
in-memory-accumulo's main branch instead of the one being developed
for the accumulo4 branch
* Also fix the license name for Apache-2.0 (the recommended name is the
SPDX name) and drop .txt from the license URL1 parent 439dbef commit 9aa7475
File tree
5 files changed
+15
-27
lines changed- core
- microservices/configcheck
- warehouse
- ingest-ssdeep
- ssdeep-common
5 files changed
+15
-27
lines changedSubmodule in-memory-accumulo updated 14 files
- pom.xml+2-2
- src/main/java/datawave/accumulo/inmemory/InMemoryAccumulo.java+7-51
- src/main/java/datawave/accumulo/inmemory/InMemoryAccumuloClient.java+9-2
- src/main/java/datawave/accumulo/inmemory/InMemoryBatchScanner.java+3-1
- src/main/java/datawave/accumulo/inmemory/InMemoryClientInfo.java+1-2
- src/main/java/datawave/accumulo/inmemory/InMemoryConfiguration.java+4-1
- src/main/java/datawave/accumulo/inmemory/InMemoryConnector.java+155
- src/main/java/datawave/accumulo/inmemory/InMemoryInstance.java+159
- src/main/java/datawave/accumulo/inmemory/InMemoryInstanceOperations.java+4-37
- src/main/java/datawave/accumulo/inmemory/InMemoryNamespace.java+1
- src/main/java/datawave/accumulo/inmemory/InMemoryScannerBase.java+23-12
- src/main/java/datawave/accumulo/inmemory/InMemoryTableOperations.java+111-100
- src/main/java/datawave/accumulo/inmemory/MockPluginEnvironment.java+2-7
- src/main/java/datawave/accumulo/inmemory/impl/InMemoryTabletLocator.java+7-16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
1371 | 1372 | | |
1372 | 1373 | | |
1373 | 1374 | | |
1374 | | - | |
1375 | | - | |
1376 | | - | |
1377 | 1375 | | |
1378 | 1376 | | |
1379 | 1377 | | |
| |||
1483 | 1481 | | |
1484 | 1482 | | |
1485 | 1483 | | |
1486 | | - | |
1487 | 1484 | | |
1488 | 1485 | | |
1489 | | - | |
1490 | | - | |
1491 | 1486 | | |
1492 | 1487 | | |
1493 | 1488 | | |
| |||
1671 | 1666 | | |
1672 | 1667 | | |
1673 | 1668 | | |
1674 | | - | |
1675 | 1669 | | |
1676 | 1670 | | |
1677 | 1671 | | |
| |||
1814 | 1808 | | |
1815 | 1809 | | |
1816 | 1810 | | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | 1811 | | |
1822 | 1812 | | |
1823 | 1813 | | |
| |||
1937 | 1927 | | |
1938 | 1928 | | |
1939 | 1929 | | |
1940 | | - | |
1941 | 1930 | | |
1942 | 1931 | | |
1943 | 1932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments