timis1
b1ada18ac6
JAVA-18120 Fix ItemsUnitTest of Jersey module ( #13683 )
...
Co-authored-by: timis1 <noreplay@yahoo.com >
2023-03-22 21:45:33 +05:30
panos-kakos
11cfc12d96
[JAVA-18198] ( #13592 )
...
* [JAVA-18198] Moved spring-jersey module to jdk9-and-above profile
* [JAVA-18141] Moved jersey module to jdk9-and-above profile
* [JAVA-18140] Moved jaxb module to jdk9-and-above profile
---------
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com >
2023-03-09 20:35:15 +05:30
Dhawal Kapil
d6bf32214d
Java 12714 eugen ( #13358 )
...
* Java 12714 - Test build (#13191 )
* [JAVA-12714] Moved modules from default-first to jdk9-and-above profile
* [JAVA-12714] Moved modules from default-second to jdk9-and-above profile
* [JAVA-12714] Moved modules from default-heavy to jdk9-and-above profile
* [JAVA-12714] Clean up - test build
* [JAVA-12714] Clean up
* [JAVA-12714] test build
* [JAVA-12714] test build
* [JAVA-12714] test build
* [JAVA-12714] test build
* [JAVA-12714] test build
* [JAVA-12714] Clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* Master to JAVA-12714-eugen (#13302 )
* Java 15029 (#13257 )
* [JAVA-15029] Formatting
* [JAVA-15029] Clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* Java 15030 (#13253 )
* [JAVA-15030] Upgrade to http client 5
* [JAVA-15030] Fixed MimeType test
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* Java 16961 (#13236 )
* [JAVA-16961] Moved code for article "Create an Empty Map in Java"
* [JAVA-16961] Alter README.md
* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"
* [JAVA-16961] Added links to README.md files
* [JAVA-16961] Revert link changes
* [JAVA-16961] Replaced junit4 with junit5 annotations
* [JAVA-16961] test build
* [JAVA-16961] Added junit annotations
* [JAVA-16961] Added links
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280 )
* Bael 5436 new (#13283 )
* BAEL-5777 - Mocking a singleton with Mockito
* BAEL-5436 - Root mapping
* Revert "BAEL-5777 - Mocking a singleton with Mockito"
This reverts commit 358a061997 .
* BAEL-5436 - Uncommenting controller
* JAVA-15609 Changed to IntegrationTest to reproduce issue on Jenkins
* BAEL-5959: Adjust code style (#13299 )
* BAEL-5959: Monad in Java
* Fix test name
* Fix code style
* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article (#13279 )
* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article.
* JAVA-16085, Cleanup unnecessary resources samlKeystore.jks and library maven-war-plugin.
Co-authored-by: jogra <joseph.sterling.grah@miles.no >
* JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271 )
* JAVA-15621, Potential issue in "Guide to UUID in Java" article.
* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.
* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.
Co-authored-by: jogra <joseph.sterling.grah@miles.no >
* [JAVA-17295] Create and initialize ThreadPoolTaskExecutor (#13249 )
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* [JAVA-15025] Upgraded to apache http 5 (#13296 )
* [JAVA-15025] Upgraded to apache http 5
* [JAVA-15025] Clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* [JAVA-15016] Upgraded to apache http client 5.2 (#13269 )
* [JAVA-15016] Upgraded to apache http client 5.2
* [JAVA-15016] Clean up
* [JAVA-15016] Junit 5 clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com >
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com >
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com >
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com >
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com >
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com >
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com >
Co-authored-by: jogra <joseph.sterling.grah@miles.no >
* Update pom.xml
* [JAVA-12714] Removed plugin from atomix module (#13342 )
* [JAVA-12714] Removed plugin from atomix module
* [JAVA-12714] Removed compiler plugin
* [JAVA-12714] Removed compiler plugin
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
* JAVA-12714 Fixed conflicts
* JAVA-12714 Temporarily disabling ItemsUnitTest
* JAVA-12714 Removed Duplicate Classes
---------
Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com >
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com >
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com >
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com >
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com >
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com >
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com >
Co-authored-by: jogra <joseph.sterling.grah@miles.no >
2023-02-03 10:27:34 +05:30
anuragkumawat
950e68946d
JAVA-16722 Upgrade and Fix unit tests of jersey module ( #13193 )
2023-01-02 21:22:06 +05:30
Dhawal Kapil
2af777c4ea
JAVA-16288 Disabled intermittently failing test ( #13140 )
2022-12-08 11:32:44 +05:30
johnA1331
9bdaa7ac81
Update README.md
2022-04-27 17:23:04 +08:00
Ulisses Lima
c29de634b7
BAEL-5157 - Exception Handling with Jersey ( #12090 )
...
* BAEL-5157 - Exception Handling with Jersey
First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit
* BAEL-5157
* more meaningful exception messages
* BAEL-5157
* midified integration test to use the first available port
2022-04-19 11:02:25 -07:00
Ulisses Lima
87537f3e86
BAEL-5157 - Exception Handling With Jersey ( #12082 )
...
* BAEL-5157 - Exception Handling with Jersey
First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit
* BAEL-5157
* more meaningful exception messages
2022-04-18 17:37:21 -07:00
Ulisses Lima
af9d21ce72
BAEL-5157 - Exception Handling with Jersey ( #12045 )
...
First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit
2022-04-11 09:43:37 -07:00
freelansam
23fec3d8a7
JAVA-7178: Fix formatting of POMs ( #11236 )
...
* JAVA-7178: Fix formatting of POMs
* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
Dhawal Kapil
0ee1125908
JAVA-3247 Reduce logging of tutorials-integration job
2021-08-21 14:14:24 +05:30
sampadawagde
d10d934493
JAVA-5223: Fix formatting of POMs (Part 8)
2021-05-09 16:26:44 +05:30
catalin-burcea
2f7e94bc92
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
johnA1331
31c52118db
Update README.md
2019-10-15 16:04:46 +08:00
Alessio Stalla
f17cb73647
#BAEL-17521 add README descriptions ( #7937 )
2019-10-04 09:52:53 +03:00
Josh Cummings
e2f6187f35
Update links to https ( #7931 )
...
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* Update README.md
* https added
* https added
* Update README.md
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
2019-10-02 20:30:08 +03:00
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
f4a0913e79
[BAEL-15942] - POM Properties Cleanup
2019-07-14 18:40:26 +05:30
Loredana Crusoveanu
c03b46093c
Merge pull request #7073 from amit2103/BAEL-14843
...
[BAEL-14843] - Fixed tests in jersey module
2019-06-09 09:06:51 +03:00
Loredana Crusoveanu
26fab288f0
Merge branch 'master' into master
2019-06-08 14:11:25 +03:00
collaboratewithakash
55ad52dac8
Back-link added
2019-06-05 16:19:29 +05:30
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
Dhawal Kapil
4058bfc601
BAEL-9567 Align module names, folder names and artifact id
...
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
charlesgonzales
23143a0c17
Bi-monthly test fix - BAEL-10195 ( #5626 )
...
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
2018-11-08 21:23:23 +01: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
Tom Hombergs
03d00ed75c
Merge branch 'master' into thombergs-patch-29
2018-10-02 20:39:41 +02:00
charlesgonzales
4cbc8d0bac
To add/fix links (Team Jira BAEL-9015) ( #5332 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2018-09-27 09:09:58 +02:00
Tom Hombergs
7b1e4c8e75
added link
2018-09-16 22:25:10 +02:00
Jon Cook
410ce3d144
merge from upstream
2018-09-09 11:55:42 +02:00
Jon Cook
3960410436
BAEL-2060 - Bean Validation in Jersey
2018-09-09 11:53:18 +02:00
Rokon Uddin Ahmed
fccf56fdc2
BAEL-8287 ( #5180 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2018-09-07 13:56:13 +03: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
Sanjay Patel
cddf858c05
BAEL-5246: pom cleanup ( #4620 )
...
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project
* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud
* BAEL-5246: pom cleanup upto testing-modules/junit5
* BAEL-5246: pom cleanup - upto xstream
* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02: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
amit2103
f2128ad054
Bael 5249 cleanup ( #4108 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
amit2103
ba1ba8455d
Bael 5249 ( #4052 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* Spring-dependency injection
* BAEL-1683-Guide to Java Clock class
* BAEL-1683-Guide to Java Clock class
* added article link
* added article link
* fixed link
* refactoring packages and using generics
* BAEL-717: Singleton Session Bean. (#4046 )
* BAEL-717: Singleton EJB Bean
Files for BAEL-717:Singleton EJB Bean.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Changed artifactId value.
* BAEL-717: Singleton EJB Bean.
Added module for Singleton EJB Bean.
* BAEL-717: Singleton EJB Bean.
Removed Singleton EJB Bean Module.
* BAEL-717: Singleton EJB Bean
Changed the JNDI Lookup name.
* BAEL-717: Singleton EJB Bean.
Added the "singleton-ejb-bean" module.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717:Singleton EJB Bean.
Corrected Indentation.
* BAEL-717:Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton Session Bean.
Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Changing the name of the class to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Added method to test Bean-Managed concurrency.
* Get Latest.
* deleting CountryStateBeanManagedBean for new file.
* deleting CountryStateCacheBean for new file.
* deleting CountryStateContainerManagedBean for new file.
* BAEL-717: Singleton Session Bean.
Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.
* Deleting file for new checkin.
* BAEL-717: Singleton Session Bean.
Added test case for Bean-Manged concurrency.
Change in JNDI names.
* BAEL-717: Singleton Session Bean.
Changed the assert method parameter order and null check in test cases.
* BAEL-717:Singleton Session Bean
Removed volatile keyword for the variable countryStatesMap. Marking it as final.
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (#3890 )
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum
* Commiting editor's suggested changes
* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin
* Revert commit for BAEL 1687 - Moving those files to a new branch
* Use AssertJ and BDD-style on unit testing
* BAEL 1639: added singleton examples and test. (#3977 )
* BAEL-1701 (#4012 )
* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)
* BAEL-1701: Complete examples
* added article links
* removed folder "SpringDependencyInjection"
e Please enter the commit message for your changes. Lines starting
* BAEL-1706 - optional parameters in java (#4050 )
* BAEL-1706 - optional parameters in java
* minor adjustments per review
* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading
* BAEL-1706 Test name change, formatting
* working with booleans in thymeleaf (#4061 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit (#4058 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit
* updated test cases
* Update README.md
* Demonstration of Java assert
* BAEL-1679 (#3959 )
* BAEL-1412 add java 8 spring data features
* BAEL-21 new HTTP API overview
* BAEL-21 fix executor
* BAEL-1432 add custom gradle task
* BAEL-1567 add samples of cookie and session in serlvet
* BAEL-1567 use stream api
* BAEL-1567 fix optional
* BAEL-1679 add query annotation jpa spring data
* BAEL-1679 added new junits
* BAEL-1679 use assertJ, use givenWhenThen naming convention
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* spring-data final
* service locator pattern
* service locator pattern
* variable name changes
* Spring MVC @PathVariable dot (.) get truncated
* testing changes
* Update README files (#4065 )
* BAEL-1612: Update README
* BAEL-1562: Update README
* BAEL-1562: Update README
* BAEL-1369
* BAEL-1369
* BAEL-1369
* remove comments
* Back-link corrected (#4071 )
* Back-link corrected (#4073 )
* Back-link added (#4074 )
* Back-link added (#4075 )
* Back-link added (#4076 )
* Back-link added (#4077 )
* Back-link added (#4078 )
* Back-link added (#4080 )
* Back-link added (#4081 )
* Back-link added (#4083 )
* Back-link corrected (#4086 )
* Back-link added (#4087 )
* Back-link added (#4091 )
* Back-link added (#4089 )
* added example code for Java mail (#4101 )
* Back-link added (#4099 )
* Back-link added (#4088 )
* Back-link added (#4082 )
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
2018-04-26 08:50:35 +02:00
Loredana Crusoveanu
bcb92aa59a
Create README.md
2018-03-18 19:16:17 +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