Commit Graph

15 Commits

Author SHA1 Message Date
Fabio Silva 0216c364b0 Add a Header to a Jersey SSE Client Request (#7662)
* Add a Header to a Jersey SSE Client Request

(cherry picked from commit ee70714e7885cf8713e9c2698a8a8d93fb6a53c8)

* Class and Methods rename
2019-08-27 08:33:06 -07:00
amit2103 3fa896b286 [BAEL-14843] - Fixed tests in jersey module 2019-06-02 23:28:11 +05:30
Laurentiu Delcea fd5afd015a BAEL-2924 Jersey request parameters (#7007)
* BAEL-2924 Jersey request parameters

* BAEL-2924 Jersey request parameters
2019-05-23 22:20:09 -07:00
Jonathan Cook ca4b6200a7 BAEL-2268 - Guide to JerseyTest (#5443)
* BAEL-2268 - Guide to JerseyTest
-  second attempt without formatting changes

* BAEL-2268 - Guide to JerseyTest

- Add line break to end of file
2018-10-13 20:19:14 +02:00
Jon Cook 3960410436 BAEL-2060 - Bean Validation in Jersey 2018-09-09 11:53:18 +02:00
Abhinayak Swar 8cbca2f805 Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS) (#5009)
* abh.swar@gmail.com: Code check-in for article on Spring WebFlux
1. EmailWebClient is the client that subscribes to the data from WebFlux server
2. EmailGenerator generates one email per second randomly
3. EmailHandler and EmailRouter deal with handling of request of the subscriber
4. Email is the POJO for data transmitted by the server

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java 8 and joda-time
- Added joda-time 2.10 dependency in pom.xml

* Revert "abh.swar@gmail.com: Code check-in for article on Spring WebFlux 1. EmailWebClient is the client that subscribes to the data from WebFlux server 2. EmailGenerator generates one email per second randomly 3. EmailHandler and EmailRouter deal with handling of request of the subscriber 4. Email is the POJO for data transmitted by the server"

This reverts commit 6254ad9

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java.util.Calendar and ApacheCommons and unit tests for it
- Used properties for ${joda.version}
- Formatted the code using IntelliJ formatter
- Renamed DateIncrementerTest to DateIncrementerUnitTest
- Changed test method names to follow _given_when_then convention

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Removed unnecessary comment

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Corrected the order of parameters of assertEquals() method

* Code check-in for http://jira.baeldung.com/browse/BAEL-2012 (Set a Response body in JAX-RS)
- Added a Responder resource that has all the REST endpoints
- Added a POJO Person which will be used for JSON serialization

* Create test

* Delete test
2018-09-01 09:50:42 +03:00
sachin fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
Jon Cook 0681d23e0e BAEL-1552 - Jersey MVC Support 2018-08-05 14:55:44 -07:00
Jon Cook 1f0aabed07 BAEL-1552 - Jersey MVC Support 2018-08-05 14:55:44 -07:00
Amit Pandey 7206e64bef Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
Marcos Lopez Gonzalez 660904aa68 tests skipped 2018-02-27 19:05:32 +01:00
Marcos Lopez Gonzalez 2f4d6e7e16 format 2018-02-27 17:59:07 +01:00
Marcos d1c884c9f1 format 2018-02-26 17:29:41 +01:00
Marcos Lopez Gonzalez ee1bca08c5 refactor 2018-02-25 21:49:51 +01:00
Marcos Lopez Gonzalez f532a2cf0b BAEL-1551 Jersey filters and interceptors 2018-02-25 21:36:23 +01:00