Skip to content

Commit

Permalink
Set JDK 17, update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent 3adb6b3 commit ca818a5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 18 deletions.
11 changes: 11 additions & 0 deletions README.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

## jcip

A clean room implementation of the [JCIP Annotations](https://jcip.net/) based entirely on the specification provided by the javadocs.

## Features

* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* Apache 2.0 / ISC license.

32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
jcip.annotations
jcip
===

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

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

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

## jcip

A clean room implementation of the [JCIP Annotations](https://jcip.net/) based entirely on the specification provided by the javadocs.

## Features

* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
* Apache 2.0 / ISC license.


17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,31 @@
</parent>

<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<artifactId>com.io7m.jcip</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>

<name>com.io7m.jcip.annotations</name>
<name>com.io7m.jcip</name>
<description>A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.</description>
<url>http://stephenc.github.com/jcip-annotations</url>
<url>https://www.io7m.com/software/jcip</url>

<inceptionYear>2013</inceptionYear>

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

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>ISC</name>
<url>http://io7m.com/license/isc.txt</url>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>

Expand All @@ -72,7 +73,7 @@

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

Expand All @@ -84,7 +85,7 @@
<distributionManagement>
<site>
<id>github.com</id>
<url>gitsite:git@github.com/io7m/jcip-annotations</url>
<url>git:git@github.com/io7m-com/jcip-annotations</url>
</site>
<repository>
<id>sonatype-nexus-staging</id>
Expand Down

0 comments on commit ca818a5

Please sign in to comment.