[JBoss JIRA] (ARQ-1789) add tomcat 8 managed and/or remote container adapters
by Peter Butkovic (JIRA)
Peter Butkovic created ARQ-1789:
-----------------------------------
Summary: add tomcat 8 managed and/or remote container adapters
Key: ARQ-1789
URL: https://issues.jboss.org/browse/ARQ-1789
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Peter Butkovic
I'd like to see managed and/or remote support for tomcat 8 available in arquillian.
As I need to do some container pre-configuration/patching before the run as well as to have clear classpath separation.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (ARQGRA-433) FieldAccessValidatorEnricher checks access to fields uniformly
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-433?page=com.atlassian.jira.plugin... ]
Juraj Húska updated ARQGRA-433:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/arquillian/arquillian-graphene/pull/106
> FieldAccessValidatorEnricher checks access to fields uniformly
> --------------------------------------------------------------
>
> Key: ARQGRA-433
> URL: https://issues.jboss.org/browse/ARQGRA-433
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.2.Final
> Reporter: Stefan Miklosovic
> Assignee: Juraj Húska
> Priority: Optional
> Fix For: 2.0.3.Final
>
>
> I have this test
> {code}
> @Rule
> public ExpectedException expectedException = ExpectedException.none();
> @Test
> @InSequence(2)
> @ReportMessage("This method should pass.")
> public void testWithExpectedExceptionRule() {
> expectedException.expect(RuntimeException.class);
> throw new RuntimeException("this exception is expected");
> }
> {code}
> Logger writes this out:
> WARNING: Public field 'expectedException' found in org.arquillian.droidium.devconf.AeroGearTestCase. Direct access to fields outside of the declaring class is not allowed.
> Apr 01, 2014 11:50:27 AM org.jboss.arquillian.graphene.enricher.FieldAccessValidatorEnricher checkFieldValidity
> However that @Rule field _has to be_ public
> {quote}
> A field must be public, not static, and a subtype of TestRule
> {quote}
> So in this case validation does not make sense.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (ARQ-1788) containers - code refactoring
by Martin Basovnik (JIRA)
[ https://issues.jboss.org/browse/ARQ-1788?page=com.atlassian.jira.plugin.s... ]
Martin Basovnik updated ARQ-1788:
---------------------------------
Description:
*Code refactoring*
- Create an ancestor for managed/remote containers using JMX
- Rename class OSGiContainerConfiguration to EmbeddedContainerConfiguration
- Process bootstrapCompleteServices in CommonDeployableContainer
was:
*Code refactoring*
- Create an ancestor for managed/remote containers using JMX
- Rename class OSGiContainerConfiguration to EmbeddedContainerConfiguration
- bootstrapCompleteServices
- ...
> containers - code refactoring
> -----------------------------
>
> Key: ARQ-1788
> URL: https://issues.jboss.org/browse/ARQ-1788
> Project: Arquillian
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: OSGi Containers
> Reporter: Martin Basovnik
> Assignee: Thomas Diesler
>
> *Code refactoring*
> - Create an ancestor for managed/remote containers using JMX
> - Rename class OSGiContainerConfiguration to EmbeddedContainerConfiguration
> - Process bootstrapCompleteServices in CommonDeployableContainer
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months