From b4504cd118575b63b634d70bf0bad020dc4ddc24 Mon Sep 17 00:00:00 2001 From: Peter Balcirak Date: Tue, 27 Jul 2021 13:17:21 +0200 Subject: [PATCH] Release 3.28.0 - New method getGroupRichMembersByIds, which can retrieve group members by ids. - Search methods fo members/users now support uuid. - Optimalized methods getMembersPage, findUsers a findMembers. - Removed method for preferred mail changed which used i/m parameters. - Module urn_perun_group_attribute_def_def_adGroupname now support dash in value. - Methods remove group from resource now support also inactive assignments. - Object assignedResource now contains also assigned tags. - Einfra and MU password modules now generate shorter password without some characters, which were confusing for users. - Methods like assignGroupsToResources now support assignment in async mode. - Created component for group-resource assignment revalidation. - Support for notification tags which support attributes from submitted application. - Support for prefiling attributes from submitted VO application to a new Group application. --- perun-auditlogger/pom.xml | 2 +- perun-auditparser/pom.xml | 2 +- perun-base/pom.xml | 2 +- perun-cabinet/pom.xml | 2 +- perun-cli-java/pom.xml | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index 3bac6df682..f1c5fcc693 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 97ac163e0c..bc57272aa2 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 5db16937d2..a3452188f7 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 73b0f9330d..9041caa0a7 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 46f0449e0c..2052cea08a 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index e61dc4474e..afcc77c332 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index b6a54b5a7a..3ade352101 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 7ffee0b275..46723fd661 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 1f01fe93dc..9d8ac23ff5 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index fdd6bd2a0a..8f30eebb8f 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index 321f5ada24..283f4552f1 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 3a0fd93bc3..5bcc6c3625 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index a464510bcd..556342a7a8 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 556db990f4..311907c5d2 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index baf87ee956..e5fff556a4 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.28.0-SNAPSHOT + 3.28.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index c63162b87b..0238636076 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.28.0-SNAPSHOT + 3.28.0 pom