Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed May 29, 2020
1 parent 78ef082 commit 4ed295a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Blaze-Persistence is split up into different modules. We recommend that you defi

```xml
<properties>
<blaze-persistence.version>1.5.0-Alpha3</blaze-persistence.version>
<blaze-persistence.version>1.5.0-Alpha4</blaze-persistence.version>
</properties>
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<version.asciidoctor>1.6.0-alpha.7</version.asciidoctor>
<stable.version>1.5.0-Alpha3</stable.version>
<stable.version>1.5.0-Alpha4</stable.version>
<series.version>1.5</series.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<!-- The current stable version -->
<stable.version>1.5.0-Alpha3</stable.version>
<stable.version>1.5.0-Alpha4</stable.version>
<series.version>1.5</series.version>
<!-- The current snapshot version -->
<snapshot.version>1.5.0-SNAPSHOT</snapshot.version>
Expand Down
2 changes: 1 addition & 1 deletion website/src/main/jbake/content/downloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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...]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
= 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
:jbake-type: post
: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+++<!-- PREVIEW-SUFFIX --><!-- </p></div> --><!-- PREVIEW-END -->+++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 :)
2 changes: 1 addition & 1 deletion website/src/main/jbake/jbake.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ed295a

Please sign in to comment.