[midPoint-git] [Evolveum/prism] bc1fc6: Synchronize SchemaParsingUtil#createAndParse
mederly
noreply at github.com
Mon Apr 22 12:39:20 CEST 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/prism
Commit: bc1fc688c1fb92d7193b2388d0e34f2b9aaf5481
https://github.com/Evolveum/prism/commit/bc1fc688c1fb92d7193b2388d0e34f2b9aaf5481
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/schema/SchemaParsingUtil.java
M infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/TestPrismSchemaConstruction.java
M infra/util/src/main/java/com/evolveum/midpoint/util/DOMUtil.java
Log Message:
-----------
Synchronize SchemaParsingUtil#createAndParse
Only one of these two methods was synchronized. After recent changes,
the second one started to be used. So we have to synchronize both of
them.
This should fix failing
TestDummyExtra#test990ParseConnectorSchemaMultithreaded.
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/prism/settings/notifications
More information about the midPoint-svn
mailing list