Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Liquibase 4.25.0 #70

Merged
merged 10 commits into from
Nov 28, 2023
Merged

Commits on Nov 23, 2023

  1. Upgrade to Liquibase 4.25.0

    Upgrade project to use liquibase core 4.25.0
    Add View Snapshot Generator from system table
    Update Sequence Snapshot Generator for new liquibase version
    CodyAustinDavis committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0457364 View commit details
    Browse the repository at this point in the history
  2. fix java 11

    jandroav committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f2321d2 View commit details
    Browse the repository at this point in the history
  3. fix javadoc plugin

    jandroav committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8f6770b View commit details
    Browse the repository at this point in the history
  4. fix javadoc plugin

    jandroav committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a9a0f22 View commit details
    Browse the repository at this point in the history
  5. fix javadoc plugin

    jandroav committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5d278d7 View commit details
    Browse the repository at this point in the history
  6. SET SNAPSHOT VERSION

    jandroav committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0f00ba5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a70d7f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. update groovy version

    CodyAustinDavis committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f765c52 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. chore(pom.xml): remove unused dependencies and plugins to simplify th…

    …e build configuration
    
    feat(pom.xml): update liquibase version to 4.25.0 for improved database migration capabilities
    feat(pom.xml): update maven compiler source and target versions to 11 for compatibility with Java 11
    jandroav committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d2bd8a0 View commit details
    Browse the repository at this point in the history
  2. chore(pom.xml): add maven-javadoc-plugin to generate API documentatio…

    …n for the project
    
    The maven-javadoc-plugin is added to the project's pom.xml file. This plugin is used to generate API documentation for the project. The configuration includes setting the source version to 1.8, disabling author information, setting the doctitle, enabling quiet mode, disabling doclint, setting the encoding to UTF-8, and specifying the output directory for the generated JAR file. The plugin is executed during the package phase.
    jandroav committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3f05b50 View commit details
    Browse the repository at this point in the history