Transparently handle migration from number to java.util.Duration
See gh-11794pull/11825/merge
parent
d7c20be3e7
commit
43e5e83d9c
@ -0,0 +1,40 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"name": "test.cache",
|
||||
"type": "java.time.Duration"
|
||||
},
|
||||
{
|
||||
"name": "test.time-to-live",
|
||||
"type": "java.time.Duration"
|
||||
},
|
||||
{
|
||||
"name": "test.mapped",
|
||||
"type": "java.util.Map<java.lang.String, java.time.Duration>"
|
||||
},
|
||||
{
|
||||
"name": "test.cache-seconds",
|
||||
"type": "java.lang.Integer",
|
||||
"deprecation": {
|
||||
"replacement": "test.cache",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "test.time-to-live-ms",
|
||||
"type": "java.lang.Long",
|
||||
"deprecation": {
|
||||
"replacement": "test.time-to-live",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "test.ttl",
|
||||
"type": "java.lang.Long",
|
||||
"deprecation": {
|
||||
"replacement": "test.mapped.ttl",
|
||||
"level": "error"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue