[New] New blog post for 1.8.5

This commit is contained in:
Robert von Burg 2022-08-17 15:55:58 +02:00
parent 5222e00cbf
commit 7acd13776c
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,28 @@
---
title: 'Strolch 1.8.5 and PLC 1.2.2 are out!'
description: 'JDK 17 ready!'
weight: -17
date: 2022-08-17T15:50:00+01:00
LastModifierDisplayName: "Robert von Burg"
LastModifierEmail: "eitch@eitchnet.ch"
---
## Strolch 1.8.5 and PLC 1.2.2 are out!
JDK 17 ready!
-------
Unbelievable, but the entire 1.7.x branch was never blogged about or deployed to Maven. We did do quite a few releases
of the Java 11 version, but never got around to releasing to Maven.
Now we have released the 1.8.x branch of Strolch and deployed
to [Maven Central](https://search.maven.org/search?q=li.strolch).
The 1.8.x branch requires JDK 17, but is still on Tomcat 9.x. We will create a new branch for Tomcat 10.x and release
that at a later date.
We also just released the Strolch PLC 1.2.x branch. This branch uses Strolch 1.8.x and is production ready.
So, Strolch 1.8.5 is out the door, go ahead and [try it out](/download).

View File

@ -22,7 +22,7 @@ The easiest way to include strolch in your project is to use the following maven
<project>
<properties>
<strolch.version>1.6.100</strolch.version>
<strolch.version>1.8.5</strolch.version>
</properties>
<dependencies>