https://bz.apache.org/bugzilla/show_bug.cgi?id=65500

            Bug ID: 65500
           Summary: Issue with the liquibase while using 5.0.0 poi-ooxml
                    as dependency.
           Product: POI
           Version: 5.0.0-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

We are actually using quarkus framework for developing our web application.
Today we found one weird kind of issue where we get an error at liquibase
v.4.3.4 when try to add apache poi , apache poi-ooxml as dependency v.5.0.0 but
if i try to use the older once 4.x.x it works without any issue. 

The issue looks like this:

```
liquibase.exception.UnknownChangelogFormatException: Cannot find parser that 
 supports changelog/db.changelog-master.xml
        at
liquibase.parser.ChangeLogParserFactory.getParser(ChangeLogParserFactory.java:55)
        at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:376)
        at liquibase.Liquibase.validate(Liquibase.java:2245)
        at
io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:60)
        at
io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase763757012.deploy_0(LiquibaseProcessor$startLiquibase763757012.zig:67)
        at
io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase763757012.deploy(LiquibaseProcessor$startLiquibase763757012.zig:40)
        at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:837)
        at io.quarkus.runtime.Application.start(Application.java:90)
        at
io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:100)
        at io.quarkus.runtime.Quarkus.run(Quarkus.java:66)
        at io.quarkus.runtime.Quarkus.run(Quarkus.java:42)
        at com.bigbigtutor.Runner.main(Runner.java:10)
        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at
io.quarkus.bootstrap.runner.QuarkusEntryPoint.doRun(QuarkusEntryPoint.java:48)
        at
io.quarkus.bootstrap.runner.QuarkusEntryPoint.main(QuarkusEntryPoint.java:25)

```

I am not sure if i should report this bug to liquibase or apache or quarkus

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to