diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 537bab7..100300c 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -25,6 +25,7 @@ jobs: name: test-logs path: ./com.io7m.blackthorne.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.3.0 with: + token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.blackthorne.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.gitmodules b/.gitmodules index e8d95e0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".jenkins"] - path = .jenkins - url = https://www.github.com/io7m/jenkinsfiles diff --git a/.jenkins b/.jenkins deleted file mode 160000 index 3213e21..0000000 --- a/.jenkins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3213e21cdb5549e59c16e21658a9e87443301c7e diff --git a/README-CHANGES.xml b/README-CHANGES.xml index 15c7189..123803e 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -60,6 +60,7 @@ - + diff --git a/README.in b/README.in index e448441..c5b5b23 100644 --- a/README.in +++ b/README.in @@ -11,7 +11,7 @@ require holding the entire parsed AST in memory. * Stream-based: Documents do not require an expensive intermediate AST in memory. * Type-safe: Build data structures during parsing without losing type-safety. * No reflection: No need to worry about reflective serialization-based security issues. - * Integrated with [jxe](https://github.com/io7m/jxe) for transparent, hardened, validation-enforcing SAX parsers. + * Integrated with [jxe](https://www.github.com/io7m-com/jxe) for transparent, hardened, validation-enforcing SAX parsers. * Written in pure Java 17. * [OSGi](https://www.osgi.org/) ready. * [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready. @@ -364,7 +364,7 @@ The `PRESERVE_LEXICAL_INFORMATION` enumeration value instructs the `Blackthorne` API to leave the lexical information delivered by the stream parser untouched. The `handlers` parameter is the map of handlers, and the lambda expression is a function that returns a value of type `XMLReader` on demand. It is -recommended that [jxe](https://github.com/io7m/jxe) be used as the factory +recommended that [jxe](https://www.github.com/io7m-com/jxe) be used as the factory of XML readers as it configures the readers using secure defaults (preventing entity expansion attacks and other problems), and enforces that all incoming documents _must_ validate according to one or more given schemas. diff --git a/README.md b/README.md index 7ac6444..e2ae42c 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ blackthorne [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.blackthorne/com.io7m.blackthorne.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.blackthorne%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.blackthorne/com.io7m.blackthorne?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/blackthorne/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/blackthorne.svg?style=flat-square)](https://codecov.io/gh/io7m/blackthorne) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/blackthorne.svg?style=flat-square)](https://codecov.io/gh/io7m-com/blackthorne) ![com.io7m.blackthorne](./src/site/resources/blackthorne.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/blackthorne/main.linux.temurin.current.yml)](https://github.com/io7m/blackthorne/actions?query=workflow%3Amain.linux.temurin.current)| -| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/blackthorne/main.linux.temurin.lts.yml)](https://github.com/io7m/blackthorne/actions?query=workflow%3Amain.linux.temurin.lts)| -| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/blackthorne/main.windows.temurin.current.yml)](https://github.com/io7m/blackthorne/actions?query=workflow%3Amain.windows.temurin.current)| -| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/blackthorne/main.windows.temurin.lts.yml)](https://github.com/io7m/blackthorne/actions?query=workflow%3Amain.windows.temurin.lts)| +| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/blackthorne/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/blackthorne/actions?query=workflow%3Amain.linux.temurin.current)| +| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/blackthorne/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/blackthorne/actions?query=workflow%3Amain.linux.temurin.lts)| +| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/blackthorne/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/blackthorne/actions?query=workflow%3Amain.windows.temurin.current)| +| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/blackthorne/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/blackthorne/actions?query=workflow%3Amain.windows.temurin.lts)| ## blackthorne @@ -26,7 +26,7 @@ require holding the entire parsed AST in memory. * Stream-based: Documents do not require an expensive intermediate AST in memory. * Type-safe: Build data structures during parsing without losing type-safety. * No reflection: No need to worry about reflective serialization-based security issues. - * Integrated with [jxe](https://github.com/io7m/jxe) for transparent, hardened, validation-enforcing SAX parsers. + * Integrated with [jxe](https://www.github.com/io7m-com/jxe) for transparent, hardened, validation-enforcing SAX parsers. * Written in pure Java 17. * [OSGi](https://www.osgi.org/) ready. * [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready. @@ -379,7 +379,7 @@ The `PRESERVE_LEXICAL_INFORMATION` enumeration value instructs the `Blackthorne` API to leave the lexical information delivered by the stream parser untouched. The `handlers` parameter is the map of handlers, and the lambda expression is a function that returns a value of type `XMLReader` on demand. It is -recommended that [jxe](https://github.com/io7m/jxe) be used as the factory +recommended that [jxe](https://www.github.com/io7m-com/jxe) be used as the factory of XML readers as it configures the readers using secure defaults (preventing entity expansion attacks and other problems), and enforces that all incoming documents _must_ validate according to one or more given schemas. diff --git a/pom.xml b/pom.xml index 6f23b87..c36a8f4 100644 --- a/pom.xml +++ b/pom.xml @@ -50,9 +50,9 @@ - https://github.com/io7m/blackthorne - scm:git:https://github.com/io7m/blackthorne - scm:git:https://github.com/io7m/blackthorne + https://www.github.com/io7m-com/blackthorne + scm:git:https://www.github.com/io7m-com/blackthorne + scm:git:https://www.github.com/io7m-com/blackthorne @@ -66,7 +66,7 @@ - https://github.com/io7m/blackthorne/issues + https://www.github.com/io7m-com/blackthorne/issues GitHub Issues @@ -88,7 +88,7 @@ GitHub Actions - https://github.com/io7m/blackthorne/actions + https://www.github.com/io7m-com/blackthorne/actions diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml index 00e87e4..65a2568 100644 --- a/src/site/resources/overview.xml +++ b/src/site/resources/overview.xml @@ -1,6 +1,6 @@

- + Build status @@ -9,7 +9,7 @@ alt="Maven Central"/> - Codecov