[weld/core] 2bb641: Update WildFly Arquillian version, get rid of old ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 2bb6411dce82f5d4cb0cc0f3c836359c31577a6b
https://github.com/weld/core/commit/2bb6411dce82f5d4cb0cc0f3c836359c31577a6b
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M pom.xml
M tests-arquillian/pom.xml
Log Message:
-----------
Update WildFly Arquillian version, get rid of old workaround.
Add Arq. BOM, update Arquillian.
Add repository for latest jcommander and testng, upgrade both.
Commit: 774d6eca1d16ead9a6d14741ecdd2f4e84ace898
https://github.com/weld/core/commit/774d6eca1d16ead9a6d14741ecdd2f4e84ace898
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M environments/servlet/pom.xml
Log Message:
-----------
Allign JUnit version in servlet.
Commit: a1071a756748064da64f61917ecc4bc2c34aa0ec
https://github.com/weld/core/commit/a1071a756748064da64f61917ecc4bc2c34aa0ec
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/synthetic/bdm/SyntheticArchiveDiscoveryModeChangeTest.java
Log Message:
-----------
Correct SyntheticArchiveDiscoveryModeChangeTest
Commit: e2c3211a55f2496bb772cb5805fd8722829086aa
https://github.com/weld/core/commit/e2c3211a55f2496bb772cb5805fd8722829086aa
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java
Log Message:
-----------
WELD-2463 Fix the generated string for the purpose of the test.
Commit: ac620bad020595bfc539baaf7a2cd7bb62a620cc
https://github.com/weld/core/commit/ac620bad020595bfc539baaf7a2cd7bb62a620cc
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M probe/tests/pom.xml
Log Message:
-----------
Update JSON test dependencies.
Commit: 732e3b78f0da422df2d79b08bebd903943181a7f
https://github.com/weld/core/commit/732e3b78f0da422df2d79b08bebd903943181a7f
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M jboss-tck-runner/pom.xml
M pom.xml
M tests-arquillian/pom.xml
Log Message:
-----------
Add bunch of dependencies which are no longer available in the JDK by default.
Commit: 24f0a597d5aaafcd064d7ecd4964772d0ce3435f
https://github.com/weld/core/commit/24f0a597d5aaafcd064d7ecd4964772d0ce3435f
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M pom.xml
M tests-arquillian/pom.xml
M tests-arquillian/src/test/resources/wildfly-arquillian.xml
Log Message:
-----------
Try to override jboss-marshalling version in wfly-arq adapter.
Commit: 4a29375794e7cd1951b47b97e877e731149072a5
https://github.com/weld/core/commit/4a29375794e7cd1951b47b97e877e731149072a5
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-10 (Tue, 10 Apr 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Add explanatory comments so we know when it's safe to remove temporary hacks.
Compare: https://github.com/weld/core/compare/12c26a64ce72...4a29375794e7
6 years, 7 months
[weld/core] 6d2d03: WELD-2477: Optimize string representation of Annot...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 6d2d038d8e34869ccdc566364c5cdb40ac476750
https://github.com/weld/core/commit/6d2d038d8e34869ccdc566364c5cdb40ac476750
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-04-05 (Thu, 05 Apr 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/slim/AnnotatedTypeIdentifier.java
M impl/src/main/java/org/jboss/weld/util/AnnotatedTypes.java
M jboss-tck-runner/src/test/tck20/tck-tests.xml
M tests/src/test/java/org/jboss/weld/tests/unit/util/AnnotatedTypesTest.java
Log Message:
-----------
WELD-2477: Optimize string representation of AnnotatedTypeIdentifier
- AnnotatedTypes.createdTypeId() - use hash of generated typeId
- shorten bdaId - bean deployment archive id very often starts with context id
- shorten suffix - AnnodatedType added by an extension often has suffix starting with class FQCN
- ashorten modified - use 0 and 1
- also update TCK exclude list
6 years, 7 months