Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalos committed Jun 27, 2016
2 parents db906f5 + f1481e5 commit 6d241e6
Show file tree
Hide file tree
Showing 92 changed files with 3,296 additions and 2,962 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -7,9 +7,9 @@ https://wiki.evolveum.com/display/midPoint/midPoint+Development+Snapshot

1. Pre-requisities:

1. Java 7
1. Java (JDK) 8 or 7
2. Apache Maven 3
3. Apache Tomcat 6.x or 7.x (or another supported web container)
3. Apache Tomcat 7.x or 8.x (or another supported web container)
4. midPoint source code retrieved via Git or alternative mechanism

2. Compile sources
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-dist
Expand Up @@ -8,8 +8,8 @@ and release notes can be found at:

1. Pre-requisities:

1. Java 7
2. Apache Tomcat 6.x or 7.x (or another supported web container)
1. Java (JRE) 7 or 8
2. Apache Tomcat 7.x or 8.x (or another supported web container)

2. Install Apache Tomcat

Expand Down
79 changes: 50 additions & 29 deletions NEWS
@@ -1,35 +1,56 @@
midPoint 3.3 "Lincoln"
midPoint 3.4 "Heisenberg"
-------------------------------

Release 3.3 is a fifteenth midPoint release code-named Lincoln. The 3.3
release brings major GUI look&feel improvements and miscellaneous new
features that improve practical usability of midPoint.
Release 3.4 is a seventeenth midPoint release code-named Heisenberg.
The 3.4 release brings identity governance features and significant user
interface improvements. MidPoint 3.4 is one of the major milestones in
midPoint project history.

Release date: 1st December 2015
Release date: 24th June 2016

Changes with respect to version 3.2:
* Significant GUI look&feel improvements
* New self-service GUI pages
End-user home page (end-user dashboard)
End-user profile page
End-user credentials change page
* Sequences
* Improvement of associationTargetSearch expression
* Aligned default value for user activation
* Aligned default value for allowEmptyValues in expressions
* LDAP-based connector for Active Directory (experimental)
* Run-time support for Java 8 environment
* Options for interpretation of expression empty values in queries
* Option to force legacy object class names in connectors
* Displaying role members on role details page
* Expanded audit record table for easier search in deltas
* Support for storing old values and object names in audit records
* Improved audit report
* Localization files switched to UTF-8 and single-file format
* Using transifex.com to support community localization
* Support for provisioning of user photo (jpeg binary data)
* Indirect role membership index (roleMembershipRef)
* Consistency mechanism improvements (self-healing)
* Improved reliability of strong mappings
Changes with respect to version 3.3:
Access certification (production quality)
Entitlement approval support
Support for overlay projects and deep customization
Major GUI improvements
Role selection and request dialog
Significantly improved look and feel
Look and feel unification and streamlining
Loading of projections (accounts) on demand
Improved search dialogs
Significantly improved resource management pages
Improved approval pages
Improved dashboards
Improved organizational structure pages
Improved the display of operation results
Introduced breadcrumbs and improved behavior of 'back' buttons
Resource wizard fixes and improvements
Usability improvements
GUI language detection and management improvements
Support for custom GUI forms (Wicket components)
Support for Service objects (ServiceType) to represent servers, network
devices, mobile devices, network services, etc.
Support for base context searches for connectors that support object
hierarchies (such as LDAP)
Improved support for entitlement associations that use non-identifier values
Support for volatile attributes in provisioning objects (volatilityTrigger)
Matching rule for XML-formatted string attributes and UUIDs
Automatic determination of matching rules based on ConnId subtypes.
Password retention policy
Support for orgRelation authorization that allows dynamic delegated
administration.
Support for role/org owners in authorizations and other authorization
improvements
LDAP-based AD connector in full production quality
Support for Active Directory multi-domain environment in LDAP-based AD
connector
Support for permissive modify control in LDAP connector
Organizational structure recursion for associationFromLink expressions
Emphasized properties that will be always displayed (even if they are empty)
Support for lockoutStatus activation mapping
Pre configured databases of locales and timezones
Full support for Java 8 environment (both build and runtime)
Diagnostics improvements (connector statistics, logging improvements)
Improved documentation

XPath2 scripting is deprecated and it is not supported in Java8 environment.
11 changes: 10 additions & 1 deletion NOTICE
@@ -1,5 +1,5 @@
MidPoint Identity Manager
Copyright 2010-2013 Evolveum
Copyright 2010-2016 Evolveum

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand All @@ -22,3 +22,12 @@ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
Bitstream Vera is a trademark of Bitstream, Inc.
For details, see http://dejavu-fonts.org
and http://dejavu-fonts.org/wiki/License

This product indludes JasperReports Library
Copyright (c) 2001-2016 TIBCO Software Inc.
JasperReports Library is distributed under the terms of
GNU Lesser General Public Lincese (LGPL)

This product includes AdminLTE template
Copyright (c) 2014-2016 Abdullah Almsaeed
AdminLTE is distributed under the terms of The MIT License
5 changes: 2 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
Status: [![Build Status](https://travis-ci.org/Evolveum/midpoint.svg?branch=master)](https://travis-ci.org/Evolveum/midpoint)

midPoint 3.3 "Lincoln"
midPoint 3.4 "Heisenberg"
-------------------------------

General information:
Expand All @@ -25,14 +25,13 @@ The most important features of midPoint are:
- Entitlements
- Support for ConnId and OpenICF connectors
- Provisioning consistency and error handling
- Segregation of Duties (SoD)
- Identity governance (access certification)
- Support for security auditing and reporting
- Workflow
- Reporting
- Notifications
- Local Java APIs, Remote web service interface (SOAP), REST API
- High availablity (HA) support
- Access certification (technology preview)

For more information please go to:

Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES
@@ -1,4 +1,4 @@
To see actual releases notes please go to:

https://wiki.evolveum.com/display/midPoint/Release+3.3
https://wiki.evolveum.com/display/midPoint/Release+3.4

2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<pluginRepositories>
<pluginRepository>
Expand Down
4 changes: 2 additions & 2 deletions cli/common/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - common</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>common</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cli/ninja/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - ninja</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>ninja</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cli/pom.xml
Expand Up @@ -22,13 +22,13 @@

<name>midPoint CLI Interface</name>
<artifactId>cli</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cli/seppuku/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - seppuku</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>seppuku</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
120 changes: 60 additions & 60 deletions config/initial-objects/200-lookup-languages.xml
@@ -1,60 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 Evolveum, AMI Praha
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<lookupTable oid="00000000-0000-0000-0000-000000000200"
xmlns='http://midpoint.evolveum.com/xml/ns/public/common/common-3'>

<name>Languages</name>

<row>
<key>cs</key>
<label>Čeština</label>
</row>
<row>
<key>de</key>
<label>Deutsch</label>
</row>
<row>
<key>et</key>
<label>Eesti</label>
</row>
<row>
<key>en</key>
<label>English</label>
</row>
<row>
<key>es</key>
<label>Español</label>
</row>
<row>
<key>hu</key>
<label>Magyar</label>
</row>
<!--row>
<key>ru</key>
<label>Русский</label>
</row-->
<row>
<key>sk</key>
<label>Slovenčina</label>
</row>
<row>
<key>tr</key>
<label>Türkçe</label>
</row>

</lookupTable>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 Evolveum, AMI Praha
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<lookupTable oid="00000000-0000-0000-0000-000000000200"
xmlns='http://midpoint.evolveum.com/xml/ns/public/common/common-3'>

<name>Languages</name>

<row>
<key>cs</key>
<label>Čeština</label>
</row>
<row>
<key>de</key>
<label>Deutsch</label>
</row>
<row>
<key>et</key>
<label>Eesti</label>
</row>
<row>
<key>en</key>
<label>English</label>
</row>
<row>
<key>es</key>
<label>Español</label>
</row>
<row>
<key>hu</key>
<label>Magyar</label>
</row>
<!--row>
<key>ru</key>
<label>Русский</label>
</row-->
<row>
<key>sk</key>
<label>Slovenčina</label>
</row>
<row>
<key>tr</key>
<label>Türkçe</label>
</row>

</lookupTable>

0 comments on commit 6d241e6

Please sign in to comment.