Ulisses Lima
dfb2b08d2f
removing redundant interface
2023-03-27 13:56:16 -03:00
Haroon Khan
bea0209f39
[JAVA-13976] Upgrade Spring Boot to 2.7.2 ( #12603 )
...
* [JAVA-13976] Upgrade Spring Boot to 2.7.2
* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
kwoyke
3958dcfab7
BAEL-5313: Use id path variable in the PUT mapping ( #11634 )
2021-12-29 13:50:16 +01:00
Yavuz Tas
4f8d720a86
BAEL-3682 integrate missing http message converters test from spring-web-modules/spring-rest-simple module
2021-06-20 04:49:39 +02:00
Yavuz Tas
2aecaaf386
BAEL-3682 remove setAutodetectAnnotations in favor of aligning with the article's code samples
2021-06-20 04:42:31 +02:00
Yavuz Tas
81dbc66531
BAEL-3682 add sample of http message converter beans autoconfiguration
2021-05-10 02:03:01 +02:00
Yavuz Tas
8b3b0d9e69
BAEL-3682 specify accept header to fix ambiguity of message converters in case XML converter added
2021-05-10 02:01:25 +02:00
Yavuz Tas
49aea26e22
BAEL-3682 isolate test by cleaning the foo records to fix bulk test run
2021-05-09 23:51:40 +02:00
Yavuz Tas
e3f7c0a8bd
BAEL-3682 reuse url
2021-05-09 23:49:51 +02:00
Yavuz Tas
0ede714513
BAEL-3682 remove empty test
2021-05-09 23:49:27 +02:00
sampadawagde
cee98f4a70
JAVA-4611: Update deprecations in spring-boot-rest module
2021-02-23 22:36:42 +05:30
Gerardo Roza
dde94e9154
enabled server.error.include-message for 'cause' field to get populated, and using boot properties in MyErrorController setup, plus avoding deprecated method that bypasses error properties'
2021-02-16 11:45:17 -03:00
Gerardo Roza
63816796fb
added include-message property (commented out as the other properties), and updated deprecated getErrorAttributes method (caused not including the message property)
2021-02-15 17:57:21 -03:00
Loredana Crusoveanu
a2f82f188c
Merge pull request #8696 from amit2103/BAEL-21705
...
added missing code which are mentioned in article
2020-03-01 21:58:37 +02:00
kwoyke
b030c29faa
BAEL-3819: Set returned content type to application/json ( #8759 )
...
* BAEL-3819: Set returned content type to application/json
* BAEL-3819: Add json and xml /content endpoints
2020-02-23 07:25:35 +01:00
kwoyke
76041fcda9
BAEL-3801: Update spring-boot-rest to use latest Spring Boot version ( #8740 )
...
* BAEL-3801: Upgrade to Spring Boot 2.2.2
* BAEL-3801: Fix JacksonMarshaller
* BAEL-3801: Get rid of deprecated HATEOAS classes
* BAEL-3801: Fix H2 tables drop order
* BAEL-3801: Remove commented property from pom.xml
2020-02-19 22:36:27 +01:00
amit.pandey
6e634d1bae
added missing code which are mentioned in article
2020-02-10 00:17:06 +05:30
kwoyke
538b8a10da
BAEL-3797: Remove XML config from the Http Message Converters with the Spring Framework ( #8627 )
2020-01-29 07:12:34 +01:00
mikr
9255424424
BAEL-20884 Revert move of spring-boot-rest module
2020-01-24 21:33:30 +01:00
mikr
2ea0d3aee6
BAEL-20884 Move Spring Boot Rest to Spring Boot Modules
2020-01-21 10:43:27 +01:00
amit.pandey
901d30aa3e
rename package name
2019-12-27 13:36:36 +05:30
amit.pandey
947e039ce4
rename package name
2019-12-27 13:32:29 +05:30
amit.pandey
d190fa741b
resolve merge conflict
2019-12-27 13:11:39 +05:30
kwoyke
ac4de4e809
BAEL-3576: Improve "Spring REST Entity to Dto" article ( #8320 )
...
* BAEL-3576: Update modelmapper to 2.3.5
* BAEL-3576: Code cleanup
2019-12-08 07:25:43 +07:00
amit2103
bd8a6c0271
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
2019-11-20 11:11:07 +05:30
amit2103
168564258a
[BAEL-17317] - Check article code - https://www.baeldung.com/rest-api-pagination-in-spring
2019-11-02 16:30:09 +05:30
Dhawal Kapil
7e18a82d1b
BAEL-16906 Slice 6 | The top 100 articles should have their own package in the module ( #7652 )
...
-Moved packages
2019-08-26 21:13:00 -04:00
Loredana Crusoveanu
2ff2df9be4
Merge pull request #7221 from amit2103/BAEL-14274-22
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/buildi…
2019-07-20 21:50:10 +03:00
Dhawal Kapil
b6ae9ec3b4
Story/bael 14304 ( #7311 )
...
* BAEL-15951 Moved vavr, JHipster to default profiles
* BAEL-14304 Include the SpringContextIntegrationTest in the default build
- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists
* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles
* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
amit2103
81eeba2e32
[BAEL-14274] - Fixed article code for https://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration
2019-06-30 16:16:25 +05:30
Loredana
6ee4fba327
update post controller
2019-04-21 17:41:00 +03:00
Ger Roza
f391ddf462
Moved Spring HATEOAS article to spring-boot-rest module
2019-04-16 17:13:15 -03:00
Loredana Crusoveanu
b1af7f30bd
Merge pull request #6720 from amit2103/BAEL-14089
...
[BAEL-14089] - Moved code for Entity to DTO article
2019-04-16 00:02:40 +03:00
amit2103
10897b14b8
[BAEL-14088] - Moved interceptop, rest config and live test back to spring-rest module
2019-04-15 00:05:03 +05:30
amit2103
f737435586
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14088
2019-04-14 23:36:44 +05:30
amit2103
4d5d647e71
[BAEL-14089] - Removed PostRestApplication main class and adjusted configuration
2019-04-14 23:34:23 +05:30
amit2103
a7febb73eb
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-14089
2019-04-14 23:05:34 +05:30
amit2103
bcbe5348e4
[BAEL-14090] - Moved code for Testing REST API article
2019-04-14 11:42:12 +05:30
amit2103
789c6695df
[BAEL-14089] - Moved code for Entity to DTO article
2019-04-14 00:49:30 +05:30
amit2103
6b0a96291e
[BAEL-14088] - Moved code for RequestBody and ResponseBody annotations article
2019-04-13 23:16:33 +05:30
enpy
88ca90327c
BAEL 2730 ( #6524 )
...
* BAEL 2730
* jackson-dataformat-xml uncommented
2019-03-19 19:59:02 -07:00
Loredana
7895993ee4
remove extra config
2019-03-17 12:29:40 +02:00
Loredana
20002723ab
remove extra import
2019-03-17 12:28:28 +02:00
Loredana
af544b8736
remove extra import
2019-03-17 12:27:29 +02:00
Loredana
f62a8d0f70
small fixes to match articles
2019-03-17 12:26:00 +02:00
Ger Roza
7ee231b817
[BAEL-11601] Move and update Testing REST with multiple MIME types article code
...
Moved the code and cleaned spring-rest-full module.
2019-02-24 11:49:28 -03:00
Ger Roza
1e9efcd606
Added scenario using FooPageableLiveTest bean
2019-02-24 09:40:25 -03:00
Ger Roza
52b164ffca
[BAEL-11597] Move and update Etags article
...
* Moved etags article related code
* Fixed existing etag Ignored test
* Added etag scentsio adding etag support to a single endpoint
* Added tests for single endpoint etag scenario
* Cleaned now unused code in spring-rest-full module
2019-02-24 09:40:25 -03:00
Eric Martin
8caf6bc78e
Merge pull request #6314 from pandachris/master
...
BAEL-2731 Testing APIs with Postman
2019-02-22 22:41:22 -06:00
Ger Roza
578d35d25d
Move and Update Rest and Http Message Converter Article:
...
moved code (mostly commented out)
changed readme file
added spring boot exampel simply adding bean, for xml too
2019-02-19 16:23:44 -03:00