Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 1.0.0.CR2
-
Fix Version/s: 1.0.0.CR3
-
Component/s: Configuration
-
Labels:None
-
Git Pull Request:
Description
Arquillian relies upon internals of ShrinkWrap Descriptors for compilation in:
arquillian-config
arquillian-protocol-servlet
Because the implementation of SD is subject to change over time, we must remove the compile dependency here by either moving bits to a stable SD SPI, and/or moving code temporarily to ARQ. This temporary code may be removed when the SD API becomes stable and back-compat guaranteed.
Gliffy Diagrams
Issue Links
- is blocked by
-
SHRINKDESC-56
Create SPI module
-
- Closed
-
- relates to
-
ARQ-517
Remove hack/copied classes introduced to protocol-servlet as part of ARQ-514
-
- Open
-
This pull request brings in shrinkwrap-descriptors:1.1.0-alpha-1, introducing an SPI module which is not yet API-locked.