optional: prefix doesn't work
See original GitHub issueHi,
I tried to add optional: prefix then I got:
15:42:35.672 [restartedMain] DEBUG org.springframework.boot.diagnostics.FailureAnalyzers - FailureAnalyzer org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer@a8f041f failed
java.lang.NoClassDefFoundError: liquibase/exception/ChangeLogParseException
...
application.yml:
spring:
config:
import: "optional:consul:${spring.cloud.consul.host}:${spring.cloud.consul.port}/dev"
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Regex with optional prefix - Stack Overflow
since it doesn't backtrack. ... Run code snippet. Hide results ... Should work by just adding the dot to the first group in...
Read more >Optional chaining on prefix operators - Swift Forums
You can't do this with infix operators either; a? + b doesn't work for a: Int? and b: Int . IMO, ( ...
Read more >Aligning text in a list (with an optional prefix in the first line) - TeX
I have a list, where each item can consist of one or more paragraphs. In addition, the paragraphs can be optionally marked with...
Read more >SAP CallTransaction with Optional /n Prefix - UiPath Forum
I tried to use the option /o, to open a new session, but it doesn't work. image. Sure, this will then also become...
Read more >Custom Prefixes for Amazon S3 Objects
If you specify a prefix that doesn't contain a timestamp namespace expression, Kinesis Data Firehose appends the expression !{timestamp:yyyy/MM/dd/HH/} to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I get the following with optional
This may have been fixed with #693
Optional is a spring boot feature. It doesn’t matter if it’s consul or not