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 56fb9a7  Restoring build with latest OpenJDK 17 (final classes cannot 
be spring proxies)
56fb9a7 is described below

commit 56fb9a750e01bceaaff00230233cfb9c0f05bc4a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 18 09:42:34 2021 +0200

    Restoring build with latest OpenJDK 17 (final classes cannot be spring 
proxies)
---
 .../org/apache/syncope/wa/starter/config/SyncopeWAConfiguration.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/wa/starter/src/main/java/org/apache/syncope/wa/starter/config/SyncopeWAConfiguration.java
 
b/wa/starter/src/main/java/org/apache/syncope/wa/starter/config/SyncopeWAConfiguration.java
index f39ce1f..c5173f3 100644
--- 
a/wa/starter/src/main/java/org/apache/syncope/wa/starter/config/SyncopeWAConfiguration.java
+++ 
b/wa/starter/src/main/java/org/apache/syncope/wa/starter/config/SyncopeWAConfiguration.java
@@ -102,8 +102,7 @@ public class SyncopeWAConfiguration {
     @Qualifier("serviceRegistryListeners")
     private Collection<ServiceRegistryListener> serviceRegistryListeners;
 
-    @Bean
-    public String version() {
+    private String version() {
         return ctx.getEnvironment().getProperty("version");
     }
 

Reply via email to