Skip to content

Commit

Permalink
Release Candidate 4.6-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Sep 14, 2022
1 parent 52472e6 commit c9fa5ec
Show file tree
Hide file tree
Showing 81 changed files with 487 additions and 130 deletions.
15 changes: 7 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
midPoint 4.5 "Nightingale"
--------------------------
midPoint 4.6 "Baumgarten"
-------------------------

Release 4.5 is a fortieth midPoint release code-named Nightingale.
The 4.5 release brings identity matching capabilities, support for OpenID Connect, notification, user interface and other improvements.
Release 4.6 is the prepared midPoint release code-named Baumgarten.

Release date: 11th April 2022
Release type: Feature release
End of support: 11th April 2023
Release date: TBD
Release type: Planned release
End of support: TBD

Please see the release notes for detailed list of changes:
https://docs.evolveum.com/midpoint/release/4.5/
https://docs.evolveum.com/midpoint/release/4.6/
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MidPoint 4.6 Development Branch
-------------------------------
midPoint 4.6 Release Candidate 1
--------------------------------

General information:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MidPoint 4.6 Development Branch
-------------------------------
midPoint 4.6 Release Candidate 1
--------------------------------

General information:

Expand Down
346 changes: 302 additions & 44 deletions config/initial-objects/000-system-configuration.xml

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions config/initial-objects/015-security-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,57 @@
<securityPolicy oid="00000000-0000-0000-0000-000000000120"
xmlns='http://midpoint.evolveum.com/xml/ns/public/common/common-3'>
<name>Default Security Policy</name>
<authentication>
<modules>
<loginForm>
<name>loginForm</name>
</loginForm>
<httpBasic>
<name>httpBasic</name>
</httpBasic>
</modules>
<sequence>
<name>admin-gui-default</name>
<displayName>Default gui sequence</displayName>
<channel>
<default>true</default>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</channelId>
<urlSuffix>gui-default</urlSuffix>
</channel>
<module>
<name>loginForm</name>
<order>1</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>rest-default</name>
<channel>
<default>true</default>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#rest</channelId>
<urlSuffix>rest-default</urlSuffix>
</channel>
<module>
<name>httpBasic</name>
<order>1</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<sequence>
<name>actuator-default</name>
<channel>
<default>true</default>
<channelId>http://midpoint.evolveum.com/xml/ns/public/common/channels-3#actuator</channelId>
<urlSuffix>actuator-default</urlSuffix>
</channel>
<module>
<name>httpBasic</name>
<order>1</order>
<necessity>sufficient</necessity>
</module>
</sequence>
<ignoredLocalPath>/actuator/health</ignoredLocalPath>
</authentication>
<credentials>
<password>
<minOccurs>0</minOccurs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<label>Manual provisioning case</label>
<pluralLabel>Manual provisioning cases</pluralLabel>
<icon>
<cssClass>fa fa-hand-paper-o</cssClass>
<cssClass>far fa-hand-paper</cssClass>
</icon>
</display>
<adminGuiConfiguration>
Expand Down
28 changes: 28 additions & 0 deletions config/initial-objects/040-role-enduser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,32 @@
</owner>
</object>
</authorization>
<adminGuiConfiguration>
<homePage>
<type>UserType</type>
<widget>
<identifier>myWorkItems</identifier>
<visibility>hidden</visibility>
</widget>
<widget>
<identifier>myHistory</identifier>
<visibility>hidden</visibility>
</widget>
<widget>
<identifier>listUsersWidget</identifier>
<visibility>hidden</visibility>
</widget>
<widget>
<identifier>listResourcesWidget</identifier>
<visibility>hidden</visibility>
</widget>
</homePage>
<selfProfilePage>
<type>UserType</type>
<panel>
<identifier>history</identifier>
<visibility>hidden</visibility>
</panel>
</selfProfilePage>
</adminGuiConfiguration>
</role>
9 changes: 9 additions & 0 deletions config/initial-objects/043-role-delegator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,13 @@
<item>roleMembershipRef</item>
<item>delegatedRef</item>
</authorization>
<adminGuiConfiguration>
<homePage>
<type>UserType</type>
<widget>
<identifier>myWorkItems</identifier>
<visibility>hidden</visibility>
</widget>
</homePage>
</adminGuiConfiguration>
</role>
4 changes: 2 additions & 2 deletions config/initial-objects/059-archetype-report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<displayOrder>20</displayOrder>
<display>
<label>File format</label>
<cssClass>fa fa-file-text-o</cssClass>
<cssClass>fas fa-file-alt</cssClass>
<icon>
<cssClass>fa fa-file-text-o</cssClass>
<cssClass>fas fa-file-alt</cssClass>
</icon>
</display>
<container>
Expand Down
2 changes: 1 addition & 1 deletion config/initial-objects/060-archetype-report-dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</translation>
</pluralLabel>
<icon>
<cssClass>fa fa-dashboard</cssClass>
<cssClass>fa fa-tachometer-alt</cssClass>
<color>#001F3F</color>
</icon>
</display>
Expand Down
12 changes: 12 additions & 0 deletions config/initial-objects/240-lookup-state.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@

<name>States</name>

<row>
<key>created</key>
<label>Created</label>
</row>
<row>
<key>open</key>
<label>Open</label>
</row>
<row>
<key>closing</key>
<label>Closing</label>
</row>
<row>
<key>executing</key>
<label>Executing</label>
</row>
<row>
<key>closed</key>
<label>Closed</label>
Expand Down
2 changes: 1 addition & 1 deletion config/initial-objects/504-archetype-task-live-sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</translation>
</pluralLabel>
<icon>
<cssClass>fa fa-refresh</cssClass>
<cssClass>fa fa-sync-alt</cssClass>
<color>green</color>
</icon>
</display>
Expand Down
2 changes: 1 addition & 1 deletion config/initial-objects/506-archetype-task-cleanup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</translation>
</pluralLabel>
<icon>
<cssClass>fa fa-trash</cssClass>
<cssClass>fa fa-trash-alt</cssClass>
<color>green</color>
</icon>
</display>
Expand Down
2 changes: 1 addition & 1 deletion custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>custom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>javadoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/midpoint-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>midpoint-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>admin-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/midpoint-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>midpoint-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<groupId>com.evolveum.midpoint.gui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector-fake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>dummy-connector-fake</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>dummy-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>dummy-resource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<groupId>com.evolveum.icf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<groupId>com.evolveum.midpoint.infra</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/schema-pure-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>schema-pure-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>test-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/authentication-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>model</artifactId>
<groupId>com.evolveum.midpoint.model</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>authentication-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/authentication-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>model</artifactId>
<groupId>com.evolveum.midpoint.model</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>authentication-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/cases-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>model</artifactId>
<groupId>com.evolveum.midpoint.model</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>cases-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/cases-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>model</artifactId>
<groupId>com.evolveum.midpoint.model</groupId>
<version>4.6-SNAPSHOT</version>
<version>4.6-RC1</version>
</parent>

<artifactId>cases-impl</artifactId>
Expand Down

0 comments on commit c9fa5ec

Please sign in to comment.