Skip to content

chore(main): release casa 5.0.0-1 #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions casa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 5.0.0-1 (2022-07-14)


### Features

* make admin lock file location parameterizable [#221](https://github.com/GluuFederation/flex/issues/221) ([87babf8](https://github.com/GluuFederation/flex/commit/87babf8cb24e9224ea31d9fd18997a1c5ffe396a))
* resolve conflict ([92b462d](https://github.com/GluuFederation/flex/commit/92b462d40e1603412985f90f77577b6bbda97c12))
* upgrade com.unboundid:unboundid-ldapsdk from 5.1.4 to 6.0.4 ([05576ab](https://github.com/GluuFederation/flex/commit/05576ab5aa0d43d3cb2f313a13335c6f4192401f))


### Bug Fixes

* [#183](https://github.com/GluuFederation/flex/issues/183) ([dadec21](https://github.com/GluuFederation/flex/commit/dadec219c4e55d2f01f8f5d847516043ce4f136c))
* [#45](https://github.com/GluuFederation/flex/issues/45) val of localPrimaryKey on Gluu is mapped with the primary key attr of the backend AD ([3c4a856](https://github.com/GluuFederation/flex/commit/3c4a856ec8c90ffa6cdb143debef4417a06d853a))
* adjust python's lib path ref [#104](https://github.com/GluuFederation/flex/issues/104) ([d54ae9d](https://github.com/GluuFederation/flex/commit/d54ae9de578fe09976a3af8d2b5d64773191cb9e))
* adjust wrong import ([7477adc](https://github.com/GluuFederation/flex/commit/7477adca4a35f5df9d98407fb88664e39f1acfa4))
* ajust customObjectClass usage in non-ldap backends ([88c9638](https://github.com/GluuFederation/flex/commit/88c963861c35b653d580a8f6432fc709c1064905))
* casa/pom.xml to reduce vulnerabilities ([04c56fc](https://github.com/GluuFederation/flex/commit/04c56fce6d929cf4cbef316505423981545aa0bf))
* casa/pom.xml to reduce vulnerabilities ([a37b1d7](https://github.com/GluuFederation/flex/commit/a37b1d7f4db279ae7426255053a0885e863d97b5))
* casa/pom.xml to reduce vulnerabilities ([10350da](https://github.com/GluuFederation/flex/commit/10350da7a0820faeb0ac1324f942fabb20a9752b))
* casa/pom.xml to reduce vulnerabilities ([ec305ca](https://github.com/GluuFederation/flex/commit/ec305ca5df96c101c889e18aa7ffacf8b67f61ab))
* compilation error ([1e81db7](https://github.com/GluuFederation/flex/commit/1e81db778f098ebd3c23baad618329230124c713))
* update plugin due to removal of associatedPerson in DB schema [#17](https://github.com/GluuFederation/flex/issues/17) ([6e3e698](https://github.com/GluuFederation/flex/commit/6e3e6986ddbe7febb26615c71f8332b3de60f35e))
* upgrade com.nimbusds:oauth2-oidc-sdk from 9.19 to 9.32 ([a8c5c7a](https://github.com/GluuFederation/flex/commit/a8c5c7a08cc0eadd782c4ead94fd05ff200084f8))
* upgrade com.squareup.okhttp:okhttp from 2.3.0 to 2.7.5 ([d6310b2](https://github.com/GluuFederation/flex/commit/d6310b211f3a4c2451161dda7831ef07ba08aa4e))
* upgrade com.unboundid:unboundid-ldapsdk from 6.0.4 to 6.0.5 ([2a3c1e9](https://github.com/GluuFederation/flex/commit/2a3c1e9fe04f8759f9475d941a749b95dd33bfba))
* upgrade net.jodah:expiringmap from 0.5.8 to 0.5.10 ([c3b6dfe](https://github.com/GluuFederation/flex/commit/c3b6dfe24fc405e45275ccd4d0d4b578ef2acb28))


### Miscellaneous Chores

* release 5.0.0-0 ([3d5cca6](https://github.com/GluuFederation/flex/commit/3d5cca6ee04c9f30212b80d9fb8f83117e06a646))
* release 5.0.0-1 ([bb2aeec](https://github.com/GluuFederation/flex/commit/bb2aeec0867244fd0c0533c16e2da86b108ff5c3))

## 5.0.0-0 (2022-03-15)


Expand Down
8 changes: 3 additions & 5 deletions casa/app/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -375,4 +373,4 @@
</plugins>
</build>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -42,4 +40,4 @@
</pluginManagement>
</build>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/plugins/bioid/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -76,4 +74,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/cert-authn/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -100,4 +99,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/client-authorizations/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -76,4 +75,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/custom-branding/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -88,4 +87,4 @@
</dependency>
</dependencies>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/plugins/inwebo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -116,4 +114,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/samples/authentication-script-properties/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -70,4 +69,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/samples/clients-management/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -71,4 +70,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/samples/helloworld/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -76,4 +75,4 @@
<!-- Add other required dependencies here. All their classes will be shipped in your plugin's fat jar -->
</dependencies>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/plugins/samples/sample-cred-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -72,4 +70,4 @@

</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions casa/plugins/strong-authn-settings/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -101,4 +100,4 @@
</dependency>
</dependencies>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/plugins/stytch/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>${plugin.version}</version>
<version>5.0.0-1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -78,4 +76,4 @@
</dependency>
</dependencies>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-1</version>

<packaging>pom</packaging>
<url>http://www.gluu.org</url>
Expand Down Expand Up @@ -224,4 +222,4 @@
</pluginManagement>
</build>

</project>
</project>
8 changes: 3 additions & 5 deletions casa/shared/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -99,4 +97,4 @@
</dependency>
</dependencies>

</project>
</project>