Update to springboot 2.1.0 35/78235/2
authorJerry Flood <jflood@att.com>
Mon, 11 Feb 2019 16:26:23 +0000 (11:26 -0500)
committerJerry Flood <jflood@att.com>
Wed, 20 Feb 2019 19:06:06 +0000 (14:06 -0500)
Issue-ID: OPTFRA-397
Change-Id: I62f861e09b18514795e1a51967a2797ded40b089
Signed-off-by: Jerry Flood <jflood@att.com>
cmso-database/pom.xml
cmso-service/pom.xml
cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java
cmso-service/src/main/resources/application.properties

index 33fc812..6eec9a5 100644 (file)
@@ -58,7 +58,7 @@
 \r
                <java.version>1.8</java.version>\r
         <spring.version>5.0.10.RELEASE</spring.version>\r
-               <spring.boot.version>2.0.6.RELEASE</spring.boot.version>\r
+               <spring.boot.version>2.1.0.RELEASE</spring.boot.version>\r
 \r
                <maven.compiler.target>1.8</maven.compiler.target>\r
                <maven.compiler.source>1.8</maven.compiler.source>\r
index ff72c1c..42ec87e 100644 (file)
@@ -63,7 +63,7 @@
                <eelf.version>1.0.0</eelf.version>\r
                <pact.version>3.3.9</pact.version>\r
         <spring.version>5.0.10.RELEASE</spring.version>\r
-               <spring.boot.version>2.0.6.RELEASE</spring.boot.version>\r
+               <spring.boot.version>2.1.0.RELEASE</spring.boot.version>\r
                <springfox.swagger2.version>2.9.2</springfox.swagger2.version>\r
 \r
                <maven.compiler.target>1.8</maven.compiler.target>\r
index 8d9cb60..9b10d51 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * Copyright © 2017-2018 AT&T Intellectual Property.\r
- * Modifications Copyright © 2018 IBM.\r
+ * Copyright © 2017-2019 AT&T Intellectual Property.\r
+ * Modifications Copyright Â© 2018 IBM.\r
  * \r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 25c5b10..fb3ee01 100644 (file)
@@ -37,6 +37,7 @@ info.build.version=@project.version@
 spring.jersey.type=filter\r
 spring.mvc.urls=swagger,docs,prometheus\r
 server.servlet.context-path=/cmso\r
+spring.main.allow-bean-definition-overriding=true\r
 \r
 #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma\r
 #tomcat.connector.attributes=allowTrace-true\r