Liquibase has a `changeLog` property that is definitely used as a
`Resource` but cannot be defined as such as the original String value
should be kept against an API we don't control.
Update the tests also to make it more clear that if hints are added
against a property that is detected automatically, said property still
keeps all its auto-discovered capabilities.
Closes gh-3457
@ -487,17 +487,17 @@ property that defines the `SQLDialect` class name to use:
@@ -487,17 +487,17 @@ property that defines the `SQLDialect` class name to use:
@ -366,6 +366,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@@ -366,6 +366,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@ -376,6 +381,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@@ -376,6 +381,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@ -388,6 +398,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {
@@ -388,6 +398,11 @@ public class ConfigurationMetadataAnnotationProcessorTests {