Skip to content

Commit

Permalink
[REL] 🚀 release version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Insee - Domaine Outils Transverses <[email protected]>
  • Loading branch information
Insee - Domaine Outils Transverses committed Aug 12, 2021
1 parent 9ba0fe0 commit c548644
Show file tree
Hide file tree
Showing 25 changed files with 69 additions and 24 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# 0.8.2


- [FIX] Avoid null Ldap Connection
- [REL] :rocket: release version 0.8.1
- [FIX] Delete member group dont work when multi storage (#412)
- [ENH] :sparkles: Allow to configure mail unicity by realm
- [ENH] :sparkles: allow to add realm description on ui-side
- [UP] :arrow_up: Bump git-commit-id-plugin from 4.0.5 to 4.9.10
- [UP] :arrow_up: Bump org.springdoc.version from 1.5.9 to 1.5.10
- [UP] :arrow_up: Bump commons-csv from 1.8 to 1.9.0
- [ENH] :sparkles: Appmanager need to have reader and appmanager roles to update application groups (#331)
- [UP] :arrow_up: Bump jansi from 2.3.3 to 2.3.4
- [UP] :arrow_up: Bump passay from 1.6.0 to 1.6.1
- [UP] :arrow_up: Bump spring-boot.version from 2.5.2 to 2.5.3
- [UP] :arrow_up: Bump spotless-maven-plugin from 2.12.1 to 2.12.2
- [ENH] :sparkles: make broker working synchrone asynchrone
- [ENH] :rocket: manage exchange between front and a back
- [REL] :rocket: prepare next version
- [REL] :rocket: release version 0.7.0
- [BUG] 🐛 fix some sonar/compilation warnings
- [BUG] :bug: renew connection with ldap if server is down (#391)
- [UP] :arrow_up: Bump commons-io from 2.10.0 to 2.11.0
- [UP] :arrow_up: Bump tomcat.version from 9.0.48 to 9.0.50
- [ENH] :sparkles: Mapping Sugoi object with Ldap must be customisable (#191)
- [ENH] :sparkles: Realm and UserStorage mapping attributes for Ldap Store Provider
- [ENH] global export feature
- [REL] :rocket: prepare next version
- [REL] :rocket: release version 0.6.0
- [BUG] :bug: Signoff commit when preparing release
- [META] :card_index: change commit message when releasing
- [BUG] 🐛 Fix ldap connexion leak (#379)
- [ENH] objectClass can be set by userStorage
- [ENH] implement paging on ldap store
- [UP] :arrow_up: Bump spring-boot.version from 2.5.1 to 2.5.2
- [ENH] :sparkles: sort key must be customizable
- [UP] :arrow_up: Bump spotless-maven-plugin from 2.12.0 to 2.12.1
- [UP] :arrow_up: Bump tomcat.version from 9.0.46 to 9.0.48
- [META] 📇 Fix changelog format and url
- [REL] :rocket: prepare next version
- [REL] :rocket: prepare new version 0.5.0
- [REL] :rocket: Release 0.4.0
- Resolve [250] Add paging properties on userstorage of type ldap + Resolve [247] Having a generic interface for paged requests + Resolve [248] Refactor findByProperties services for multi-userstorage paging + Resolve [251] Implement paging on Ldap store


# 0.8.1


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<name>sugoi-api-parent</name>
<description>User services management</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sugoi-api-parent</artifactId>
<groupId>fr.insee.sugoi</groupId>
<version>0.8.1</version>
<version>0.8.2</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-full-env</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-distribution/sugoi-api-distribution-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-distribution</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-distribution-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-event-webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-event-webhook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-file-config-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-file-config-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-file-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-jms-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-jms-store-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-jms-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-jms-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-config-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-config-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-store-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-store-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-ldap-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sugoi-api-parent</artifactId>
<groupId>fr.insee.sugoi</groupId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-ldap-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-commons-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-commons-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-old-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-old-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-rest-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-rest-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-seealso-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-seealso-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-seealso-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-seealso-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sugoi-api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.insee.sugoi</groupId>
<artifactId>sugoi-api-parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sugoi-api-test</artifactId>
Expand Down

0 comments on commit c548644

Please sign in to comment.