Skip to content

Commit 5cfa0cf

Browse files
committed
feat: make the policy compatible with 4.10
BREAKING CHANGE: requires 4.10
1 parent 0dd8476 commit 5cfa0cf

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.docgen/matrix.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
rows:
22
- data:
3-
plugin: "1.0.0 and after"
4-
apim: "4.8.x and after"
3+
plugin: "1.x"
4+
apim: "4.8.x and 4.9.x"
5+
java: 21
6+
- data:
7+
plugin: "2.x and after"
8+
apim: "4.10.x and after"
59
java: 21

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Strikethrough text indicates that a version is deprecated.
6666

6767
| Plugin version| APIM| Java version |
6868
| --- | --- | --- |
69-
|1.0.0 and after|4.8.x and after|21 |
69+
|1.x|4.8.x and 4.9.x|21 |
70+
|2.x and after|4.10.x and after|21 |
7071

7172

7273
## Configuration options

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<!-- Gravitee dependencies version -->
38-
<gravitee-apim.version>4.9.9</gravitee-apim.version>
38+
<gravitee-apim.version>4.10.0-alpha.1</gravitee-apim.version>
3939

4040
<!-- Maven plugins -->
4141
<maven-plugin-assembly.version>3.8.0</maven-plugin-assembly.version>

0 commit comments

Comments
 (0)