Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 31.0.0.Beta1 release #831

Merged
merged 4 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_mail_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WildFly Mail Quickstart CI
name: WildFly mail Quickstart CI

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_todo-backend_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WildFly Todo Backend Quickstart CI
name: WildFly todo-backend Quickstart CI

on:
pull_request:
Expand Down
1 change: 0 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ NOTE: Some of these quickstarts use the H2 database included with {productNameFu
|===
| Quickstart Name | Demonstrated Technologies | Description | Experience Level Required | Prerequisites
| link:batch-processing/README{outfilesuffix}[batch-processing]|CDI, Batch 1.0, JSF | The `batch-processing` quickstart shows how to use chunk oriented batch jobs to import a file to a database. | Intermediate | _none_
| link:bean-validation-custom-constraint/README{outfilesuffix}[bean-validation-custom-constraint]|CDI, JPA, BV | The `bean-validation-custom-constraint` quickstart demonstrates how to use the Bean Validation API to define custom constraints and validators. | Beginner | _none_
| link:bmt/README{outfilesuffix}[bmt]|EJB, BMT | The `bmt` quickstart demonstrates Bean-Managed Transactions (BMT), showing how to manually manage transaction demarcation while accessing JPA entities. | Intermediate | _none_
| link:cmt/README{outfilesuffix}[cmt]|EJB, CMT, JMS | The `cmt` quickstart demonstrates Container-Managed Transactions (CMT), showing how to use transactions managed by the container. | Intermediate | _none_
| link:contacts-jquerymobile/README{outfilesuffix}[contacts-jquerymobile]|jQuery Mobile, jQuery, JavaScript, HTML5, REST | The `contacts-jquerymobile` quickstart demonstrates a {javaVersion} mobile database application using HTML5, jQuery Mobile, JAX-RS, JPA, and REST. | Beginner | _none_
Expand Down
6 changes: 3 additions & 3 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>batch-processing</artifactId>
<version>31.0.0.Beta1-SNAPSHOT</version>
<version>31.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand All @@ -45,11 +45,11 @@

<properties>
<!-- the version for the Server -->
<version.server>30.0.0.Final</version.server>
<version.server>31.0.0.Beta1</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>5.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>4.2.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>4.2.1.Final</version.plugin.wildfly>
</properties>


Expand Down
95 changes: 0 additions & 95 deletions bean-validation-custom-constraint/README.adoc

This file was deleted.

224 changes: 0 additions & 224 deletions bean-validation-custom-constraint/pom.xml

This file was deleted.

Loading
Loading