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

Removing Groovy support. Closes #308. Closes #291 #310

Merged
merged 5 commits into from
Jun 24, 2015

Conversation

kubamarchwicki
Copy link
Contributor

Removing Groovy support from main project as described in #291 (comment)

Steps taken:

  • removing groovy from pom.xml
  • removing Arquillian Sputnik and maven-surefire-plugin magic from main pom.xml
  • moving ExtendedPersistenceContextSpecification and JpaListenerInjectionSpecification and FilterServletSpecification to a new project
  • adding standard jUnit JPA tests (in place for Specifications)
  • updating README file

This PR depends a bit on houskeeping from #309

@@ -148,7 +144,9 @@ There is just a bunch of things you should keep in mind before sending a pull re

Standard tests are jUnit based - for example [this commit](servlet/servlet-filters/src/test/java/org/javaee7/servlet/filters/FilterServletTest.java). Test classes naming must comply with surefire naming standards `**/*Test.java`, `**/*Test*.java` or `**/*TestCase.java`.

However, if you fancy something new, hip and fashionable we also accept Spock specifications - [like here](/servlet/servlet-filters/src/test/groovy/org/javaee7/servlet/filters/FilterServletSpecification.groovy). The spec files are included in the maven test phase if and only if you follow Spock naming convention and give your `Specification` suffix the magic will happen.
However, if you fancy something new, hip and fashionable it is perfectly legal to write Spock specifications as standard JavaEE integration test. For the sake of clarity and consistency, to minimize the upfront complexity, in this project we prefare standard jUnit test. However, some Spock example are provided in the `extra/spock-tests` folder - [like here](extra/spock-tests/src/test/java/org/javaee7/servlet/filters/FilterServletSpecification.groovy). The `spock-tests` project also showcases the Maven configuration. In this particular case the Groovy Specification files are included in the maven test phase if and only if you follow Spock naming convention and give your `Specification` suffix the magic will happen.
Copy link
Contributor

Choose a reason for hiding this comment

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

prefare -> prefer

@maxandersen
Copy link
Contributor

awesome - I did a much smaller "fix" at https://github.com/maxandersen/javaee7-samples/tree/groovyredux, but if this PR is acceptable then things get much simpler.

arun-gupta added a commit that referenced this pull request Jun 24, 2015
Removing Groovy support. Closes #308. Closes #291
@arun-gupta arun-gupta merged commit 6d194bc into javaee-samples:master Jun 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants