Skip to content

Commit c3adb5a

Browse files
committed
Release 3.5.0
CORE - We now use HikariCP instead of ApacheDBCP for DB connection management. - Fixed switching expired state for group expirations. - Implemented logic for group membership expiration notifications. - Added new perun-ldapc-ada module which will be used instead of current LDAPc in the future. - Fixed wrong using of namespace in defaultUnixGID attribute module. - Registrar now have configurable SMTP connection for sending notifications just like the core notification module. - Support multi-lang links in password reset notification. - Pass login-namespace in password reset notification links. - Ported changes for user:virt:eduPersonScopedAffiliations, now it takes affiliations also from group:def:groupAffiliations. - Removed support for user:virt:elixirBonaFideStatus, was replaced by new attribute user:def:elixirBonaFideStatus. - Auditer log messages are now stored and read as JSON and perun-engine component use instantiated classes to distinguish interesting messages. We will remove old DB table with custom serialized objects in future releases. - Reading data from DB based on large list of IDs was reworked to use SQL array instead of constructing long SQL with ids. This give us time-consistent performance on each such select. This change requires DB schema to be updated to version 3.1.52 - Membership expiration calculation logic now uses Java 8 Date API. GUI - Use locally sourced jQuery in administrative GUI instead of their CDN. - Added treshold for keepAlive checker in administartive GUI to prevent showing annoying pup-up on unreliable connections. - You can now store "reason" why member in VO was suspended. - Support to set new SELF_VO and SELF_PUBLIC rights on attribtues. - Password reset gui supports better theming and checks per login-namespace. API - Added new API method getMemberRichGroupsWithAttributesByNames(). - Support for paging in getAllRichGroupsWithAttributesByNames(). - Added utils method to API get Peruns current time (utils/getPerunSystemTimeInMillis). - Allow force deletion of Facility. OTHER - Lifescience hostel logic moved from login module to registrar module. - Fix usage of MemberGroupAttributeRowMapper in getRequiredAttributes(). - Ommit auditing messages about deleted attributes, if none was really deleted. - We removed default loggin from PerunException. Each exception must be now explicitly logged in the code. As fallback specific logger was created, so we can still get logs the old way. This will be removed in future versions. - Methods to generate provisioning data are now in serializable transaction isolation to make sure generated data are consistent. - Added CLI tools to switch Users between normal, service and sponsored state.
1 parent 9f4f950 commit c3adb5a

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

perun-auditer-exporter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-auditparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cabinet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-ldapc-ada/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-ldapc-initializer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.metacentrum</groupId>
77
<artifactId>perun</artifactId>
8-
<version>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0</version>
99
</parent>
1010

1111
<groupId>cz.metacentrum.perun</groupId>

perun-ldapc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

0 commit comments

Comments
 (0)