Skip to content

Commit

Permalink
Update changelog, readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent 682c47f commit ec817dd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
8 changes: 7 additions & 1 deletion README-CHANGES.xml
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.dixmont" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2023-06-11T11:25:37+00:00" is-open="false" ticket-system="com.github.io7m.dixmont" version="1.0.0">
<c:release date="2023-06-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.dixmont" version="1.0.0">
<c:changes>
<c:change date="2023-06-11T00:00:00+00:00" summary="Initial major release."/>
</c:changes>
</c:release>
<c:release date="2024-05-11T15:17:42+00:00" is-open="true" ticket-system="com.github.io7m.dixmont" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2024-05-11T00:00:00+00:00" summary="Require JDK 21."/>
<c:change date="2024-05-11T15:17:42+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.dixmont" url="https://www.github.com/io7m/dixmont/issues/"/>
Expand Down
12 changes: 6 additions & 6 deletions README.in
Expand Up @@ -5,12 +5,12 @@ 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 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
* High-coverage automated test suite.
* Restricted JSON deserializer for preventing reflection-based serialization attacks.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
* High-coverage automated test suite.

### Motivation

Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -21,12 +21,12 @@ 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 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
* High-coverage automated test suite.
* Restricted JSON deserializer for preventing reflection-based serialization attacks.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
* High-coverage automated test suite.

### Motivation

Expand Down

0 comments on commit ec817dd

Please sign in to comment.