Skip to content

Commit

Permalink
Move to new organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 28, 2024
1 parent cd6ac40 commit 82a28a9
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule ".jenkins"]
path = .jenkins
url = https://www.github.com/io7m/jenkinsfiles
1 change: 0 additions & 1 deletion .jenkins
Submodule .jenkins deleted from 3213e2
3 changes: 2 additions & 1 deletion README-CHANGES.xml
Expand Up @@ -60,6 +60,7 @@
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.blackthorne" url="https://www.github.com/io7m/blackthorne/issues/"/>
<c:ticket-system default="true" id="com.github.io7m.blackthorne"
url="https://www.github.com/io7m-com/blackthorne/issues/"/>
</c:ticket-systems>
</c:changelog>
4 changes: 2 additions & 2 deletions README.in
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -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

Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -50,9 +50,9 @@
</licenses>

<scm>
<url>https://github.com/io7m/blackthorne</url>
<connection>scm:git:https://github.com/io7m/blackthorne</connection>
<developerConnection>scm:git:https://github.com/io7m/blackthorne
<url>https://www.github.com/io7m-com/blackthorne</url>
<connection>scm:git:https://www.github.com/io7m-com/blackthorne</connection>
<developerConnection>scm:git:https://www.github.com/io7m-com/blackthorne
</developerConnection>
</scm>

Expand All @@ -66,7 +66,7 @@
</developers>

<issueManagement>
<url>https://github.com/io7m/blackthorne/issues</url>
<url>https://www.github.com/io7m-com/blackthorne/issues</url>
<system>GitHub Issues</system>
</issueManagement>

Expand All @@ -88,7 +88,7 @@

<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/io7m/blackthorne/actions</url>
<url>https://www.github.com/io7m-com/blackthorne/actions</url>
</ciManagement>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions src/site/resources/overview.xml
@@ -1,6 +1,6 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://github.com/io7m/blackthorne/actions?query=workflow%3Amain.linux.temurin.lts">
<a href="https://www.github.com/io7m-com/blackthorne/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/blackthorne/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
Expand All @@ -9,7 +9,7 @@
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/blackthorne">
<img src="https://img.shields.io/codecov/c/github/io7m/blackthorne.svg?style=flat-square"
<img src="https://img.shields.io/codecov/c/github/io7m-com/blackthorne.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit 82a28a9

Please sign in to comment.