[midPoint-git] [Evolveum/midpoint] d5217b: Version 3.7 (Darwin)
Viliam Repan
vilo.repan at evolveum.com
Mon Dec 18 14:11:38 CET 2017
Branch: refs/heads/feature/hibernate5
Home: https://github.com/Evolveum/midpoint
Commit: d5217b368e1decc9b49a5edaf0e5596ce89acb45
https://github.com/Evolveum/midpoint/commit/d5217b368e1decc9b49a5edaf0e5596ce89acb45
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M build-system/pom.xml
M custom/pom.xml
M dist/midpoint-api/pom.xml
M dist/pom.xml
M gui/admin-gui/pom.xml
M gui/pom.xml
M icf-connectors/dummy-connector-fake/pom.xml
M icf-connectors/dummy-connector/pom.xml
M icf-connectors/dummy-resource/pom.xml
M icf-connectors/pom.xml
M infra/common/pom.xml
M infra/pom.xml
M infra/prism-maven-plugin/pom.xml
M infra/prism/pom.xml
M infra/prism/src/main/resources/xml/ns/public/types-3.xsd
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/audit-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
M infra/schema/src/main/resources/xml/ns/public/resource/capabilities-3.xsd
M infra/test-util/pom.xml
M infra/util/pom.xml
M infra/ws-util/pom.xml
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-client/pom.xml
M model/model-common/pom.xml
M model/model-impl/pom.xml
M model/model-intest/pom.xml
M model/model-test/pom.xml
M model/notifications-api/pom.xml
M model/notifications-impl/pom.xml
M model/pom.xml
M model/report-api/pom.xml
M model/report-impl/pom.xml
M model/workflow-api/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M provisioning/pom.xml
M provisioning/provisioning-api/pom.xml
M provisioning/provisioning-impl/pom.xml
M provisioning/ucf-api/pom.xml
M provisioning/ucf-impl-builtin/pom.xml
M provisioning/ucf-impl-connid/pom.xml
M repo/audit-api/pom.xml
M repo/audit-impl/pom.xml
M repo/pom.xml
M repo/repo-api/pom.xml
M repo/repo-cache/pom.xml
M repo/repo-common/pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/repo-sql-impl/pom.xml
M repo/repo-test-util/pom.xml
M repo/security-api/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/system-init/pom.xml
M repo/task-api/pom.xml
M repo/task-quartz-impl/pom.xml
M samples/model-client-sample/pom.xml
M samples/pom.xml
M samples/samples-test/pom.xml
M testing/conntest/pom.xml
M testing/consistency-mechanism/pom.xml
M testing/longtest/pom.xml
M testing/minipoint/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/sanity/pom.xml
M testing/selenidetest/pom.xml
M testing/story/pom.xml
M testing/wstest/pom.xml
M tools/midpoint-war-layout/pom.xml
M tools/ninja/pom.xml
M tools/pom.xml
M tools/schema-dist-maven-plugin/pom.xml
M tools/test-ng/pom.xml
M tools/xjc-plugin/pom.xml
M weblogic-build/pom.xml
Log Message:
-----------
Version 3.7 (Darwin)
Commit: 42a1a66e93347d8c8b30624a574e7dfaf3743e88
https://github.com/Evolveum/midpoint/commit/42a1a66e93347d8c8b30624a574e7dfaf3743e88
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AbstractSearchIterativeTaskHandler.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestOpenDj.java
M repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/RepositoryService.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/RepositoryCache.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreter2Test.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchIterativeTest.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/AbstractOrgClosureTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectRetriever.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/OrgClosureManager.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query2/QueryEngine2.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
Log Message:
-----------
Fixed MID-4337 (countObjects options got eaten by model)
Commit: 49ab1ffdca8c8aa411f4d0d35b2c7d4749abdf71
https://github.com/Evolveum/midpoint/commit/49ab1ffdca8c8aa411f4d0d35b2c7d4749abdf71
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M build-system/pom.xml
Log Message:
-----------
Fixed springboot-related startup issue (used 1.5.8.e1.SNAPSHOT version).
Commit: 9d9819946081a8a497b5c4824f60307380e85668
https://github.com/Evolveum/midpoint/commit/9d9819946081a8a497b5c4824f60307380e85668
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths:
M build-system/pom.xml
Log Message:
-----------
Switch to Spring Boot Evolveum release 1.5.8.e1
Commit: 3267240145e5ffa0471687e3c99d743f5cdd0934
https://github.com/Evolveum/midpoint/commit/3267240145e5ffa0471687e3c99d743f5cdd0934
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M dist/src/main/bin/midpoint.bat
Log Message:
-----------
Fixed starting script (regarding spaces in installation root directory)
Commit: 1ab375cf5475e81b819ed2acc1ac395093ee2f77
https://github.com/Evolveum/midpoint/commit/1ab375cf5475e81b819ed2acc1ac395093ee2f77
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRestAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ImportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/Command.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/DeleteOptions.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/CountStatus.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/NinjaUtils.java
Log Message:
-----------
ninja improvements, bugfixes
Commit: 912c93fb5876b8ee76b1fbae9a1c557e3af13b62
https://github.com/Evolveum/midpoint/commit/912c93fb5876b8ee76b1fbae9a1c557e3af13b62
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ImportRepositoryAction.java
Log Message:
-----------
delete command
Commit: 8bf3bac0e6ceb2abb0997c1bf766ed5a0cb5a755
https://github.com/Evolveum/midpoint/commit/8bf3bac0e6ceb2abb0997c1bf766ed5a0cb5a755
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ListKeysRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ListKeysOptions.java
Log Message:
-----------
list keys command improvements
Commit: 79b4f7d3e79c1ff0f7bc6614294e90586d973b02
https://github.com/Evolveum/midpoint/commit/79b4f7d3e79c1ff0f7bc6614294e90586d973b02
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-17 (Sun, 17 Dec 2017)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/Main.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ConnectionOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ListKeysOptions.java
M tools/ninja/src/main/resources/messages.properties
Log Message:
-----------
ask for passwords fix
Commit: c113d61b7f4a19d5a132dcdc5d82d2c0cdf5c78c
https://github.com/Evolveum/midpoint/commit/c113d61b7f4a19d5a132dcdc5d82d2c0cdf5c78c
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M repo/system-init/src/main/java/com/evolveum/midpoint/init/ApplicationHomeSetup.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/StartupConfiguration.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
Log Message:
-----------
fix for ninja, making some sysouts configurable using midpoint.silent system option, by default they are still printed out
Commit: 8087f406995fad6d3dae6f9bb3523545e59a5e09
https://github.com/Evolveum/midpoint/commit/8087f406995fad6d3dae6f9bb3523545e59a5e09
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M NEWS
Log Message:
-----------
Release date update
Commit: 91ac608a1206e9a79bd6876c8a9ab11f07c2eef2
https://github.com/Evolveum/midpoint/commit/91ac608a1206e9a79bd6876c8a9ab11f07c2eef2
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ImportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ListKeysRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/Log.java
Log Message:
-----------
more logging cleanup in ninja
Commit: f9f7a12d64831b2b7ed81fdd86adb74336729c6a
https://github.com/Evolveum/midpoint/commit/f9f7a12d64831b2b7ed81fdd86adb74336729c6a
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M build-system/pom.xml
M custom/pom.xml
M dist/midpoint-api/pom.xml
M dist/pom.xml
M gui/admin-gui/pom.xml
M gui/pom.xml
M icf-connectors/dummy-connector-fake/pom.xml
M icf-connectors/dummy-connector/pom.xml
M icf-connectors/dummy-resource/pom.xml
M icf-connectors/pom.xml
M infra/common/pom.xml
M infra/pom.xml
M infra/prism-maven-plugin/pom.xml
M infra/prism/pom.xml
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/test-util/pom.xml
M infra/util/pom.xml
M infra/ws-util/pom.xml
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-client/pom.xml
M model/model-common/pom.xml
M model/model-impl/pom.xml
M model/model-intest/pom.xml
M model/model-test/pom.xml
M model/notifications-api/pom.xml
M model/notifications-impl/pom.xml
M model/pom.xml
M model/report-api/pom.xml
M model/report-impl/pom.xml
M model/workflow-api/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M provisioning/pom.xml
M provisioning/provisioning-api/pom.xml
M provisioning/provisioning-impl/pom.xml
M provisioning/ucf-api/pom.xml
M provisioning/ucf-impl-builtin/pom.xml
M provisioning/ucf-impl-connid/pom.xml
M repo/audit-api/pom.xml
M repo/audit-impl/pom.xml
M repo/pom.xml
M repo/repo-api/pom.xml
M repo/repo-cache/pom.xml
M repo/repo-common/pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/repo-sql-impl/pom.xml
M repo/repo-test-util/pom.xml
M repo/security-api/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/system-init/pom.xml
M repo/task-api/pom.xml
M repo/task-quartz-impl/pom.xml
M samples/model-client-sample/pom.xml
M samples/pom.xml
M samples/samples-test/pom.xml
M testing/conntest/pom.xml
M testing/consistency-mechanism/pom.xml
M testing/longtest/pom.xml
M testing/minipoint/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/sanity/pom.xml
M testing/selenidetest/pom.xml
M testing/story/pom.xml
M testing/wstest/pom.xml
M tools/midpoint-war-layout/pom.xml
M tools/ninja/pom.xml
M tools/pom.xml
M tools/schema-dist-maven-plugin/pom.xml
M tools/test-ng/pom.xml
M tools/xjc-plugin/pom.xml
M weblogic-build/pom.xml
Log Message:
-----------
Next development version: 3.8-SNAPSHOT
Commit: 79e10c5e3b0350aaf7e04e3ffa9496c6c5ca70e8
https://github.com/Evolveum/midpoint/commit/79e10c5e3b0350aaf7e04e3ffa9496c6c5ca70e8
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M README
M README.md
Log Message:
-----------
README update
Commit: 519e1922c2fad109bcbd2fc43f91ece4cf7b11ba
https://github.com/Evolveum/midpoint/commit/519e1922c2fad109bcbd2fc43f91ece4cf7b11ba
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AbstractSearchIterativeTaskHandler.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestOpenDj.java
M repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/RepositoryService.java
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/RepositoryCache.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreter2Test.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchIterativeTest.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/AbstractOrgClosureTest.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectRetriever.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/OrgClosureManager.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query2/QueryEngine2.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/ApplicationHomeSetup.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/StartupConfiguration.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/Main.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRepositoryAction.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRestAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ImportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ListKeysRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/Command.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ConnectionOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/DeleteOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ListKeysOptions.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/CountStatus.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/Log.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/NinjaUtils.java
M tools/ninja/src/main/resources/messages.properties
Log Message:
-----------
Merge branch 'post-3.7-fixes'
Commit: 4d43152b786d9cd9ecd564e1224dac7f0228695d
https://github.com/Evolveum/midpoint/commit/4d43152b786d9cd9ecd564e1224dac7f0228695d
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M NEWS
M README
M README.md
M build-system/pom.xml
M custom/pom.xml
M dist/midpoint-api/pom.xml
M dist/pom.xml
M dist/src/main/bin/midpoint.bat
M gui/admin-gui/pom.xml
M gui/pom.xml
M icf-connectors/dummy-connector-fake/pom.xml
M icf-connectors/dummy-connector/pom.xml
M icf-connectors/dummy-resource/pom.xml
M icf-connectors/pom.xml
M infra/common/pom.xml
M infra/pom.xml
M infra/prism-maven-plugin/pom.xml
M infra/prism/pom.xml
M infra/prism/src/main/resources/xml/ns/public/types-3.xsd
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/schema/src/main/resources/xml/ns/public/common/api-types-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/audit-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
M infra/schema/src/main/resources/xml/ns/public/resource/capabilities-3.xsd
M infra/test-util/pom.xml
M infra/util/pom.xml
M infra/ws-util/pom.xml
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-client/pom.xml
M model/model-common/pom.xml
M model/model-impl/pom.xml
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelObjectResolver.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/util/AbstractSearchIterativeTaskHandler.java
M model/model-intest/pom.xml
M model/model-test/pom.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M model/notifications-api/pom.xml
M model/notifications-impl/pom.xml
M model/pom.xml
M model/report-api/pom.xml
M model/report-impl/pom.xml
M model/workflow-api/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M provisioning/pom.xml
M provisioning/provisioning-api/pom.xml
M provisioning/provisioning-impl/pom.xml
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningServiceImpl.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestOpenDj.java
M provisioning/ucf-api/pom.xml
M provisioning/ucf-impl-builtin/pom.xml
M provisioning/ucf-impl-connid/pom.xml
M repo/audit-api/pom.xml
M repo/audit-impl/pom.xml
M repo/pom.xml
M repo/repo-api/pom.xml
M repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/RepositoryService.java
M repo/repo-cache/pom.xml
M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/RepositoryCache.java
M repo/repo-common/pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/QueryInterpreter2Test.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/SearchIterativeTest.java
M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/closure/AbstractOrgClosureTest.java
M repo/repo-sql-impl/pom.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectRetriever.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/OrgClosureManager.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query2/QueryEngine2.java
M repo/repo-test-util/pom.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/security-api/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/system-init/pom.xml
M repo/system-init/src/main/java/com/evolveum/midpoint/init/ApplicationHomeSetup.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/StartupConfiguration.java
M repo/task-api/pom.xml
M repo/task-quartz-impl/pom.xml
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
M samples/model-client-sample/pom.xml
M samples/pom.xml
M samples/samples-test/pom.xml
M testing/conntest/pom.xml
M testing/consistency-mechanism/pom.xml
M testing/longtest/pom.xml
M testing/minipoint/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/sanity/pom.xml
M testing/selenidetest/pom.xml
M testing/story/pom.xml
M testing/wstest/pom.xml
M tools/midpoint-war-layout/pom.xml
M tools/ninja/pom.xml
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/Main.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/Action.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRepositoryAction.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/DeleteRestAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ExportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ImportRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/action/ListKeysRepositoryAction.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/Command.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/impl/NinjaContext.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ConnectionOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/DeleteOptions.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/opts/ListKeysOptions.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/CountStatus.java
A tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/Log.java
M tools/ninja/src/main/java/com/evolveum/midpoint/ninja/util/NinjaUtils.java
M tools/ninja/src/main/resources/messages.properties
M tools/pom.xml
M tools/schema-dist-maven-plugin/pom.xml
M tools/test-ng/pom.xml
M tools/xjc-plugin/pom.xml
M weblogic-build/pom.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/hibernate5
Commit: 746c5fba39edada7354e96c22c168b350787a943
https://github.com/Evolveum/midpoint/commit/746c5fba39edada7354e96c22c168b350787a943
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M repo/repo-sql-impl-test/sample-configurations/mysql.properties
M repo/repo-sql-impl-test/src/test/resources/config-test-datasource.xml
M repo/repo-sql-impl-test/src/test/resources/ctx-test-datasource.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryConfiguration.java
Log Message:
-----------
repo tests fixes when running on mysql
Compare: https://github.com/Evolveum/midpoint/compare/500384536300...746c5fba39ed
More information about the midPoint-svn
mailing list