From 4ed295aca51e49bcedf006d593117719a7f3e542 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Fri, 29 May 2020 18:27:43 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 14 +++++++------- documentation/pom.xml | 2 +- website/pom.xml | 2 +- website/src/main/jbake/content/downloads.adoc | 2 +- ... blaze-persistence-1.5.0-Alpha4-release.adoc} | 10 +++++----- website/src/main/jbake/jbake.properties | 2 +- 7 files changed, 32 insertions(+), 16 deletions(-) rename website/src/main/jbake/content/news/2020/{blaze-persistence-1.5.0-Alpha3-release.adoc => blaze-persistence-1.5.0-Alpha4-release.adoc} (75%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5849b35215..ccc69ac17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,22 @@ None None +## 1.5.0-Alpha4 + +30/05/2020 - [Release tag](https://github.com/Blazebit/blaze-persistence/releases/tag/1.5.0-Alpha4) [Resolved issues](https://github.com/Blazebit/blaze-persistence/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.5.0+is%3Aclosed+closed%3A%3C2020-05-30+sort%3Aupdated-desc) + +### New features + +None + +### Bug fixes + +None + +### Backwards-incompatible changes + +None + ## 1.5.0-Alpha3 24/05/2020 - [Release tag](https://github.com/Blazebit/blaze-persistence/releases/tag/1.5.0-Alpha3) [Resolved issues](https://github.com/Blazebit/blaze-persistence/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.5.0+is%3Aclosed+closed%3A%3C2020-05-24+sort%3Aupdated-desc) diff --git a/README.md b/README.md index acef962c2d..d314772f83 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Blaze-Persistence is split up into different modules. We recommend that you defi ```xml - 1.5.0-Alpha3 + 1.5.0-Alpha4 ``` @@ -84,37 +84,37 @@ If you want a sample application with everything setup where you can poke around Core-only archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-core-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-core-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` Entity view archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-entity-view-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-entity-view-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` Spring-Data archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-spring-data-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-spring-data-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` Spring-Boot archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-spring-boot-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-spring-boot-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` DeltaSpike Data archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-deltaspike-data-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-deltaspike-data-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` Java EE archetype: ```bash -mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-java-ee-sample" "-DarchetypeVersion=1.5.0-Alpha3" +mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaze-persistence-archetype-java-ee-sample" "-DarchetypeVersion=1.5.0-Alpha4" ``` ## Supported Java runtimes diff --git a/documentation/pom.xml b/documentation/pom.xml index 81f2dce4fe..caeb762854 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -31,7 +31,7 @@ 1.6.0-alpha.7 - 1.5.0-Alpha3 + 1.5.0-Alpha4 1.5 diff --git a/website/pom.xml b/website/pom.xml index 3d0e25fda6..3335b23211 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -31,7 +31,7 @@ - 1.5.0-Alpha3 + 1.5.0-Alpha4 1.5 1.5.0-SNAPSHOT diff --git a/website/src/main/jbake/content/downloads.adoc b/website/src/main/jbake/content/downloads.adoc index b517074a08..ab65848338 100644 --- a/website/src/main/jbake/content/downloads.adoc +++ b/website/src/main/jbake/content/downloads.adoc @@ -9,7 +9,7 @@ [.releases] |=== -| 1.5.0-Alpha3 | 2020-05-2$ | https://github.com/Blazebit/blaze-persistence/releases/download/1.5.0-Alpha3/blaze-persistence-dist-1.5.0-Alpha3.zip[*Download*, window="_blank"] | link:news/2020/blaze-persistence-1.5.0-Alpha3-release.html[More...] +| 1.5.0-Alpha4 | 2020-05-30 | https://github.com/Blazebit/blaze-persistence/releases/download/1.5.0-Alpha4/blaze-persistence-dist-1.5.0-Alpha4.zip[*Download*, window="_blank"] | link:news/2020/blaze-persistence-1.5.0-Alpha4-release.html[More...] | 1.4.1 | 2020-01-28 | https://github.com/Blazebit/blaze-persistence/releases/download/1.4.1/blaze-persistence-dist-1.4.1.zip[*Download*, window="_blank"] | link:news/2020/blaze-persistence-1.4.1-release.html[More...] | 1.3.2 | 2019-02-26 | https://github.com/Blazebit/blaze-persistence/releases/download/1.3.2/blaze-persistence-dist-1.3.2.zip[*Download*, window="_blank"] | link:news/2019/blaze-persistence-1.3.2-release.html[More...] | 1.2.1 | 2018-07-05 | https://github.com/Blazebit/blaze-persistence/releases/download/1.2.1/blaze-persistence-dist-1.2.1.zip[*Download*, window="_blank"] | link:news/2018/blaze-persistence-1.2.1-and-1.3.0-Alpha1-release.html[More...] diff --git a/website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha3-release.adoc b/website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha4-release.adoc similarity index 75% rename from website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha3-release.adoc rename to website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha4-release.adoc index 70fc98c847..522f69230b 100644 --- a/website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha3-release.adoc +++ b/website/src/main/jbake/content/news/2020/blaze-persistence-1.5.0-Alpha4-release.adoc @@ -1,7 +1,7 @@ -= Blaze-Persistence 1.5.0-Alpha3 Release += Blaze-Persistence 1.5.0-Alpha3 and 1.5.0-Alpha4 Release Christian Beikov -2020-05-24 0 -:description: Blaze-Persistence version 1.5.0-Alpha3 was just released +2020-05-30 0 +:description: Blaze-Persistence version 1.5.0-Alpha4 was just released :page: news :icon: christian_head.png :jbake-tags: announcement,release @@ -9,12 +9,12 @@ Christian Beikov :jbake-status: published :linkattrs: -Unfortunately, our Quarkus testsuite didn't work as expected within the Quarkus Ecosystem CI so we had to do another release to be able to get into the Quarkus catalog. +Unfortunately, our Quarkus testsuite didn't work as expected within the Quarkus Ecosystem CI so we had to do two more release to be able to get into the Quarkus catalog. The nice thing about another release shortly after the previous one is, that we also squeezed a few bug fixes and features into this release. We added support for Spring HATEOAS and also Spring Boot 2.3 as well as Spring Data 2.3. In an upcoming blog post you will hear more about another new feature, the support for custom++++++classes for entity views which allows using Java 14 records. -If you want to know more about the new features or bug fixes, take a look into the https://github.com/Blazebit/blaze-persistence/blob/master/CHANGELOG.md#150-alpha3[changelog, window="_blank"] for a full list of changes and improvements. +If you want to know more about the new features or bug fixes, take a look into the https://github.com/Blazebit/blaze-persistence/blob/master/CHANGELOG.md#150-alpha4[changelog, window="_blank"] for a full list of changes and improvements. If nothing else comes up, next release will really be the final one for the 1.5 series :) \ No newline at end of file diff --git a/website/src/main/jbake/jbake.properties b/website/src/main/jbake/jbake.properties index 23b83c9927..99c533ba8f 100644 --- a/website/src/main/jbake/jbake.properties +++ b/website/src/main/jbake/jbake.properties @@ -17,7 +17,7 @@ site.host=http://localhost:8820/ asciidoctor.attributes.export=true asciidoctor.attributes=imagesdir=images,source-highlighter=prettify -stable.version=1.5.0-Alpha3 +stable.version=1.5.0-Alpha4 template.index.file=index.ftl template.downloads.file=downloads.ftl render.tags=true