Henning Gerhardt

Results 28 issues of Henning Gerhardt

**preface:** The following issue may only occur if you indexing a few ten thousand to million entries and / or adjust the elastic search configuration entries in `kitodo_config.properties` not correct...

bug

This PR includes: - Updating / Upgrading from commons-configuration to commons-configuration2 - Adding new test class for OPACConfig class - Replacing used exception class from dependency on throwing it with...

As requested in https://github.com/kitodo/kitodo-production/pull/6015#issuecomment-2045260027: Backport of PR 6015 to the 3.6.x branch.

After running the unit tests (f.e. mvn clean verify) the file `Kitodo/src/test/resources/scripts/script_createDirMeta.sh` was marked as modified in GIT repository. The only unit test which is using this file is the...

Relocate some XML based dependencies as needed for switch to Java 17 and Jakarta support without changing existing code.

There was two places where random strings are created in two different ways. Instead of a self written solution on one place and a library usage this change move the...

According to CodeQL the Course class is missing a `clone` method to extend the `ArrayList` base class complete.

The following null pointer exception get logged in catalina.out: ``` Caused by: java.lang.NullPointerException at org.kitodo.data.database.beans.User.(User.java:131) at org.kitodo.production.services.data.UserService.getCurrentUser(UserService.java:215) at org.kitodo.production.controller.SessionClientController.getAvailableClientsOfCurrentUser(SessionClientController.java:148) at org.kitodo.production.controller.SessionClientController.userHasOnlyOneClient(SessionClientController.java:61) at org.kitodo.production.controller.SessionClientController.getCurrentSessionClientName(SessionClientController.java:47) at jdk.internal.reflect.GeneratedMethodAccessor445.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566...

bug

**Is your feature request related to a problem? Please describe.** While the duration of a process (create date until current day) is already available as a column in the process...

feature

**Is your feature request related to a problem? Please describe.** Currently (January 2024) is assumpted that a search response is every time correct in the format of the used search...

feature
import