Hi
I Reviewed the changes.
If the
https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/UnknownElement.java
changes address an Time Of Destruction / Time of Use issue it should
work. If "realThing" is created / changed from another threat the
changes (or even the initial object) may not be visible from the other
threads (even if the reference to the object is). This code in itself is
NOT thread safe. Given the report was on a Time Of Destruction error it
could help.
Notwithstanding +1
Br Martijn
Op 10/07/2021 om 20:51 schreef Stefan Bodewig:
Hi all
I've created a release candidate for 1.10.11:
git tag: ANT_1.10.11_RC1
on commit: 01ce0c3b1
tarballs: https://dist.apache.org/repos/dist/dev/ant/
revision: 48767
Maven artifacts:
https://repository.apache.org/content/repositories/orgapacheant-1049/org/apache/ant/
Cheers
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]