[JBoss JIRA] (ARQGRA-136) Replace mockito dependency with cglib
by Lukáš Fryč (JIRA)
Lukáš Fryč created ARQGRA-136:
---------------------------------
Summary: Replace mockito dependency with cglib
Key: ARQGRA-136
URL: https://issues.jboss.org/browse/ARQGRA-136
Project: Arquillian Graphene
Issue Type: Enhancement
Components: core
Affects Versions: 2.0.0.Alpha1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 1.0.0.Alpha2
I was using Javassist for creating proxies for classes,
however it was calling constructor chain, which is not appropriate,
since WebDriver impls does start the browser when using constructor.
I have not find simple solution with Javassist, but cglib offers such solution,
which I have found when looking into Mockito implementation, which apparently does not call constructors.
I have used Mockito's internal {{ClassImposterizer}} since it has exactly the API I was looking for.
Let's separate it and use cglib dependency only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (ARQ-520) ResolutionException for artifact org.jboss.arquillian.osgi:arquillian-osgi-bundle:jar
by Thomas Diesler (JIRA)
ResolutionException for artifact org.jboss.arquillian.osgi:arquillian-osgi-bundle:jar
-------------------------------------------------------------------------------------
Key: ARQ-520
URL: https://issues.jboss.org/browse/ARQ-520
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: OSGi Containers
Affects Versions: osgi_1.0.0.CR2
Reporter: Thomas Diesler
Assignee: Thomas Diesler
When the JBoss Nexus repo is not defined in ~/.m2/settings.xml we get
org.jboss.shrinkwrap.resolver.api.ResolutionException: Unable to resolve an artifact
at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl.resolveAsFiles(MavenBuilderImpl.java:324)
at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl.resolveAsFiles(MavenBuilderImpl.java:70)
at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl$MavenArtifactBuilderImpl.resolveAsFiles(MavenBuilderImpl.java:471)
at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl$MavenArtifactBuilderImpl.resolveAsFiles(MavenBuilderImpl.java:405)
at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.installBundle(EmbeddedDeployableContainer.java:182)
at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.start(EmbeddedDeployableContainer.java:108)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months