We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03024be commit 04d692aCopy full SHA for 04d692a
docs/index.md
@@ -306,9 +306,6 @@ Use the following [dependency matrix](https://github.com/eclipse-aspectj/aspectj
306
| `11-17` | `1.9.20.1` |
307
| `21` | `1.9.21` |
308
309
-_Note: 1.9.21 is not yet available and Java 21 not yet officially supported by aspectj, but you can already use the `1.9.21.M1`_
310
-
311
312
## Environment variables
313
314
!!! info
powertools-e2e-tests/handlers/pom.xml
@@ -205,7 +205,7 @@
205
<jdk>[21,)</jdk>
206
</activation>
207
<properties>
208
- <aspectj.version>1.9.21.M1</aspectj.version>
+ <aspectj.version>1.9.21</aspectj.version>
209
</properties>
210
</profile>
211
</profiles>
0 commit comments