|
388 | 388 | "type": "java.lang.Boolean",
|
389 | 389 | "description": "Enable the connection status view for supported providers.",
|
390 | 390 | "defaultValue": false
|
| 391 | + }, |
| 392 | + { |
| 393 | + "name" : "flyway.baseline-description", |
| 394 | + "type" : "java.lang.String", |
| 395 | + "deprecation" : { |
| 396 | + "replacement" : "spring.flyway.baseline-description", |
| 397 | + "level" : "error" |
| 398 | + } |
| 399 | + }, { |
| 400 | + "name" : "flyway.baseline-on-migrate", |
| 401 | + "type" : "java.lang.Boolean", |
| 402 | + "deprecation" : { |
| 403 | + "replacement" : "spring.flyway.baseline-on-migrate", |
| 404 | + "level" : "error" |
| 405 | + } |
| 406 | + }, |
| 407 | + { |
| 408 | + "name": "flyway.baseline-version", |
| 409 | + "type": "org.flywaydb.core.api.MigrationVersion", |
| 410 | + "deprecation": { |
| 411 | + "replacement": "spring.flyway.baseline-version", |
| 412 | + "level": "error" |
| 413 | + } |
| 414 | + }, |
| 415 | + { |
| 416 | + "name": "flyway.check-location", |
| 417 | + "type": "java.lang.Boolean", |
| 418 | + "description": "Check that migration scripts location exists.", |
| 419 | + "defaultValue": false, |
| 420 | + "deprecation": { |
| 421 | + "replacement": "spring.flyway.check-location", |
| 422 | + "level": "error" |
| 423 | + } |
| 424 | + }, |
| 425 | + { |
| 426 | + "name": "flyway.clean-on-validation-error", |
| 427 | + "type": "java.lang.Boolean", |
| 428 | + "deprecation": { |
| 429 | + "replacement": "spring.flyway.clean-on-validation-error", |
| 430 | + "level": "error" |
| 431 | + } |
| 432 | + }, |
| 433 | + { |
| 434 | + "name": "flyway.enabled", |
| 435 | + "type": "java.lang.Boolean", |
| 436 | + "description": "Enable flyway.", |
| 437 | + "defaultValue": true, |
| 438 | + "deprecation": { |
| 439 | + "replacement": "spring.flyway.enabled", |
| 440 | + "level": "error" |
| 441 | + } |
| 442 | + }, |
| 443 | + { |
| 444 | + "name": "flyway.encoding", |
| 445 | + "type": "java.lang.String", |
| 446 | + "deprecation": { |
| 447 | + "replacement": "spring.flyway.encoding", |
| 448 | + "level": "error" |
| 449 | + } |
| 450 | + }, |
| 451 | + { |
| 452 | + "name": "flyway.ignore-failed-future-migration", |
| 453 | + "type": "java.lang.Boolean", |
| 454 | + "deprecation": { |
| 455 | + "replacement": "spring.flyway.ignore-failed-future-migration", |
| 456 | + "level": "error" |
| 457 | + } |
| 458 | + }, |
| 459 | + { |
| 460 | + "name": "flyway.init-description", |
| 461 | + "type": "java.lang.String", |
| 462 | + "deprecation": { |
| 463 | + "level": "error" |
| 464 | + } |
| 465 | + }, |
| 466 | + { |
| 467 | + "name": "flyway.init-on-migrate", |
| 468 | + "type": "java.lang.Boolean", |
| 469 | + "deprecation": { |
| 470 | + "level": "error" |
| 471 | + } |
| 472 | + }, |
| 473 | + { |
| 474 | + "name": "flyway.init-sqls", |
| 475 | + "type": "java.util.List<java.lang.String>", |
| 476 | + "description": "SQL statements to execute to initialize a connection immediately after obtaining\n it.", |
| 477 | + "deprecation": { |
| 478 | + "replacement": "spring.flyway.init-sqls", |
| 479 | + "level": "error" |
| 480 | + } |
| 481 | + }, |
| 482 | + { |
| 483 | + "name": "flyway.init-version", |
| 484 | + "type": "org.flywaydb.core.api.MigrationVersion", |
| 485 | + "deprecation": { |
| 486 | + "level": "error" |
| 487 | + } |
| 488 | + }, |
| 489 | + { |
| 490 | + "name": "flyway.locations", |
| 491 | + "type": "java.util.List<java.lang.String>", |
| 492 | + "description": "Locations of migrations scripts. Can contain the special \"{vendor}\" placeholder to\n use vendor-specific locations.", |
| 493 | + "deprecation": { |
| 494 | + "replacement": "spring.flyway.locations", |
| 495 | + "level": "error" |
| 496 | + } |
| 497 | + }, |
| 498 | + { |
| 499 | + "name": "flyway.out-of-order", |
| 500 | + "type": "java.lang.Boolean", |
| 501 | + "deprecation": { |
| 502 | + "replacement": "spring.flyway.out-of-order", |
| 503 | + "level": "error" |
| 504 | + } |
| 505 | + }, |
| 506 | + { |
| 507 | + "name": "flyway.password", |
| 508 | + "type": "java.lang.String", |
| 509 | + "description": "Login password of the database to migrate.", |
| 510 | + "deprecation": { |
| 511 | + "replacement": "spring.flyway.password", |
| 512 | + "level": "error" |
| 513 | + } |
| 514 | + }, |
| 515 | + { |
| 516 | + "name": "flyway.placeholder-prefix", |
| 517 | + "type": "java.lang.String", |
| 518 | + "deprecation": { |
| 519 | + "replacement": "spring.flyway.placeholder-prefix", |
| 520 | + "level": "error" |
| 521 | + } |
| 522 | + }, |
| 523 | + { |
| 524 | + "name": "flyway.placeholder-replacement", |
| 525 | + "type": "java.lang.Boolean", |
| 526 | + "deprecation": { |
| 527 | + "replacement": "spring.flyway.placeholder-replacement", |
| 528 | + "level": "error" |
| 529 | + } |
| 530 | + }, |
| 531 | + { |
| 532 | + "name": "flyway.placeholder-suffix", |
| 533 | + "type": "java.lang.String", |
| 534 | + "deprecation": { |
| 535 | + "replacement": "spring.flyway.placeholder-suffix", |
| 536 | + "level": "error" |
| 537 | + } |
| 538 | + }, |
| 539 | + { |
| 540 | + "name": "flyway.placeholders", |
| 541 | + "type": "java.util.Map<java.lang.String,java.lang.String>", |
| 542 | + "deprecation": { |
| 543 | + "replacement": "spring.flyway.placeholders", |
| 544 | + "level": "error" |
| 545 | + } |
| 546 | + }, |
| 547 | + { |
| 548 | + "name": "flyway.schemas", |
| 549 | + "type": "java.lang.String[]", |
| 550 | + "deprecation": { |
| 551 | + "replacement": "spring.flyway.schemas", |
| 552 | + "level": "error" |
| 553 | + } |
| 554 | + }, |
| 555 | + { |
| 556 | + "name": "flyway.sql-migration-prefix", |
| 557 | + "type": "java.lang.String", |
| 558 | + "deprecation": { |
| 559 | + "replacement": "spring.flyway.sql-migration-prefix", |
| 560 | + "level": "error" |
| 561 | + } |
| 562 | + }, |
| 563 | + { |
| 564 | + "name": "flyway.sql-migration-separator", |
| 565 | + "type": "java.lang.String", |
| 566 | + "deprecation": { |
| 567 | + "replacement": "spring.flyway.sql-migration-separator", |
| 568 | + "level": "error" |
| 569 | + } |
| 570 | + }, |
| 571 | + { |
| 572 | + "name": "flyway.sql-migration-suffix", |
| 573 | + "type": "java.lang.String", |
| 574 | + "deprecation": { |
| 575 | + "replacement": "spring.flyway.sql-migration-suffix", |
| 576 | + "level": "error" |
| 577 | + } |
| 578 | + }, |
| 579 | + { |
| 580 | + "name": "flyway.table", |
| 581 | + "type": "java.lang.String", |
| 582 | + "deprecation": { |
| 583 | + "replacement": "spring.flyway.table", |
| 584 | + "level": "error" |
| 585 | + } |
| 586 | + }, |
| 587 | + { |
| 588 | + "name": "flyway.target", |
| 589 | + "type": "org.flywaydb.core.api.MigrationVersion", |
| 590 | + "deprecation": { |
| 591 | + "replacement": "spring.flyway.target", |
| 592 | + "level": "error" |
| 593 | + } |
| 594 | + }, |
| 595 | + { |
| 596 | + "name": "flyway.url", |
| 597 | + "type": "java.lang.String", |
| 598 | + "description": "JDBC url of the database to migrate. If not set, the primary configured data source\n is used.", |
| 599 | + "deprecation": { |
| 600 | + "replacement": "spring.flyway.url", |
| 601 | + "level": "error" |
| 602 | + } |
| 603 | + }, |
| 604 | + { |
| 605 | + "name": "flyway.user", |
| 606 | + "type": "java.lang.String", |
| 607 | + "description": "Login user of the database to migrate.", |
| 608 | + "deprecation": { |
| 609 | + "replacement": "spring.flyway.user", |
| 610 | + "level": "error" |
| 611 | + } |
| 612 | + }, |
| 613 | + { |
| 614 | + "name": "flyway.validate-on-migrate", |
| 615 | + "type": "java.lang.Boolean", |
| 616 | + "deprecation": { |
| 617 | + "replacement": "spring.flyway.validate-on-migrate", |
| 618 | + "level": "error" |
| 619 | + } |
391 | 620 | }
|
392 | 621 | ],"hints": [
|
393 | 622 | {
|
|
0 commit comments