Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
-
None
-
Embedded container
Weld 1.x
Description
According to DS documentation, the basic way to build DS with Weld should be by running $ mvn clean install -PWeld.
Running this will indeed start the build but will then freeze mid-way through with no response/failure. For me, the last (successfully) executed test was org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest and then it just froze, doing nothing untill killed.
The build always freezes on deltaspike/core/impl tests. So the fastest way to reproduce it to run the command from there.
The above written command will, by default, use (an outdated) version 1.1.28.Final of Weld.
To use more up to date version, one can add something like this - -Dweld.version=1.1.33.Final. Anyway, version makes no difference here, it still freezes.
The tests are executed within embedded container.
NOTE: This only affects Weld 1.x, using Weld 2.x or 3.x works perfectly fine.
Attachments
Issue Links
- is related to
-
DELTASPIKE-1138 FutureableTest not compatible with weld v1.x
- Closed
-
DELTASPIKE-1141 @Futureable @Locked and @EnableInterceptor cannot work with CDI 1.0/Weld 1.x
- Closed