diff options
author | siddik.acil <siddik.acil@egym.com> | 2023-03-23 18:26:51 +0100 |
---|---|---|
committer | siddik.acil <siddik.acil@egym.com> | 2023-03-23 18:26:51 +0100 |
commit | c59bf52dd18cc26ab5bbccbff1c1782d3fbed08c (patch) | |
tree | dff0486626692a0d632a7d161b0a83006dc0d6a4 /examples/spring-boot | |
parent | 222c8e602441c86b68d3c0f35604eb07f47fd8ea (diff) |
chore(deps): Javax JSON to Jakarta JSON
Move to Quarkus 3.x Beta for updating to Jakarta version of the libraries. That means moving away from org.glassfish:java.json to jakarta.json:jakarta.json-api.
The new version will be released as v6.0.0. Any changes should go to both 5.x and 6.x versions until Quarkus 3.x is Final and javax.json is finally history.
Points:
- We might want to change the Import Order to include Jakarta.
- We might want to move from Javax to Jakarta for annotation, ws etc. in the examples.
Diffstat (limited to 'examples/spring-boot')
-rw-r--r-- | examples/spring-boot/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index d646316..abd2a1b 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -16,7 +16,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> |