Skip to content

Commit

Permalink
Document context refresh not supported for AOT and native.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Sep 28, 2023
1 parent 5c6b7ba commit 0109812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/spring-cloud-commons.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0109812

Please sign in to comment.