Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFARQ-12 Allow extending ArquillianConfig service #68

Merged
merged 1 commit into from Mar 10, 2016

Conversation

arcivanov
Copy link
Contributor

No description provided.

@arcivanov arcivanov force-pushed the ARQ-2021 branch 2 times, most recently from 3384c49 to 89323d4 Compare March 7, 2016 22:11
@tdiesler
Copy link

tdiesler commented Mar 8, 2016

Fine with me

@arcivanov arcivanov changed the title ARQ-2021 Allow extending ArquillianConfig service WFARQ-12 Allow extending ArquillianConfig service Mar 8, 2016
@@ -105,6 +105,10 @@
try {
Collection<Archive<?>> auxArchives = testDeployment.getAuxiliaryArchives();
JavaArchive archive = generateArquillianServiceArchive(auxArchives);

Processor processor = new Processor(testDeployment, protocolProcessors);
processor.process(archive);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand why this is needed. Couldn't the loop just happen here instead of a new class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is taken directly from Servlet 3.0 protocol. I decided not to breed custom types of solutions. I can obviously implement directly if you'd like.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah okay. I think I'd prefer it here. No need to abstract IMO :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be back in around an hour or so. If you don't get a chance to get to it I will merge it and change it, then cut a 1.1 release :).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do the inline implementation :)

@arcivanov
Copy link
Contributor Author

@jamezp done

jamezp added a commit that referenced this pull request Mar 10, 2016
WFARQ-12 Allow extending ArquillianConfig service
@jamezp jamezp merged commit f12f6ba into wildfly:1.1 Mar 10, 2016
@arcivanov arcivanov deleted the ARQ-2021 branch March 10, 2016 20:38
@jamezp
Copy link
Member

jamezp commented Mar 10, 2016

Alright 1.1.0.Beta2 has been released. It make take a few hours to hit maven central, but it's in the JBoss Nexus Repository.

@arcivanov
Copy link
Contributor Author

Thanks a lot, really appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants