Skip to content

Commit f41ea09

Browse files
committed
* Renamed product to anchor4j.
* Dual-licensed source-code under ModernJDK 1.0 and a commercial license. * Architectural change: integrate command-line interface instead of using the poorly documented REST and gRPC APIs.
1 parent 3c7aa48 commit f41ea09

File tree

160 files changed

+16333
-7822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+16333
-7822
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
2626
path-to-signatures: 'cla/version1/signatures/cla.json'
27-
path-to-document: 'https://github.com/cowwoc/docker/blob/main/cla/version1/cla.md' # e.g. a CLA or a DCO document
27+
path-to-document: 'https://github.com/cowwoc/anchor4j/blob/main/cla/version1/cla.md' # e.g., a CLA or a DCO document
2828
# branch should not be protected
2929
branch: 'main'
3030
allowlist: cowwoc

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313

1414
# Java
1515
target/
16-
coverage/
16+
coverage/
17+
18+
# Files generated by tests
19+
/docker/certs

.mvn/extensions.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.1.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.1.0 http://maven.apache.org/xsd/core-extensions-1.1.0.xsd">
4+
<!-- <extension>-->
5+
<!-- <groupId>com.soebes.maven.extensions</groupId>-->
6+
<!-- <artifactId>maven-buildtime-profiler</artifactId>-->
7+
<!-- <version>0.2.0</version>-->
8+
<!-- </extension>-->
9+
</extensions>

.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--enable-native-access=ALL-UNNAMED

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

LICENSE-3RD-PARTY.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,12 @@
33
* [Jackson-annotations](https://github.com/FasterXML/jackson)
44
* [Jackson-core](https://github.com/FasterXML/jackson-core)
55
* [jackson-databind](https://github.com/FasterXML/jackson)
6-
* [Jackson datatype: JSR310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310)
76
* [pouch-core](https://github.com/cowwoc/pouch/pouch-core/)
87
* [requirements-annotation](https://github.com/cowwoc/requirements.java/requirements-annotation/)
98
* [requirements-jackson](https://github.com/cowwoc/requirements.java/requirements-jackson/)
109
* [requirements-java](https://github.com/cowwoc/requirements.java/requirements-java/)
11-
* [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/)
12-
* [Apache Commons IO](https://commons.apache.org/proper/commons-io/)
1310
* [java-diff-utils](https://github.com/java-diff-utils/java-diff-utils/java-diff-utils)
14-
* [Apache Commons Compress](https://commons.apache.org/proper/commons-compress/)
15-
* [Apache Commons Lang](https://commons.apache.org/proper/commons-lang/)
16-
* [Apache Mina SSHD :: OSGi](https://www.apache.org/sshd/sshd-osgi/)
17-
* [jcommander](https://jcommander.org)
18-
* [JCL 1.2 implemented over SLF4J](http://www.slf4j.org)
19-
* [testng](https://testng.org)
20-
* Apache Software License - Version 2.0:
21-
* [Core :: ALPN :: Client](https://jetty.org/jetty-core/jetty-alpn/jetty-alpn-client)
22-
* [Core :: HTTP Client](https://jetty.org/jetty-core/jetty-client)
23-
* [Core :: HTTP](https://jetty.org/jetty-core/jetty-http)
24-
* [Core :: IO](https://jetty.org/jetty-core/jetty-io)
25-
* [Core :: Utilities](https://jetty.org/jetty-core/jetty-util)
26-
* BSD 3-clause:
27-
* [ThreeTen-Extra](https://www.threeten.org/threeten-extra)
28-
* BSD-3-Clause:
29-
* [Protocol Buffers [Core]](https://developers.google.com/protocol-buffers/protobuf-java/)
30-
* Eclipse Public License - Version 2.0:
31-
* [Core :: ALPN :: Client](https://jetty.org/jetty-core/jetty-alpn/jetty-alpn-client)
32-
* [Core :: HTTP Client](https://jetty.org/jetty-core/jetty-client)
33-
* [Core :: HTTP](https://jetty.org/jetty-core/jetty-http)
34-
* [Core :: IO](https://jetty.org/jetty-core/jetty-io)
35-
* [Core :: Utilities](https://jetty.org/jetty-core/jetty-util)
36-
* Eclipse Public License - v 1.0:
37-
* [Logback Classic Module](http://logback.qos.ch/logback-classic)
38-
* [Logback Core Module](http://logback.qos.ch/logback-core)
39-
* GNU Lesser General Public License (LGPL):
40-
* [Logback Classic Module](http://logback.qos.ch/logback-classic)
41-
* [Logback Core Module](http://logback.qos.ch/logback-core)
4211
* MIT License:
4312
* [SLF4J API Module](http://www.slf4j.org)
44-
* [jquery](http://webjars.org)
13+
* ModernJDK License v1.0:
14+
* [anchor4j-core](https://github.com/cowwoc/anchor4j/anchor4j-core/)

0 commit comments

Comments
 (0)