Change Log Report

Total number of changed sets: 1

Changes between 2022-07-29 and 2022-12-09

Total commits: 14
Total number of files changed: 12

Timestamp Author Details
2022-11-15 18:37:26 Torsten Krause <krause.torsten@ub.uni-kiel.de> mycore-user2/src/main/resources/xsl/user-xeditor-templates.xsl v c1cd8d61e51417fa6ac01d8ed55cf4cfd72b1c5e

MCR-2791 allow for global validation message display in mcruser-templates
2022-10-26 12:54:47 Robert Stephan <rsteph-de@users.noreply.github.com> mycore-user2/pom.xml v c96afa540a0cb3c3d390c28d259840095b8da302
mycore-user2/src/main/java/org/mycore/user2/MCRUserManager.java v c96afa540a0cb3c3d390c28d259840095b8da302

MCR-2782 replace apache commons-lang with commons-lang3 (#1728)
2022-10-26 11:52:20 Thomas Scheffler <github@yagee.de> mycore-user2/pom.xml v cdb90193669aff65aa998b35efa8f3cd2f00d513

fixed formatting of pom.xml
2022-10-26 11:22:50 Robert Stephan <rsteph-de@users.noreply.github.com> mycore-user2/src/main/java/org/mycore/user2/MCRUserManager.java v 66116ed2a447fb81567645533a9f532b7d795907

MCR-2768 use enums in MCREvent (#1713)

* MCR-2768 use enum for event and object types in MCREvent
2022-10-13 12:56:52 Robert Stephan <rsteph-de@users.noreply.github.com> mycore-user2/pom.xml v f9610a8b95726e9db04f8f5e363893f0ae274640

MCR-2752 create mycore-bom Maven module and add <dependencyManagement> (#1690)

* MCR-2752 create mycore-bom Maven module and add <dependencyManagement>
* MCR-2752 sort pom.xml
The xml element <build> should be placed before <dependencyManagement>
The file /home/runner/work/mycore/mycore/mycore-base/pom.xml is not
sorted
* MCR-2752 cleanup/format XML / add license header
* MCR-2752 add LICENSE.txt
* add missing licenseinfo
2022-10-12 09:31:04 Tobias Lenhardt <tobias.lenhardt@uni-leipzig.de> mycore-user2/src/main/java/org/mycore/user2/MCRUserManager.java v decd1aa9ac6734195ed48092326743472019b51b

MCR-2724 OCFL Users (#1675)

* MCR-2724 OCFL Users

Signed-off-by: Tobias Lenhardt <tobias.lenhardt@uni-leipzig.de>

* MCR-2724 OCFL Users
- added new constructor for manager for default repository
- update commands and event handler to use the new constructor
- added comment why event gets ignored in certain situations
- use OffsetDateTime instead of Data
- use JDOMContent instead of JAXBContent
- made emails be mailto:... URIs
- fix redundant code

Signed-off-by: Tobias Lenhardt <tobias.lenhardt@uni-leipzig.de>

* MCR-2724 OCFL Users
- revert extract to variable
- change command syntax and description

Signed-off-by: Tobias <tobias.lenhardt@uni-leipzig.de>

* MCR-2724 OCFL Users
- add restore without version

Signed-off-by: Tobias <tobias.lenhardt@uni-leipzig.de>

* MCR-2724 OCFL Users
- add javadoc to retrieveContent

Signed-off-by: Tobias <tobias.lenhardt@uni-leipzig.de>
2022-10-12 09:18:55 Possommi <Possommi@users.noreply.github.com> mycore-user2/src/main/resources/components/user2/config/messages_en.properties v 3423d41e29de9cae757fd06320a1826a77f935db

MCR-2748 Added null check (#1687)

* MCR-2748 Added null check
* MCR-2748 Throw NullPointerException as requested by @rsteph-de
* MCR-2748 Do not throw NPE at all since it is bad practice. Just let the NPE bubble up
* MCR-2748 Fixed typo in messages_en.properties (User name => Username)
2022-10-06 17:39:51 Robert Stephan <rsteph-de@users.noreply.github.com> mycore-user2/src/main/java/org/mycore/user2/MCRRoleManager.java v b6b9fc399a79f13394bf068ef54693705e587cce

MCR-2747 stable sorting for category labels (#1686)

* MCR-2747 stable sorting for category labels
* MCR-2747 add JPA Annotation @NaturalSort to labels
* MCR-2747 use sorted set for category labels in MCRRoleManager
* MCR-2747 update class-editor for sorted category labels
* MCR-2747 use SortedSet instead of Set in MCRLabelSetTypeAdapter
2022-09-26 13:29:59 Sebastian Hofmann <sebastian.hofmann@gbv.de> mycore-user2/pom.xml v b69f8a7087f908d43e87260013c6bbeeb1cb2a15

[maven-release-plugin] prepare for next development iteration
2022-09-26 13:29:59 Sebastian Hofmann <sebastian.hofmann@gbv.de> mycore-user2/pom.xml v c43134292f5b62f4a85a4fed27dfd531aea30ffe

[maven-release-plugin] prepare release v2022.06.0
2022-09-26 13:16:33 Sebastian Hofmann <7668803+sebhofmann@users.noreply.github.com> mycore-user2/src/main/java/org/mycore/user2/MCRRoleServlet.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/main/java/org/mycore/user2/MCRUser.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/main/java/org/mycore/user2/MCRUserManager.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/main/java/org/mycore/user2/login/MCRLoginServlet.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/main/java/org/mycore/user2/login/MCRShibbolethUserInformation.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/test/java/org/mycore/user2/MCRUserManagerTest.java v 74d314ffd081d09e0a78f182ba4b6c721884d903
mycore-user2/src/test/java/org/mycore/user2/utils/MCRUserTransformerTest.java v 74d314ffd081d09e0a78f182ba4b6c721884d903

Release preparation (#1680)

* update swagger version to 2.2.2

* update jackson version to 2.13.4

* update gson version to 2.9.1

* update cron utils to 9.2.0

* update html2pdf to 4.0.3

* update itext version to 7.2.3

* update log4j version to 2.19.0

* update pdfbox version to 2.0.26

* update solrj to 8.11.2

* update citationstyles to 22.7

* update jersy version to 3.0.8

* update junit version to 5.9.0

* update zxing:core to 3.5.0

* update persistence-api to 3.1.0

* update jakarta.ws.rs-api to 3.1.0

* update jwt version to 3.19.2

* update spotbugs-annotations to 4.7.2

* fixed copyrights

* reformat code
2022-08-09 16:29:46 Robert Stephan <robert.stephan@uni-rostock.de> mycore-user2/src/main/resources/META-INF/web-fragment.xml v a5d6d7f131f07119cb97896ebaccf996feedeefa

MCR-2716 update web-fragment.xml to Servlet 5.0 Spec
2022-07-29 09:31:20 Thomas Scheffler <github@yagee.de> mycore-user2/pom.xml v afc6e848ae568edc4ddff01d6b6181cf228bbd7d

[maven-release-plugin] prepare for next development iteration
2022-07-29 09:31:19 Thomas Scheffler <github@yagee.de> mycore-user2/pom.xml v 2b8ef347313ce273c65de60e5471e40212150551

[maven-release-plugin] prepare release v2022.05