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 8fc4df7 commit 4a2f4ca
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 120 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.dixmont.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.dixmont.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
2 changes: 1 addition & 1 deletion README.in
Expand Up @@ -6,7 +6,7 @@ Some useful extension classes for [jackson](https://github.com/FasterXML/jackson
### Features

* Restricted JSON deserializer for preventing reflection-based serialization attacks.
* Written in pure Java 17.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -3,16 +3,16 @@ dixmont

[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.dixmont/com.io7m.dixmont.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.dixmont%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.dixmont/com.io7m.dixmont?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/dixmont/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m/dixmont.svg?style=flat-square)](https://codecov.io/gh/io7m/dixmont)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/dixmont.svg?style=flat-square)](https://codecov.io/gh/io7m-com/dixmont)

![com.io7m.dixmont](./src/site/resources/dixmont.jpg?raw=true)

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/dixmont/main.linux.temurin.current.yml)](https://github.com/io7m/dixmont/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/dixmont/main.linux.temurin.lts.yml)](https://github.com/io7m/dixmont/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/dixmont/main.windows.temurin.current.yml)](https://github.com/io7m/dixmont/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/dixmont/main.windows.temurin.lts.yml)](https://github.com/io7m/dixmont/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/dixmont/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/dixmont/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/dixmont/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/dixmont/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/dixmont/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/dixmont/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/dixmont/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/dixmont/actions?query=workflow%3Amain.windows.temurin.lts)|

## dixmont

Expand All @@ -21,7 +21,7 @@ Some useful extension classes for [jackson](https://github.com/FasterXML/jackson
### Features

* Restricted JSON deserializer for preventing reflection-based serialization attacks.
* Written in pure Java 17.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.dixmont.colors/pom.xml
Expand Up @@ -9,14 +9,14 @@
<parent>
<artifactId>com.io7m.dixmont</artifactId>
<groupId>com.io7m.dixmont</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.dixmont.colors</artifactId>

<packaging>jar</packaging>
<name>com.io7m.dixmont.colors</name>
<description>Dixmont Jackson extensions (Colors)</description>
<url>https://www.github.com/io7m/dixmont</url>
<url>https://www.io7m.com/software/dixmont</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.dixmont.core/pom.xml
Expand Up @@ -9,14 +9,14 @@
<parent>
<artifactId>com.io7m.dixmont</artifactId>
<groupId>com.io7m.dixmont</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.dixmont.core</artifactId>

<packaging>jar</packaging>
<name>com.io7m.dixmont.core</name>
<description>Dixmont Jackson extensions (Core)</description>
<url>https://www.github.com/io7m/dixmont</url>
<url>https://www.io7m.com/software/dixmont</url>

<dependencies>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions com.io7m.dixmont.tests/pom.xml
Expand Up @@ -9,17 +9,18 @@
<parent>
<artifactId>com.io7m.dixmont</artifactId>
<groupId>com.io7m.dixmont</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.dixmont.tests</artifactId>

<packaging>jar</packaging>
<name>com.io7m.dixmont.tests</name>
<description>Dixmont Jackson extensions (Test suite)</description>
<url>https://www.github.com/io7m/dixmont</url>
<url>https://www.io7m.com/software/dixmont</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>

<dependencies>
Expand Down

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions com.io7m.dixmont.tests/src/main/java/module-info.java

This file was deleted.

17 changes: 10 additions & 7 deletions pom.xml
Expand Up @@ -13,12 +13,12 @@

<groupId>com.io7m.dixmont</groupId>
<artifactId>com.io7m.dixmont</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.dixmont</name>
<description>Dixmont Jackson extensions</description>
<url>https://www.github.com/io7m/dixmont</url>
<url>https://www.io7m.com/software/dixmont</url>

<modules>
<module>com.io7m.dixmont.colors</module>
Expand All @@ -27,8 +27,11 @@
</modules>

<properties>
<!-- Configuration -->
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
<jackson.version>2.17.0</jackson.version>
<junit.version>5.10.2</junit.version>
</properties>
Expand All @@ -41,9 +44,9 @@
</licenses>

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

<developers>
Expand All @@ -56,7 +59,7 @@
</developers>

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

Expand All @@ -78,7 +81,7 @@

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

<prerequisites>
Expand Down
8 changes: 4 additions & 4 deletions src/site/resources/overview.xml
@@ -1,15 +1,15 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://github.com/io7m/dixmont/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/dixmont/main.linux.temurin.lts.yml"
<a href="https://www.github.com/io7m-com/dixmont/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m-com/dixmont/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.dixmont%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.dixmont/com.io7m.dixmont.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/dixmont">
<img src="https://img.shields.io/codecov/c/github/io7m/dixmont.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/dixmont">
<img src="https://img.shields.io/codecov/c/github/io7m-com/dixmont.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit 4a2f4ca

Please sign in to comment.