[
https://issues.apache.org/jira/browse/CAMEL-12383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462272#comment-16462272
]
ASF GitHub Bot commented on CAMEL-12383:
----------------------------------------
onderson commented on a change in pull request #2315: CAMEL-12383 - changes
regarding SB 2.0 upgrade
URL: https://github.com/apache/camel/pull/2315#discussion_r185761264
##########
File path:
archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.properties
##########
@@ -35,7 +35,7 @@ timer.period = 2000
management.endpoints.web.exposure.include=info,health,camelroutes
# all access to actuator endpoints without security
-management.security.enabled = false
+#management.security.enabled = false #is no longer customizable with SB 2.0
Review comment:
considering support of former versions i just kept them commented. but i
guess by 2.22.x we will drop and not dually support SB 1.X. so you are right. i
will remove them.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Spring Boot 2 - Migrate application.properties to new names
> -----------------------------------------------------------
>
> Key: CAMEL-12383
> URL: https://issues.apache.org/jira/browse/CAMEL-12383
> Project: Camel
> Issue Type: Sub-task
> Reporter: Claus Ibsen
> Assignee: Bennet Schulz
> Priority: Major
> Fix For: 2.22.0
>
>
> Some of the properties in the application.properties | yaml file has new
> names. We should migrate to use the newer names.
> https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)