your problem with loading XSD files is probably this issue
https://github.com/liquibase/liquibase/issues/2817.  I solved it
temporary with set liquibase.secureParsing to false.

Jakub

On Tue, Jun 7, 2022 at 9:14 PM Steinar Bang <s...@dod.no> wrote:
>
> >>>>> Steinar Bang <s...@dod.no>:
> >>>>> Jean-Baptiste Onofré <j...@nanthrax.net>:
>
> >> Depending of the Karaf version, you can use either spifly or loader
> >> directly.
>
> > I'm targeting karaf-4.4.0.  Which one should I use there?
>
> Probably spifly...?
>
> "feature:install spifly" works, while "feature:install loader" finds
> nothing to install.
>
> But I get the following error in karaf.log on "feature:install spifly":
>  2022-06-07T21:06:04,050 | ERROR | FelixDispatchQueue | Framework             
>            | 52 - org.apache.aries.spifly.dynamic.bundle - 1.3.4 | 
> FrameworkEvent ERROR
>  java.lang.RuntimeException: No Common Superclass:javax/crypto/SecretKey 
> javax/crypto/SecretKeyFactory
>
> Is this significant?
>
> It does seem to help with the loading of liquibse 4.10.0 (which now
> fails because it can't find dbchangelog-3.5.xsd, but that should be
> fixable).
>

Reply via email to