Skip to content

Update existing library: org.liquibase:liquibase-core:5.0.1 #909

@Traubenfuchs

Description

@Traubenfuchs

Full Maven coordinates

org.liquibase:liquibase-core:5.0.1

Additional context and logs

had to add:

{
  "type": "liquibase.change.core.SQLFileChange",
  "methods": [
    {
      "name": "setPath",
      "parameterTypes": [
        "java.lang.String"
      ]
    }
  ]
}

hints.reflection().registerType(
    SQLFileChange::class.java,
    MemberCategory.INVOKE_PUBLIC_METHODS,
    MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS
)

to spring boot 4

GraalVM version

25.0.1

Operating system

Linux

CPU architecture

AARCH64 (ARM64)

Metadata

Metadata

Assignees

Labels

library-update-requestThe current metadata for a library does not work for the user.priorityThis is a priority issue

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions