Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
88656b31
Commit
88656b31
authored
Aug 25, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add deprecated metadata for Liquibase
See gh-10076
parent
e5c5fe9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
112 additions
and
0 deletions
+112
-0
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+112
-0
No files found.
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
88656b31
...
...
@@ -617,6 +617,118 @@
"replacement"
:
"spring.flyway.validate-on-migrate"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.change-log"
,
"type"
:
"java.lang.String"
,
"description"
:
"Change log configuration path."
,
"defaultValue"
:
"classpath:/db/changelog/db.changelog-master.yaml"
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.change-log"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.check-change-log-location"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Check the change log location exists."
,
"defaultValue"
:
true
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.check-change-log-location"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.contexts"
,
"type"
:
"java.lang.String"
,
"description"
:
"Comma-separated list of runtime contexts to use."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.contexts"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.default-schema"
,
"type"
:
"java.lang.String"
,
"description"
:
"Default database schema."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.default-schema"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.drop-first"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Drop the database schema first."
,
"defaultValue"
:
false
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.drop-first"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.enabled"
,
"type"
:
"java.lang.Boolean"
,
"description"
:
"Enable liquibase support."
,
"defaultValue"
:
true
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.enabled"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.labels"
,
"type"
:
"java.lang.String"
,
"description"
:
"Comma-separated list of runtime labels to use."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.labels"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.parameters"
,
"type"
:
"java.util.Map<java.lang.String,java.lang.String>"
,
"description"
:
"Change log parameters."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.parameters"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.password"
,
"type"
:
"java.lang.String"
,
"description"
:
"Login password of the database to migrate."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.password"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.rollback-file"
,
"type"
:
"java.io.File"
,
"description"
:
"File to which rollback SQL will be written when an update is performed."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.rollback-file"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.url"
,
"type"
:
"java.lang.String"
,
"description"
:
"JDBC url of the database to migrate. If not set, the primary configured data source
\n
is used."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.url"
,
"level"
:
"error"
}
},
{
"name"
:
"liquibase.user"
,
"type"
:
"java.lang.String"
,
"description"
:
"Login user of the database to migrate."
,
"deprecation"
:
{
"replacement"
:
"spring.liquibase.user"
,
"level"
:
"error"
}
}
],
"hints"
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment