Skip to content

Commit

Permalink
bucket4j#322, bucket4j#330 upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Nov 27, 2022
1 parent 5dd795c commit 1e7ce64
Show file tree
Hide file tree
Showing 27 changed files with 44 additions and 44 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ In additional to basic features described above, ```Bucket4j``` provides ability
In addition to local in-memory buckets, the Bucket4j supports clustered usage scenario on top of following back-ends:
| Back-end | Async supported | Optimized serialization | Thin-client support | Documentation link |
| :--- | :---: | :---: | :---: | :---: |
| ```JCache API (JSR 107)``` | No | No | No | [bucket4j-jcache](https://bucket4j.com/8.2.RC1/toc.html#bucket4j-jcache) |
| ```Hazelcast``` | Yes | Yes | Planned | [bucket4j-hazelcast](https://bucket4j.com/8.2.RC1/toc.html#bucket4j-hazelcast) |
| ```Apache Ignite``` | Yes | n/a | Yes | [bucket4j-ignite](https://bucket4j.com/8.2.RC1/toc.html#bucket4j-ignite) |
| ```Inifinispan``` | Yes | Yes | No | [bucket4j-infinispan](https://bucket4j.com/8.2.RC1/toc.html#bucket4j-infinispan) |
| ```Oracle Coherence``` | Yes | Yes | No | [bucket4j-coherence](https://bucket4j.com/8.2.RC1/toc.html#bucket4j-coherence) |
| ```JCache API (JSR 107)``` | No | No | No | [bucket4j-jcache](https://bucket4j.com/8.2.RC2/toc.html#bucket4j-jcache) |
| ```Hazelcast``` | Yes | Yes | Planned | [bucket4j-hazelcast](https://bucket4j.com/8.2.RC2/toc.html#bucket4j-hazelcast) |
| ```Apache Ignite``` | Yes | n/a | Yes | [bucket4j-ignite](https://bucket4j.com/8.2.RC2/toc.html#bucket4j-ignite) |
| ```Inifinispan``` | Yes | Yes | No | [bucket4j-infinispan](https://bucket4j.com/8.2.RC2/toc.html#bucket4j-infinispan) |
| ```Oracle Coherence``` | Yes | Yes | No | [bucket4j-coherence](https://bucket4j.com/8.2.RC2/toc.html#bucket4j-coherence) |

### Non-JVM back-ends
Bucket4j authors strongly recommends to use JVM based back-ends when possible,
Expand All @@ -37,12 +37,12 @@ but for cases where it is not possible Bucket4j provides following integrations
In addition to local in-memory buckets, the Bucket4j supports clustered usage scenario on top of following back-ends:
| Back-end | Async supported | Documentation link |
| :--- | :---: | :---: |
| ```Redis/Redisson``` | Yes | [bucket4j-redis/Redisson](https://bucket4j.com/8.2.RC1/toc.html#example-of-bucket-instantiation-via-redissonbasedproxymanager) |
| ```Redis/Jedis``` | No | [bucket4j-redis/Jedis](https://bucket4j.com/8.2.RC1/toc.html#example-of-bucket-instantiation-via-jedisbasedproxymanager) |
| ```Redis/Lettuce``` | Yes | [bucket4j-redis/Lettuce](https://bucket4j.com/8.2.RC1/toc.html#example-of-bucket-instantiation-via-lettucebasedproxymanager) |
| ```Redis/SpringData``` | No | [bucket4j-redis/SpringData](https://bucket4j.com/8.2.RC1/toc.html#example-of-bucket-instantiation-via-springdataredisbasedproxymanager) |
| ```MySQL``` | No | [bucket4j-mysql](https://bucket4j.com/8.2.RC1/toc.html#mysql-integration) |
| ```PostgreSQL``` | No | [bucket4j-postgresql](https://bucket4j.com/8.2.RC1/toc.html#postgresql-integration) |
| ```Redis/Redisson``` | Yes | [bucket4j-redis/Redisson](https://bucket4j.com/8.2.RC2/toc.html#example-of-bucket-instantiation-via-redissonbasedproxymanager) |
| ```Redis/Jedis``` | No | [bucket4j-redis/Jedis](https://bucket4j.com/8.2.RC2/toc.html#example-of-bucket-instantiation-via-jedisbasedproxymanager) |
| ```Redis/Lettuce``` | Yes | [bucket4j-redis/Lettuce](https://bucket4j.com/8.2.RC2/toc.html#example-of-bucket-instantiation-via-lettucebasedproxymanager) |
| ```Redis/SpringData``` | No | [bucket4j-redis/SpringData](https://bucket4j.com/8.2.RC2/toc.html#example-of-bucket-instantiation-via-springdataredisbasedproxymanager) |
| ```MySQL``` | No | [bucket4j-mysql](https://bucket4j.com/8.2.RC2/toc.html#mysql-integration) |
| ```PostgreSQL``` | No | [bucket4j-postgresql](https://bucket4j.com/8.2.RC2/toc.html#postgresql-integration) |
| ```DynamoDb``` | No | [bucket4j-dynamodb](https://github.com/bucket4j/bucket4j/blob/master/bucket4j-dynamodb-sdk-v1/src/main/java/io/github/bucket4j/dynamodb/v1/LongDynamoDBProxyManager.java) |

### Local caches support
Expand All @@ -52,8 +52,8 @@ Sometimes you are having deal with bucket per key scenarios but distributed sync
| ```Caffeine``` | [bucket4j-caffeine](https://github.com/bucket4j/bucket4j/blob/7.3/bucket4j-caffeine/src/main/java/io/github/bucket4j/caffeine/CaffeineProxyManager.java) |

## [Documentation](https://bucket4j.com)
* [Official reference](https://bucket4j.com/8.2.RC1/toc.html)
* [Quick start examples](https://bucket4j.com/8.2.RC1/toc.html#quick-start-examples)
* [Official reference](https://bucket4j.com/8.2.RC2/toc.html)
* [Quick start examples](https://bucket4j.com/8.2.RC2/toc.html#quick-start-examples)
* [Third-party articles](https://bucket4j.com/#third-party-articles)

## Get Bucket4j library
Expand All @@ -64,14 +64,14 @@ The Bucket4j is distributed through [Maven Central](http://search.maven.org/):
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-core</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
</dependency>

<!-- For java 8 -->
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk8-core</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
</dependency>
```
#### You can build Bucket4j from sources
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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</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.2.RC1</version>
<version>8.2.RC2</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-core</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</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.2.RC1</version>
<version>8.2.RC2</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.2.RC1</current.version>
<current.version>8.2.RC2</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-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.2.RC1</version>
<version>8.2.RC2</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.2.RC1</version>
<version>8.2.RC2</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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-dynamodb-sdk-v1/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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bucket4j-hazelcast-all/bucket4j-hazelcast-3/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-hazelcast-all</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../../bucket4j-hazelcast-all</relativePath>
</parent>
<artifactId>bucket4j-hazelcast-3</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-hazelcast-all</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../../bucket4j-hazelcast-all</relativePath>
</parent>
<artifactId>bucket4j-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-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.2.RC1</version>
<version>8.2.RC2</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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-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-infinispan-all</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../../bucket4j-infinispan-all</relativePath>
</parent>
<artifactId>bucket4j-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-parent</artifactId>
<groupId>com.bucket4j</groupId>
<version>8.2.RC1</version>
<version>8.2.RC2</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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</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.2.RC1</version>
<version>8.2.RC2</version>
<artifactId>bucket4j-parent</artifactId>
<packaging>pom</packaging>
<name>bucket4j-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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>

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-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion experimental/bucket4j-lua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../../bucket4j-parent</relativePath>
</parent>
<artifactId>bucket4j-lua</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>../bucket4j-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.2.RC1</version>
<version>8.2.RC2</version>
<artifactId>bucket4j-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 @@ -5,13 +5,13 @@

<groupId>com.bucket4j</groupId>
<artifactId>bucket4j</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<packaging>pom</packaging>

<parent>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-parent</artifactId>
<version>8.2.RC1</version>
<version>8.2.RC2</version>
<relativePath>./bucket4j-parent</relativePath>
</parent>

Expand Down

0 comments on commit 1e7ce64

Please sign in to comment.