Skip to content
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/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
id: version
attributes:
label: Ratchet version or commit SHA
placeholder: 0.1.1-SNAPSHOT or a commit SHA
placeholder: 0.1.2-SNAPSHOT or a commit SHA
validations:
required: true
- type: input
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Swap the retry logic, circuit-breaker behavior, polling cadence, thread/executor
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-bom</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -167,7 +167,7 @@ mvn spotless:apply # auto-format (Google Java Format)

## Project Status

Ratchet is in **0.1.1-SNAPSHOT**. The API is stabilizing; interfaces marked `@Incubating` may change between alpha releases. Feedback and contributions are welcome.
Ratchet is in **0.1.2-SNAPSHOT**. The API is stabilizing; interfaces marked `@Incubating` may change between alpha releases. Feedback and contributions are welcome.

## Community

Expand Down
2 changes: 1 addition & 1 deletion coordinators/ratchet-coordinator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coordinators/ratchet-coordinator-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coordinators/ratchet-coordinator-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coordinators/ratchet-coordinator-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coordinators/ratchet-coordinator-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra/loadtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p \
COPY --from=build /drivers/postgresql.jar /opt/jboss/ratchet/drivers/postgresql.jar
COPY --from=build /drivers/mysql.jar /opt/jboss/ratchet/drivers/mysql.jar
COPY infra/loadtest/wildfly/${STORE}.cli /opt/jboss/ratchet/store.cli
COPY --from=build /workspace/testing/ratchet-loadtest/target/ratchet-loadtest-0.1.1-SNAPSHOT.war /opt/jboss/wildfly/standalone/deployments/ROOT.war
COPY --from=build /workspace/testing/ratchet-loadtest/target/ratchet-loadtest-0.1.2-SNAPSHOT.war /opt/jboss/wildfly/standalone/deployments/ROOT.war
RUN chown -R jboss:root /opt/jboss/ratchet /opt/jboss/wildfly/standalone \
&& chmod -R ug+rwX /opt/jboss/ratchet /opt/jboss/wildfly/standalone \
&& /opt/jboss/wildfly/bin/jboss-cli.sh --file=/opt/jboss/ratchet/store.cli \
Expand Down
2 changes: 1 addition & 1 deletion observability/ratchet-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion observability/ratchet-otel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ratchet</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Reproducible builds: two builds of the same tag produce identical jar hashes.
maven-release-plugin refreshes this on each release:prepare. -->
<project.build.outputTimestamp>2026-06-14T15:01:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2026-06-24T14:25:05Z</project.build.outputTimestamp>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion ratchet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>ratchet-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratchet-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>ratchet-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratchet-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>ratchet-encryption</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ratchet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</parent>

<artifactId>ratchet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stores/ratchet-store-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stores/ratchet-store-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stores/ratchet-store-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion stores/ratchet-store-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-arch-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-loadtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-tck/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-testsuite-jpms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testing/ratchet-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/deployment/database-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The DDL file is at `stores/ratchet-store-postgresql/src/main/resources/ddl/postg
psql -U ratchet -d ratchet -f stores/ratchet-store-postgresql/src/main/resources/ddl/postgresql-schema.sql

# Or extract from the JAR
jar xf ratchet-store-postgresql-0.1.1-SNAPSHOT.jar ddl/postgresql-schema.sql
jar xf ratchet-store-postgresql-0.1.2-SNAPSHOT.jar ddl/postgresql-schema.sql
psql -U ratchet -d ratchet -f ddl/postgresql-schema.sql
```

Expand Down Expand Up @@ -163,7 +163,7 @@ FLUSH PRIVILEGES;
mysql -u ratchet -p ratchet < stores/ratchet-store-mysql/src/main/resources/ddl/mysql-schema.sql

# Or extract from the JAR
jar xf ratchet-store-mysql-0.1.1-SNAPSHOT.jar ddl/mysql-schema.sql
jar xf ratchet-store-mysql-0.1.2-SNAPSHOT.jar ddl/mysql-schema.sql
mysql -u ratchet -p ratchet < ddl/mysql-schema.sql
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ To extract the DDL from the Ratchet JAR:

```bash
# Extract from the store module JAR
jar xf ratchet-store-postgresql-0.1.1-SNAPSHOT.jar ddl/postgresql-schema.sql
jar xf ratchet-store-postgresql-0.1.2-SNAPSHOT.jar ddl/postgresql-schema.sql
cp ddl/postgresql-schema.sql schema/
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the Ratchet BOM to your `dependencyManagement`:
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-bom</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ availability.
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-store-mongodb</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the Micrometer module:
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-micrometer</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/deployment/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ All versions are managed through the `ratchet-bom`:
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-bom</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Bill of Materials (BOM) ensures all Ratchet modules use the same version. Im
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-bom</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ If you're building a microservice on Spring Boot or Quarkus and not targeting a

## Project status

Ratchet is currently at version **0.1.1-SNAPSHOT**. The core API is stabilizing, but interfaces marked with `@Incubating` (such as `CircuitBreakerProtected` and `CircuitBreakerProfile`) may change in future releases. Feedback and contributions are welcome.
Ratchet is currently at version **0.1.2-SNAPSHOT**. The core API is stabilizing, but interfaces marked with `@Incubating` (such as `CircuitBreakerProtected` and `CircuitBreakerProfile`) may change in future releases. Feedback and contributions are welcome.

## What's next

Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you haven't done steps 3 and 4 yet, here's the minimum `pom.xml` setup:
<dependency>
<groupId>run.ratchet</groupId>
<artifactId>ratchet-bom</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/use-cases/bulk-batch-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Roll that yourself and you end up writing the same ledger every time. A counter
A batch is Ratchet's name for that ledger. You hand it the items and the work; it enqueues one child job each, counts completions and failures as they land, and hands every progress hook an immutable snapshot. When the batch finishes, you branch on what actually happened.

::: tip Verified
The Java on this page compiles against `ratchet-api` `0.1.1-SNAPSHOT`. It shows real API usage, not pseudocode. The running app needs a Jakarta EE server and a store that advertises the `BatchStore` capability.
The Java on this page compiles against `ratchet-api` `0.1.2-SNAPSHOT`. It shows real API usage, not pseudocode. The running app needs a Jakarta EE server and a store that advertises the `BatchStore` capability.
:::

## Fan out, track progress, branch on the result
Expand Down
Loading
Loading