diff --git a/mds/USAGE.md b/mds/USAGE.md index db500ab..925abda 100644 --- a/mds/USAGE.md +++ b/mds/USAGE.md @@ -69,7 +69,7 @@ and replaced `resteasy.jaxrs.app.classes`. Property `resteasy.jaxrs.app` has be #### RESTEasy configuration -RESTEasy offers a few configuration switches, [as seen here](https://docs.jboss.org/resteasy/docs/4.6.1.Final/userguide/html_single/index.html#configuration_switches), and they are set as Servlet context init parameters. In Spring Boot, Servlet context init parameters are defined via Spring Boot `application.properties` file, using the property prefix `server.servlet.context-parameters.*` (search for it in [Spring Boot reference guide](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)).
+RESTEasy offers a few configuration switches, [as seen here](https://docs.jboss.org/resteasy/docs/4.6.2.Final/userguide/html_single/index.html#configuration_switches), and they are set as Servlet context init parameters. In Spring Boot, Servlet context init parameters are defined via Spring Boot `application.properties` file, using the property prefix `server.servlet.context-parameters.*` (search for it in [Spring Boot reference guide](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)).
As an example, to set RESTEasy property `resteasy.role.based.security` to `true`, just add the property bellow to Spring Boot `application.properties` file. diff --git a/resteasy-spring-boot-starter/pom.xml b/resteasy-spring-boot-starter/pom.xml index b71c1c3..41247e5 100644 --- a/resteasy-spring-boot-starter/pom.xml +++ b/resteasy-spring-boot-starter/pom.xml @@ -62,7 +62,7 @@ UTF-8 UTF-8 2.5.1 - 4.6.1.Final + 4.6.2.Final 2.12.3 3.4.0.Final diff --git a/sample-app-for-wildfly/pom.xml b/sample-app-for-wildfly/pom.xml index b72d27a..94b4068 100644 --- a/sample-app-for-wildfly/pom.xml +++ b/sample-app-for-wildfly/pom.xml @@ -15,7 +15,7 @@ 1.8 1.8 1.8 - 4.6.1.Final + 4.6.2.Final 2.5.1 diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index aa93087..f7e95cd 100644 --- a/sample-app-no-jaxrs-application/pom.xml +++ b/sample-app-no-jaxrs-application/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 1.8 - 4.6.1.Final + 4.6.2.Final 2.5.1 diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 728f1f8..249ab72 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -15,7 +15,7 @@ 1.8 1.8 1.8 - 4.6.1.Final + 4.6.2.Final 2.5.1