Releasing `v.2.0.0` with Keycloak `19.0.2` support

This commit is contained in:
Mauro Mugnaini 2022-10-24 12:19:55 +02:00
parent 74c026dbe9
commit cba83cc162
22 changed files with 35 additions and 35 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" # Changelog for "keycloak-d4science-spi-parent"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compatible with Keycloak v16 - Updated to be compiled/used with Keycloak v19.0.2
- Added themes sub-module to be included in the EAR artifact, porting from `d4science-keycloak-themes` repo - Added themes sub-module to be included in the EAR artifact, porting from `d4science-keycloak-themes` repo
## [v1.1.0] ## [v1.1.0]

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-importer" # Changelog for "avatar-importer"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
## [v1.1.0] ## [v1.1.0]
Changes in other sub-components Changes in other sub-components

View File

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

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-realm-resource" # Changelog for "avatar-realm-resource"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
- New URI path mappings for resource - New URI path mappings for resource
## [v1.1.0] ## [v1.1.0]

View File

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

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-storage" # Changelog for "avatar-storage"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
## [v1.1.0] ## [v1.1.0]
Updated athentication with bearer code took from new examples: added realm param Updated athentication with bearer code took from new examples: added realm param

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube.iam</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
<artifactId>avatar-storage</artifactId> <artifactId>avatar-storage</artifactId>

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "delete-account" # Changelog for "delete-account"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
- New URI path mappings for resource - New URI path mappings for resource
## [v1.1.0] ## [v1.1.0]

View File

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

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "event-listener-provider" # Changelog for "event-listener-provider"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
## [v1.1.0] ## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience

View File

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

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "identity-provider-mapper" # Changelog for "identity-provider-mapper"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
## [v1.1.0] ## [v1.1.0]
changes in other sub-components changes in other sub-components

View File

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

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-bundle" # Changelog for "keycloak-d4science-bundle"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Added theme JAR to EAR bundle - Added theme JAR to EAR bundle
- changes in sub-components - changes in sub-components

View File

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

View File

@ -2,5 +2,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-themes" # Changelog for "keycloak-d4science-themes"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Porting from first custom implementation not in SCM/versioned - Porting from first custom implementation not in SCM/versioned

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube.iam</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
</parent> </parent>
<artifactId>keycloak-d4science-script</artifactId> <artifactId>keycloak-d4science-script</artifactId>

View File

@ -2,9 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-themes" # Changelog for "keycloak-d4science-themes"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated d4science themes for Keycloak v16 - Updated d4science themes for Keycloak v19.x
- Reimplemented d4science.v2 account ui for Keycloak v16 - Reimplemented d4science.v2 account ui for Keycloak v16
- Porting from `d4science-keycloak-themes` repo - Porting from `d4science-keycloak-themes` repo
- [#19518] Implemented the Keycloak "d4science" login parametric template. - [#19518] Implemented the Keycloak "d4science" login parametric template.
- Each new gateway that does not implement its own specific login template should use by default this base "d4science" template. However, it is possible to set some parameters in `<keycloak_home>/themes/<gatewayname>/login/themes.properties` file to do some customizations such as logo, background, colors, and some links (see for example parameters of dev4.d4science.org and next.d4science.org themes). - Each new gateway that does not implement its own specific login template should use by default this base "d4science" template. However, it is possible to set some parameters in `<keycloak_home>/themes/<gatewayname>/login/themes.properties` file to do some customizations such as logo, background, colors, and some links (see for example parameters of dev4.d4science.org and next.d4science.org themes).

View File

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

View File

@ -2,8 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-extension-spi" # Changelog for "keycloak-extension-spi"
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Updated to be compiled with Keycloak v16 - Updated to be compiled/used with Keycloak v19.x
## [v1.1.0] ## [v1.1.0]

View File

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

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.iam</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>