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"
## [v2.0.0-SNAPSHOT]
- Updated to be compatible with Keycloak v16
## [v2.0.0]
- 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
## [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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
## [v1.1.0]
Changes in other sub-components

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
- New URI path mappings for resource
## [v1.1.0]

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
## [v1.1.0]
Updated athentication with bearer code took from new examples: added realm param

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
- New URI path mappings for resource
## [v1.1.0]

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
## [v1.1.0]
changes in other sub-components

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
## [v2.0.0]
- Added theme JAR to EAR bundle
- changes in sub-components

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Porting from first custom implementation not in SCM/versioned
## [v2.0.0]
- Porting from first custom implementation not in SCM/versioned

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated d4science themes for Keycloak v16
## [v2.0.0]
- Updated d4science themes for Keycloak v19.x
- Reimplemented d4science.v2 account ui for Keycloak v16
- Porting from `d4science-keycloak-themes` repo
- [#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).
- Porting from `d4science-keycloak-themes` repo
- [#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).

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<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"
## [v2.0.0-SNAPSHOT]
- Updated to be compiled with Keycloak v16
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
## [v1.1.0]

View File

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

View File

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