[midPoint-git] midPoint branch parser updated. v2.3devel-1238-g21b7f2f
Katka Valalikova
git at evolveum.com
Mon Mar 3 06:13:25 CET 2014
Project "midPoint" branch parser has been updated
via 21b7f2f94c1f0350db37f45384f05da472522fbb (commit) v2.3devel-1238-g21b7f2f
via 5978a7be50fa3e450e148f2184fd1bcfc3023dcd (commit) v2.3devel-1237-g5978a7b
via 1a20eeb8f07bcfce96cc9dceedcbe4f2c529e483 (commit) v2.3devel-1236-g1a20eeb
via 71bfae97a18def3373e7025cb97d99d60333e6ef (commit) v2.3devel-1235-g71bfae9
via 0299efdf1fc357506faf411363f3f966e3b1d8ce (commit) v2.3devel-1234-g0299efd
from 751215cb736edfb64404a741c31e9456125079a0 (commit) v2.3devel-1233-g751215c
- Log -----------------------------------------------------------------
commit 21b7f2f94c1f0350db37f45384f05da472522fbb
Author: katkav <k.valalikova at evolveum.com>
Date: Mon Mar 3 06:11:12 2014 +0100
some other test fixes..
commit 5978a7be50fa3e450e148f2184fd1bcfc3023dcd
Author: katkav <k.valalikova at evolveum.com>
Date: Wed Feb 26 16:55:05 2014 +0100
some repo fixes..improved bean converter, some schema improvements, etc..
commit 1a20eeb8f07bcfce96cc9dceedcbe4f2c529e483
Author: katkav <k.valalikova at evolveum.com>
Date: Tue Feb 25 12:08:27 2014 +0100
fixing aes protector (added missing apache crypto library initializaiton)..
commit 71bfae97a18def3373e7025cb97d99d60333e6ef
Author: katkav <k.valalikova at evolveum.com>
Date: Mon Feb 24 20:37:28 2014 +0100
moving test for protector.
commit 0299efdf1fc357506faf411363f3f966e3b1d8ce
Author: katkav <k.valalikova at evolveum.com>
Date: Mon Feb 24 18:06:31 2014 +0100
transformation between xml, json, yaml..
-----------------------------------------------------------------------
(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)
Summary of changes:
.../midpoint/common/crypto/AESProtector.java | 532 ----------
.../midpoint/common/crypto/CryptoUtil.java | 5 +-
.../common/policy/PasswordPolicyUtils.java | 3 +-
.../midpoint/common/crypto/TestProtector.java | 92 --
.../common/refinery/TestRefinedSchema.java | 56 +-
.../common/test/PasswordPolicyValidatorTest.java | 26 +-
.../midpoint/prism/PrismContainerValue.java | 77 +-
.../com/evolveum/midpoint/prism/PrismContext.java | 38 +-
.../midpoint/prism/PrismPropertyValue.java | 1 +
.../midpoint/prism/crypto/AESProtector.java | 69 +-
.../midpoint/prism/parser/AbstractParser.java | 11 +
.../evolveum/midpoint/prism/parser/DomParser.java | 30 +
.../midpoint/prism/parser/DomSerializer.java | 3 +
.../com/evolveum/midpoint/prism/parser/Parser.java | 5 +
.../midpoint/prism/parser/PrismBeanConverter.java | 36 +-
.../midpoint/prism/parser/XNodeProcessor.java | 17 +-
.../midpoint/prism/parser/XNodeSerializer.java | 21 +-
.../evolveum/midpoint/prism/util/JaxbTestUtil.java | 4 +
.../midpoint/prism/util/PrismTestUtil.java | 2 +-
.../prism/util/ValueSerializationUtil.java | 131 +++
.../midpoint/prism/xml/XmlTypeConverter.java | 2 +-
.../evolveum/midpoint/prism/xml/XsdTypeMapper.java | 13 +
.../xml/ns/_public/types_2/ProtectedDataType.java | 1 +
.../src/main/resources/xml/ns/public/types-2.xsd | 2 +-
.../midpoint/prism/crypto/TestProtector.java | 56 +
.../src/test/resources/keystore.jceks | Bin 983 -> 983 bytes
infra/prism/testng.xml | 1 +
.../resources/xml/ns/public/common/common-2a.xsd | 2 +
.../evolveum/midpoint/schema/TestConstants.java | 3 +
.../evolveum/midpoint/schema/TestParseUser.java | 195 ++--
.../midpoint/schema/TestParseUserJson.java | 30 +
.../evolveum/midpoint/schema/TestParseUserXml.java | 147 +++
.../src/test/resources/common/json/user-jack.json | 122 ++-
.../src/test/resources/common/resource-opendj.xml | 8 +-
.../test/resources/common/{ => xml}/user-jack.xml | 0
infra/schema/testng.xml | 1 +
.../midpoint/test/util/MidPointTestConstants.java | 3 +-
.../repo/sql/testing/ResourceCarefulAntUtil.java | 23 +-
.../midpoint/repo/sql/AddGetObjectTest.java | 30 +-
.../midpoint/repo/sql/AddOverwriteTest.java | 21 +-
.../midpoint/repo/sql/BaseSQLRepoTest.java | 7 +-
.../evolveum/midpoint/repo/sql/CleanupTest.java | 2 +-
.../midpoint/repo/sql/ConcurrencyTest.java | 4 +-
.../com/evolveum/midpoint/repo/sql/DeleteTest.java | 2 +-
.../repo/sql/ListAccountShadowOwnerTest.java | 32 +-
.../midpoint/repo/sql/ModifyAssignmentTest.java | 23 +-
.../com/evolveum/midpoint/repo/sql/ModifyTest.java | 70 +-
.../evolveum/midpoint/repo/sql/OrgClosureTest.java | 4 +-
.../evolveum/midpoint/repo/sql/OrgStructTest.java | 21 +-
.../midpoint/repo/sql/QueryInterpreterTest.java | 38 +-
.../midpoint/repo/sql/ResourceModifyTest.java | 2 +-
.../midpoint/repo/sql/SearchShadowOwnerTest.java | 2 +-
.../com/evolveum/midpoint/repo/sql/SearchTest.java | 4 +-
.../test/resources/ctx-configuration-sql-test.xml | 2 +-
.../src/test/resources/modify/resource-csv.xml | 92 +-
.../src/test/resources/modify/resource-opendj.xml | 122 ++-
...uery-account-by-attributes-and-resource-ref.xml | 4 +-
.../test/resources/query/query-or-composite.xml | 8 +-
.../repo/sql/SqlRepositoryServiceImpl.java | 2 +-
.../repo/sql/data/audit/RObjectDeltaOperation.java | 4 +-
.../repo/sql/data/common/RAbstractRole.java | 2 +-
.../repo/sql/data/common/RAnyConverter.java | 28 +-
.../midpoint/repo/sql/data/common/RAssignment.java | 4 +-
.../repo/sql/data/common/RConnectorHost.java | 21 +-
.../midpoint/repo/sql/data/common/RResource.java | 30 +-
.../repo/sql/data/common/RSystemConfiguration.java | 11 +-
.../repo/sql/data/common/RValuePolicy.java | 15 +-
.../repo/sql/data/common/any/RAnyReference.java | 7 +-
.../sql/data/common/embedded/RCapabilities.java | 35 +-
.../com/evolveum/midpoint/repo/sql/util/RUtil.java | 1113 +++++++++++---------
.../init/ConfigurableProtectorFactory.java | 2 +-
.../midpoint/tools/ninja/FileTransformer.java | 13 +-
.../midpoint/tools/ninja/KeyStoreDumper.java | 5 -
73 files changed, 1848 insertions(+), 1702 deletions(-)
delete mode 100644 infra/common/src/main/java/com/evolveum/midpoint/common/crypto/AESProtector.java
delete mode 100644 infra/common/src/test/java/com/evolveum/midpoint/common/crypto/TestProtector.java
create mode 100644 infra/prism/src/main/java/com/evolveum/midpoint/prism/util/ValueSerializationUtil.java
create mode 100644 infra/prism/src/test/java/com/evolveum/midpoint/prism/crypto/TestProtector.java
rename infra/{common => prism}/src/test/resources/keystore.jceks (100%)
create mode 100644 infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseUserJson.java
create mode 100644 infra/schema/src/test/java/com/evolveum/midpoint/schema/TestParseUserXml.java
copy infra/schema/src/test/resources/common/{ => xml}/user-jack.xml (100%)
hooks/post-receive
--
midPoint
More information about the midPoint-svn
mailing list