Commit Graph

46 Commits

Author SHA1 Message Date
panos-kakos befc8fc255 [JAVA-18183] Added jaxb dependency (#13833) 2023-04-14 18:45:10 +05:30
Loredana Crusoveanu f5fa90c236 Merge pull request #13568 from Jacky-code519/master
Could com.baeldung.web: spring-boot-rest: 0.0.1-SNAPSHOT drop off redundant dependencies?
2023-03-28 14:07:17 +03:00
Ulisses Lima 44cc5f5220 removing redundant interface 2023-03-27 13:56:16 -03:00
panos-kakos 15d85085f5 JAVA-18183 Upgraded spring related modules (#13574)
* [JAVA-18183] Moved spring-batch module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-boot-rest module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-drools module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-exceptions module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-jenkins-pipeline module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-core module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-core-4 module to jdk9-and-above-profile

* [JAVA-18183] Moved spring-integration module to jdk9-and-above-profile

* [JAVA-18183] Upgraded spring-drools dependencies

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-06 20:22:07 +05:30
student-future cb1f286dff Update pom.xml 2023-03-02 20:48:13 +08:00
student-future a3644198c4 Update pom.xml 2023-03-02 20:46:18 +08:00
Haroon Khan 64134309d1 [JAVA-16367] Update modelmapper lib version 2022-11-30 21:25:53 +00:00
Haroon Khan b9789c23f0 [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
Krzysiek 5242966787 JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
kwoyke 26e179e3d3 BAEL-5313: Use id path variable in the PUT mapping (#11634) 2021-12-29 13:50:16 +01:00
Krzysiek 36d9dcab1e JAVA-9055: Update to ModelMapper 2.4.5 2021-12-27 15:08:11 +01:00
johnA1331 e2f9d8b6a5 Update README.md 2021-09-24 15:05:35 +08:00
Yavuz Tas 5b59b7f652 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 039416f0eb BAEL-3682 remove setAutodetectAnnotations in favor of aligning with the article's code samples 2021-06-20 04:42:31 +02:00
Yavuz Tas 0de91a119e Merge branch 'master' into BAEL-3682 2021-06-20 01:29:31 +02:00
sampadawagde b59a0ba668 JAVA-5409: Fix formatting of POMs (Part 1) 2021-05-14 17:42:38 +05:30
Yavuz Tas af009149dc BAEL-3682 add sample of http message converter beans autoconfiguration 2021-05-10 02:03:01 +02:00
Yavuz Tas e5c3f48f86 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 099b9d514f BAEL-3682 isolate test by cleaning the foo records to fix bulk test run 2021-05-09 23:51:40 +02:00
Yavuz Tas 525abe9831 BAEL-3682 reuse url 2021-05-09 23:49:51 +02:00
Yavuz Tas 581a897577 BAEL-3682 remove empty test 2021-05-09 23:49:27 +02:00
sampadawagde 9d7a90cab9 JAVA-4611: Update deprecations in spring-boot-rest module 2021-02-23 22:36:42 +05:30
Gerardo Roza 14acea1f33 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 8f91e48a32 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
Krzysztof Woyke b8a3dd7a68 JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00
kwoyke 7186e90e46 BAEL-4003: Add byte-buddy dependency (#9134) 2020-04-18 18:04:17 +02:00
Donato Rimenti 2261dd80d4 [JAVA-22] Moved articles not in ebook from spring-boot-rest to spring-boot-mvc-2 2020-03-19 19:39:47 +01:00
Loredana Crusoveanu 67c78aedd7 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 3e8be17de2 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 059a9e6a51 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 55f393b2a3 added missing code which are mentioned in article 2020-02-10 00:17:06 +05:30
kwoyke 7791282270 BAEL-3797: Remove XML config from the Http Message Converters with the Spring Framework (#8627) 2020-01-29 07:12:34 +01:00
Loredana Crusoveanu e71cc54b37 Merge pull request #8487 from kwoyke/BAEL-20663
BAEL-20663: Upgrade to the latest Spring Boot 2.2.2 version
2020-01-26 11:30:59 +02:00
Loredana Crusoveanu 4874fb56ae Update README.md 2020-01-25 00:21:44 +02:00
mikr afca8d82a7 BAEL-20884 Revert move of spring-boot-rest module - fix relative path in pom 2020-01-24 21:41:00 +01:00
mikr aedf239a32 BAEL-20884 Revert move of spring-boot-rest module 2020-01-24 21:33:30 +01:00
mikr 65b8a95943 BAEL-20884 Move Spring Boot Rest to Spring Boot Modules 2020-01-21 10:43:27 +01:00
Krzysztof Woyke 3fc3ab33ed BAEL-20663: Temporarly downgrade Spring Boot to 2.1.9 in spring-boot-rest 2020-01-08 07:49:05 +01:00
amit.pandey 6a67c8c719 rename package name 2019-12-27 13:36:36 +05:30
amit.pandey b3ec0955bb rename package name 2019-12-27 13:32:29 +05:30
amit.pandey 22a2020339 resolve merge conflict 2019-12-27 13:11:39 +05:30
kwoyke 251f9f756e 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
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
amit2103 cbf0e6f6f1 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
amit2103 017f467ba8 [BAEL-17317] - Check article code - https://www.baeldung.com/rest-api-pagination-in-spring 2019-11-02 16:30:09 +05:30
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00