This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d9c0f372c Explicit configuration to override static resources for 
Console and Enduser under classpath:/syncope/static as WA already does
9d9c0f372c is described below

commit 9d9c0f372c6839cfceaeac77e7903b42c6fab402
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Feb 16 09:34:50 2023 +0100

    Explicit configuration to override static resources for Console and Enduser 
under classpath:/syncope/static as WA already does
---
 client/idrepo/console/src/main/resources/console.properties | 2 ++
 client/idrepo/enduser/src/main/resources/enduser.properties | 2 ++
 pom.xml                                                     | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/client/idrepo/console/src/main/resources/console.properties 
b/client/idrepo/console/src/main/resources/console.properties
index 173d5e5aa4..2a2aec34fd 100644
--- a/client/idrepo/console/src/main/resources/console.properties
+++ b/client/idrepo/console/src/main/resources/console.properties
@@ -25,6 +25,8 @@ server.servlet.encoding.force=true
 
 server.servlet.contextPath=/syncope-console
 
+spring.web.resources.static-locations=classpath:/syncope/static,classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
+
 management.endpoints.web.exposure.include=info,health,loggers
 management.endpoint.health.show-details=ALWAYS
 management.endpoint.env.show-values=WHEN_AUTHORIZED
diff --git a/client/idrepo/enduser/src/main/resources/enduser.properties 
b/client/idrepo/enduser/src/main/resources/enduser.properties
index c7296757c3..d42a7e93b0 100644
--- a/client/idrepo/enduser/src/main/resources/enduser.properties
+++ b/client/idrepo/enduser/src/main/resources/enduser.properties
@@ -25,6 +25,8 @@ server.servlet.encoding.force=true
 
 server.servlet.contextPath=/syncope-enduser
 
+spring.web.resources.static-locations=classpath:/syncope/static,classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
+
 management.endpoints.web.exposure.include=info,health,loggers
 management.endpoint.health.show-details=ALWAYS
 management.endpoint.env.show-values=WHEN_AUTHORIZED
diff --git a/pom.xml b/pom.xml
index 5f7a51ac47..f3dc8e199e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1456,7 +1456,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.1</version>
+          <version>3.5.0</version>
           <configuration>
             <source>${targetJdk}</source>
           </configuration>

Reply via email to