diff --git a/coffee-bom/pom.xml b/coffee-bom/pom.xml index c2988d9b7..5554cd4c4 100644 --- a/coffee-bom/pom.xml +++ b/coffee-bom/pom.xml @@ -27,7 +27,8 @@ 1.10 3.2.2 2.8.0 - 1.3 + 2.0 + 7.0.0 3.6.2.Final 5.3.7.Final 6.0.20.Final @@ -38,7 +39,7 @@ 2.0.1.Final 3.2.0 2.2.4 - 1.7.0 + 2.8.1 @@ -356,6 +357,13 @@ microprofile-config-api ${version.org.eclipse.microprofile.config} + + + org.osgi + osgi.annotation + ${version.osgi.annotation} + provided + org.jboss.resteasy diff --git a/coffee-dto/coffee-dto-gen/pom.xml b/coffee-dto/coffee-dto-gen/pom.xml index 6ab62de28..b0fcbe586 100644 --- a/coffee-dto/coffee-dto-gen/pom.xml +++ b/coffee-dto/coffee-dto-gen/pom.xml @@ -21,7 +21,7 @@ org.eclipse.microprofile.openapi microprofile-openapi-api - 1.0.1 + 2.0 diff --git a/coffee-module/coffee-module-mongodb/pom.xml b/coffee-module/coffee-module-mongodb/pom.xml index f5aed034e..3e2472366 100644 --- a/coffee-module/coffee-module-mongodb/pom.xml +++ b/coffee-module/coffee-module-mongodb/pom.xml @@ -25,5 +25,11 @@ commons-collections + + + org.osgi + osgi.annotation + + \ No newline at end of file diff --git a/coffee-module/coffee-module-mp/pom.xml b/coffee-module/coffee-module-mp/pom.xml index 1d57e883b..4ae4f87c2 100644 --- a/coffee-module/coffee-module-mp/pom.xml +++ b/coffee-module/coffee-module-mp/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile microprofile - 3.1 + 4.0 import pom diff --git a/coffee-module/coffee-module-totp/pom.xml b/coffee-module/coffee-module-totp/pom.xml index ee4ac1be7..198b87976 100644 --- a/coffee-module/coffee-module-totp/pom.xml +++ b/coffee-module/coffee-module-totp/pom.xml @@ -31,5 +31,10 @@ io.smallrye.config smallrye-config + + + org.osgi + osgi.annotation + diff --git a/docs/migration/migration170to180.adoc b/docs/migration/migration170to180.adoc index c01fc5a19..e6a3d55d5 100644 --- a/docs/migration/migration170to180.adoc +++ b/docs/migration/migration170to180.adoc @@ -25,6 +25,13 @@ Config cache-eléshez a `ApplicationConfiguration` használatos, ami guava cache == Változások +=== Általános + +==== BOM verzió emelések: +* microprofile-config-api 1.3 -> 2.0 +* smallrye-config 1.7.0 -> 2.8.1 +* opencsv 3.9 -> 5.5.2 + === coffee-rest * "coffee.app.name" paraméterben megadható érték már nem kötelező, alapértelmezetten a "java:app/AppName" van használva. * JaxbTool kiegészítése `byte[]` fogadására képes unmarshalXML metódusokkal