Browse Source

Document context refresh not supported for AOT and native.

4.0.x
Olga MaciaszekSharma 12 months ago
parent
commit
01098128f1
  1. 2
      docs/src/main/asciidoc/spring-cloud-commons.adoc

2
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -229,6 +229,8 @@ The configuration property must be present in order to update the value after a @@ -229,6 +229,8 @@ The configuration property must be present in order to update the value after a
a value in your application you might want to switch your logic to rely on its absence instead. Another option would be to rely
on the value changing rather than not being present in the application's configuration.
WARNING: Context Refresh is not supported for Spring AOT transformations and native images. For AOT and native images, `spring.cloud.refresh.enabled` needs to be set to `false`.
=== Encryption and Decryption
Spring Cloud has an `Environment` pre-processor for decrypting property values locally.

Loading…
Cancel
Save