Skip to content

gbv/reposis_parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migration von 2022 zu 2023

Unter src/test/integration/$appname/resources/META-INF/persistence.xml

<persistence>
    ...
    <!-- neue mappings hinzufügen -->
    <mapping-file>META-INF/mycore-jobqueue-mappings.xml</mapping-file>
    <mapping-file>META-INF/mycore-viewer-mappings.xml</mapping-file>
    ...
    
    <properties>
        ...
        <!-- neue properties hinzufügen -->
        <property name="hibernate.auto_quote_keyword" value="true" />
        ...
    </properties>
</persistence>

Remove the following files from pom.xml:

<dependency>
    <groupId>com.sun.activation</groupId>
    <artifactId>jakarta.activation</artifactId>
</dependency>

Change the version in the pom.xml:

<project>
    <parent>
        <groupId>de.gbv.reposis</groupId>
        <artifactId>reposis_mir_parent</artifactId>
        <version>2023.06-SNAPSHOT</version> <!-- this -->
    </parent>

    <artifactId>reposis_$id</artifactId>
    <version>2023.06-SNAPSHOT</version> <!-- this -->
</project>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published