Skip to content

Commit

Permalink
bucket4j#501 begin new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Buhtoyarov committed Jun 21, 2024
1 parent 311aea3 commit 3027f6b
Show file tree
Hide file tree
Showing 31 changed files with 51 additions and 51 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Bucket4j is distributed through [Maven Central](http://search.maven.org/):
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-core</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
</dependency>
```
##### Java 11 dependency
Expand All @@ -22,7 +22,7 @@ The Bucket4j is distributed through [Maven Central](http://search.maven.org/):
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk11-core</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
</dependency>
```

Expand All @@ -44,11 +44,11 @@ private void doSomethingProtected() {
}
}
```
More examples [can be found there](https://bucket4j.github.io/8.13.0/toc.html#quick-start-examples)
More examples [can be found there](https://bucket4j.github.io/8.13.1/toc.html#quick-start-examples)

## [Documentation](https://bucket4j.github.io)
* [Reference](https://bucket4j.github.io/8.13.0/toc.html)
* [Quick start examples](https://bucket4j.github.io/8.13.0/toc.html#quick-start-examples)
* [Reference](https://bucket4j.github.io/8.13.1/toc.html)
* [Quick start examples](https://bucket4j.github.io/8.13.1/toc.html#quick-start-examples)
* [Third-party articles](https://bucket4j.github.io/#third-party-articles)

## Bucket4j basic features
Expand Down Expand Up @@ -77,27 +77,27 @@ In addition to local in-memory buckets, the Bucket4j supports clustered usage sc

| Back-end | Async supported | Flexible per-entry expiration | Optimized serialization | Thin-client support | Documentation link |
| :--- | :---: |:-----------------------------:|:-----------------------:|:-------------------:|:-------------------------------------------------------------------------------------:|
| ```JCache API (JSR 107)``` | No | No | No | No | [bucket4j-jcache](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-jcache) |
| ```Hazelcast``` | Yes | Yes | Yes | No | [bucket4j-hazelcast](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-hazelcast) |
| ```Apache Ignite``` | Yes | No | n/a | Yes | [bucket4j-ignite](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-ignite) |
| ```Inifinispan``` | Yes | Yes | Yes | No | [bucket4j-infinispan](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-infinispan) |
| ```Oracle Coherence``` | Yes | Yes | Yes | No | [bucket4j-coherence](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-coherence) |
| ```JCache API (JSR 107)``` | No | No | No | No | [bucket4j-jcache](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-jcache) |
| ```Hazelcast``` | Yes | Yes | Yes | No | [bucket4j-hazelcast](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-hazelcast) |
| ```Apache Ignite``` | Yes | No | n/a | Yes | [bucket4j-ignite](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-ignite) |
| ```Inifinispan``` | Yes | Yes | Yes | No | [bucket4j-infinispan](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-infinispan) |
| ```Oracle Coherence``` | Yes | Yes | Yes | No | [bucket4j-coherence](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-coherence) |

### Redis back-ends
| Back-end | Async supported | Redis cluster supported | Documentation link |
| :--- | :---: |:-----------------------:|:----------------------------------------------------------------------------------------------:|
| ```Redis/Redisson``` | Yes | Yes | [bucket4j-redis/Redisson](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-redisson) |
| ```Redis/Jedis``` | No | Yes | [bucket4j-redis/Jedis](https://bucket4j.github.io/8.13.0/toc.html#toc.html#bucket4j-jedis) |
| ```Redis/Lettuce``` | Yes | Yes | [bucket4j-redis/Lettuce](https://bucket4j.github.io/8.13.0/toc.html#toc.html#bucket4j-lettuce) |
| ```Redis/Redisson``` | Yes | Yes | [bucket4j-redis/Redisson](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-redisson) |
| ```Redis/Jedis``` | No | Yes | [bucket4j-redis/Jedis](https://bucket4j.github.io/8.13.1/toc.html#toc.html#bucket4j-jedis) |
| ```Redis/Lettuce``` | Yes | Yes | [bucket4j-redis/Lettuce](https://bucket4j.github.io/8.13.1/toc.html#toc.html#bucket4j-lettuce) |

### JDBC back-ends
| Back-end | Documentation link |
|:---------------------------|:-------------------------------------------------------------------------------------:|
| ```MySQL``` | [bucket4j-mysql](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-mysql) |
| ```PostgreSQL``` | [bucket4j-postgresql](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-postgresql) |
| ```Oracle``` | [bucket4j-oracle](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-oracle) |
| ```Microsoft SQL Server``` | [bucket4j-mssql](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-mssql) |
| ```MariaDB``` | [bucket4j-mariadb](https://bucket4j.github.io/8.13.0/toc.html#bucket4j-mariadb) |
| ```MySQL``` | [bucket4j-mysql](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-mysql) |
| ```PostgreSQL``` | [bucket4j-postgresql](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-postgresql) |
| ```Oracle``` | [bucket4j-oracle](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-oracle) |
| ```Microsoft SQL Server``` | [bucket4j-mssql](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-mssql) |
| ```MariaDB``` | [bucket4j-mariadb](https://bucket4j.github.io/8.13.1/toc.html#bucket4j-mariadb) |


### Local caches support
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>asciidoc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backward-compatibility-tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>backward-compatibility-tests</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../backward-compatibility-tests</relativePath>
</parent>
<artifactId>backward-compatibility-tests-common</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-core</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions backward-compatibility-tests/current/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>backward-compatibility-tests</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../backward-compatibility-tests</relativePath>
</parent>
<artifactId>backward-compatibility-tests-current</artifactId>
<name>backward-compatibility-tests-current</name>

<properties>
<modular-name>backward_compatibility_tests_current</modular-name>
<current.version>8.13.0</current.version>
<current.version>8.13.1</current.version>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion backward-compatibility-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bucket4j_jdk17-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion backward-compatibility-tests/previous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>backward-compatibility-tests</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../backward-compatibility-tests</relativePath>
</parent>
<artifactId>backward-compatibility-tests-prevoius</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j_jdk17-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j_jdk17-caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-coherence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-hazelcast-all/bucket4j-hazelcast-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-hazelcast-all</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-hazelcast-all</relativePath>
</parent>
<artifactId>bucket4j_jdk17-hazelcast-4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-hazelcast-all/bucket4j-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-hazelcast-all</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-hazelcast-all</relativePath>
</parent>
<artifactId>bucket4j_jdk17-hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-hazelcast-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bucket4j_jdk17-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j_jdk17-ignite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-infinispan-all/bucket4j-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-infinispan-all</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-infinispan-all</relativePath>
</parent>
<artifactId>bucket4j_jdk17-infinispan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-infinispan-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>bucket4j_jdk17-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-mssql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.bucket4j</groupId>
<version>8.13.0</version>
<version>8.13.1</version>
<artifactId>bucket4j_jdk17-parent</artifactId>
<packaging>pom</packaging>
<name>bucket4j_jdk17-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-redis/bucket4j-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-redis</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-redis</relativePath>
</parent>
<artifactId>bucket4j_jdk17-jedis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-redis/bucket4j-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-redis</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-redis</relativePath>
</parent>
<artifactId>bucket4j_jdk17-lettuce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-redis/bucket4j-redis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-redis</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-redis</relativePath>
</parent>
<artifactId>bucket4j_jdk17-redis-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-redis/bucket4j-redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-redis</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../../bucket4j-redis</relativePath>
</parent>
<artifactId>bucket4j_jdk17-redisson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lincheck-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>com.bucket4j</groupId>
<version>8.13.0</version>
<version>8.13.1</version>
<artifactId>bucket4j_jdk17-parent</artifactId>
<relativePath>../bucket4j-parent</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>bucket4j_jdk17</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<packaging>pom</packaging>

<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk17-parent</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>
<relativePath>./bucket4j-parent</relativePath>
</parent>

Expand Down

0 comments on commit 3027f6b

Please sign in to comment.