Commit Graph

9 Commits

Author SHA1 Message Date
johnA1331 ea4d34438a Update README.md 2020-12-23 22:30:16 +08:00
Trixi-Turny f542a4afab Bael 4457 list of json objects with rest template (#10058)
* Add users.json

* BAEL-4457 demo app with Object array and ParameterizedTypeReference example

* BAEL-4457 write unit tests

* BAEL-4456 remove new directory

* BAEL-4457 fix pom and testname

* BAEL-4457 use default target release

* BAEL-4457 add more examples of processing the objects and address comments

* BAEL-4457 remove new ArrayList and put @ResponseBody before public

* BAEL-4457 use static userJson object

* BAEL-4456 tidy up extra spaces

* BAEL-4457 removed too many brackets

* BAEL-4457 remove incorrect assertion

* BAEL-4457 use a service instead of another controller

* BAEL-4457 use ObjectMapper to extract usernames from objects

* BAEL-4457 fix UserController

* BAEL-4457 delete provider service and controller

* BAEL-4457 use functional interface where possible

* BAEL-4457 remove unnecessary annotations and tidy indents for exchange()

* BAEL-4457 use @JsonCreator and @JsonProperty and resolve comments

* BAEL-4457 improve comment

* BAEL-4457 remove comments and use assertj core lib for assertions

* BAEL-4457 fix indents

Co-authored-by: Trixi Turny <writetotrixi@gmail.com>
2020-12-18 09:11:27 +00:00
johnA1331 57f16ccd0c Update README.md 2020-11-24 03:01:37 +08:00
Dhawal Kapil d1cc5e98bd Merge pull request #10153 from amit2103/JAVA-2423-2
JAVA-2423 moved spring-rest-compress module to spring-resttemplate-2 module
2020-11-15 14:57:46 +05:30
amit.pandey b447b94b50 moved spring-rest-compress module to spring-resttemplate-2 module 2020-10-11 16:26:31 +05:30
Benjamin Caure 565d4f32c2 BAEL-4328 2020-10-09 12:53:19 +02:00
kwoyke 0423536cf4 JAVA-2113: Split or move spring-resttemplate module (#9753)
* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2

* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2

* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2

* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3

* JAVA-2113: Fix the test
2020-07-28 09:31:54 +05:30
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Benjamin Caure 4456caf9d7 BAEL-4078 Rest template logging (#9430) 2020-06-13 14:54:57 +02:00