Skip to content

Commit 858e47b

Browse files
committed
Replaces deprecated camel.springboot.name property
1 parent a0719c3 commit 858e47b

File tree

43 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+46
-46
lines changed

actuator-http-metrics/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ management.endpoint.shutdown.enabled=true
2929
# expose actuator endpoint via HTTP
3030
management.endpoints.web.exposure.include=mappings,metrics,shutdown
3131

32-
camel.springboot.name = MyCamel
32+
camel.main.name = MyCamel
3333

3434
# properties used in the route
3535
metricsPeriod = 2s

aot-basic/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ logging.level.org.apache.camel.health = DEBUG
2121
logging.level.org.apache.camel.impl.health = DEBUG
2222
logging.level.sample.camel = DEBUG
2323

24-
camel.springboot.name = MyCamelNative
24+
camel.main.name = MyCamelNative
2525

2626
camel.springboot.main-run-controller: true
2727

arangodb/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## See the License for the specific language governing permissions and
1515
## limitations under the License.
1616
## ---------------------------------------------------------------------------
17-
camel.springboot.name=ArangoDB
17+
camel.main.name=ArangoDB
1818
camel.springboot.main-run-controller=true
1919
camel.component.arangodb.documentCollection=foo
2020
camel.component.arangodb.user=root

endpointdsl/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## ---------------------------------------------------------------------------
1717

1818
# the name of Camel
19-
camel.springboot.name = MyCamel
19+
camel.main.name = MyCamel
2020

2121
# what to say
2222
greeting = Hello World

fhir-auth-tx/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fhirVersion=DSTU3
2424
input=target/work/fhir/input
2525

2626
# the name of Camel
27-
camel.springboot.name = MyCamel
27+
camel.main.name = MyCamel
2828

2929
server.port=0
3030

fhir/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fhirVersion=R4
2222
input=target/work/fhir/input
2323

2424
# the name of Camel
25-
camel.springboot.name = MyCamel
25+
camel.main.name = MyCamel
2626

2727
# to automatic shutdown the JVM after a period of time
2828
#camel.springboot.duration-max-seconds=60

health-checks/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ management.health.readinessState.enabled=true
3333
# show verbose health details (/actuator/health) so you can see Camel information also
3434
management.endpoint.health.show-details=always
3535

36-
camel.springboot.name = MyCamel
36+
camel.main.name = MyCamel
3737

3838
# enable JMX which allows to also control health check
3939
camel.springboot.jmx-enabled = true

http-ssl/ssl-camel-server/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
camel.springboot.name=ssl-camel-server
18+
camel.main.name=ssl-camel-server
1919
camel.component.undertow.ssl-context-parameters=#serverConfig
2020
camel.component.undertow.use-global-ssl-context-parameters=true
2121
keystore-password=pass123

http-ssl/ssl-client/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
spring.profiles.active = ${sbProfile}
19-
camel.springboot.name=ssl-client
19+
camel.main.name=ssl-client
2020
camel.component.http.use-global-ssl-context-parameters=true
2121
management.endpoint.camelroutes.enabled=true
2222
management.endpoint.camelroutes.read-only=true

http-ssl/ssl-server/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
spring.profiles.active = ${sbProfile}
19-
camel.springboot.name=ssl-server
19+
camel.main.name=ssl-server
2020
management.endpoint.camelroutes.enabled=true
2121
management.endpoint.camelroutes.read-only=true
2222
management.endpoint.health.enabled=true

0 commit comments

Comments
 (0)