javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

Basic test for async requests and JASPIC #256

Closed arjantijms closed 10 years ago

bartoszmajsak commented 10 years ago

Pushed upstream. Thank you! Just as a hint for next pull requests - it's better to create feature branch instead of developing directly on master in your fork, as you now need to reset your master again main repo because they are not the same anymore.

I will document contribution tips in wiki soon.

arjantijms commented 10 years ago

Okay thanks for the hint. Fetching new data for the master branch is not really that problematic, but I'll look forward to see the contribution tips in the wiki then ;)