Released version 1.0.1

This commit is contained in:
Mauro Mugnaini 2020-12-22 11:34:18 +01:00
parent eb0d97f8b6
commit f52fea7103
20 changed files with 74 additions and 50 deletions

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-spi-parent"
## [v1.0.1-SNAPSHOT]
Still in progress
## [v1.0.1]
user put in disable status and avatar deleted at user delete request, params returned correctly adding avatar
## [v1.0.0]
Added delete-account sub-module and prepared for the release in pre-prod

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-importer"
## [v1.0.1]
Changes in other sub-components
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>avatar-importer</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-realm-resource"
## [v1.0.1]
Params returned correctly adding avatar
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>avatar-realm-resource</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-storage"
## [v1.0.1]
Changes in other sub-components
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<scm>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "delete-account"
## [v1.0.1]
User put in disable status and avatar deleted at user delete request
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>delete-account</artifactId>

View File

@ -63,8 +63,8 @@ public class DeleteAccountResource {
logger.debug("Setting user as not enabled in realm");
user.setEnabled(false);
logger.debug("Committing the transaction on transaction manager");
if (session.getTransactionManager().isActive()) {
logger.debug("Committing the transaction on transaction manager");
session.getTransactionManager().commit();
}
} catch (Exception e) {

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "event-listener-provider"
## [v1.0.1]
Only interesting events are published
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>event-listener-provider</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "identity-provider-mapper"
## [v1.0.1]
changes in other sub-components
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>identity-provider-mapper</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-bundle"
## [v1.0.1]
changes in sub-components
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>keycloak-d4science-bundle</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>keycloak-d4science-theme</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-extension-spi"
## [v1.0.1]
changes in other sub-components
## [v1.0.0]
Prepared for the release in pre-prod

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>ldap-storage-mapper</artifactId>

View File

@ -12,7 +12,7 @@
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<modules>