Commit Graph

582 Commits

Author SHA1 Message Date
Eric Martin
d97d121230 Merge pull request #10736 from wlesniak/master
BAEL-4564 - Difference between Interceptor and Filter in Spring MVC
2021-05-16 13:33:56 -05:00
Stéphane Traumat
4c4bc6c608 Adding cassandre tutorial (#10757)
* Adding Cassandre

* Added a logger

* Added a logger

* Change test name

* Change test name

* Moved to spring-boot-modules

* remove cassandre from the spring-boot-modules pom, and add it in the main pom.
2021-05-14 08:58:18 -07:00
kwoyke
aa5ded18d6 Merge pull request #10759 from freelansam/JAVA-5223
JAVA-5223: Fix formatting of POMs
2021-05-14 10:46:19 +02:00
sampadawagde
54cd71f12d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
sampadawagde
3a9cc37beb JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
sampadawagde
e48ab0310e JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) 2021-05-13 22:45:35 +05:30
johnA1331
4eab2e9678 Update README.md 2021-05-12 23:25:49 +08:00
wlesniak
5622f87eed BAEL-4564 revertt readme file as it will be auto updated 2021-05-08 21:55:18 +01:00
Gerardo Roza
a10a2e386c fixed error in staging multidocument integration test 2021-05-08 15:17:56 -03:00
wlesniak
b1814cd005 BAEL-4564 fixed code formatting 2021-05-06 16:18:12 +01:00
wlesniak
e502d4b379 BAEL-4564 Sample code for article filters vs spring handler interceptor 2021-05-06 16:06:09 +01:00
johnA1331
330bd2e12d Update README.md 2021-04-29 05:46:32 +08:00
Greg
58c06a67e3 Merge pull request #10603 from saleco/master
BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
2021-04-26 14:22:53 -04:00
Krzysztof Woyke
6be779d99b JAVA-5190: Add spring-boot-disable-logging to the spring-boot-modules pom.xml 2021-04-21 14:49:07 +02:00
Krzysztof Woyke
42e8c3cea4 JAVA-5190: Create a new spring-boot-disable-logging module 2021-04-21 13:47:55 +02:00
Krzysztof Woyke
39828a0e43 JAVA-5190: Fix spring-boot-runtime config and tests 2021-04-19 22:24:05 +02:00
Sallo Szrajbman
6750b2ed01 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Code review issues
2021-04-18 19:36:31 +01:00
Sallo Szrajbman
dbaae18352 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Updating Spring Boot version to 2.4.4
2021-04-14 17:39:00 +01:00
johnA1331
0005f93005 Update README.md 2021-04-07 16:30:30 +08:00
Sallo Szrajbman
86d75ea394 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Updating PR to reduce complexity of react components
Fixing react test
2021-04-03 13:51:08 +01:00
Krzysztof Woyke
333ffc771b JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
kwoyke
8466198733 BAEL-4912: Set lazy initialization using SpringApplication and SpringApplicationBuilder (#10617)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-04-02 06:53:32 +02:00
Loredana Crusoveanu
ac19c3af05 Merge pull request #10613 from johnA1331/master
BAEL-33794 - add links to github-baeldung articles
2021-04-01 18:29:28 +03:00
Amy DeGregorio
900dbc42e4 BAEL-4825 (#10616)
* BAEL-4825

* BAEL-4825 added integration tests

* BAEL-4825 Fix line continuation indents

* BAEL-4825 Fix line continuation indents
2021-04-01 08:14:25 -07:00
johnA1331
3e7396ca01 Update README.md 2021-04-01 00:32:04 +08:00
freelansam
be469d4566 BAEL-4642: corrected formatting (#10610) 2021-03-30 19:10:44 -07:00
Krzysztof Woyke
232d9bcd05 JAVA-4931: Cleanup surefire config 2021-03-29 15:22:10 +02:00
Loredana Crusoveanu
a573a99f91 Merge pull request #10584 from kwoyke/JAVA-3295
JAVA-3295: POM Properties Cleanup
2021-03-29 14:57:35 +03:00
Amy DeGregorio
e92a4a0e5f BAEL-4825 (#10601)
* BAEL-4825

* BAEL-4825 added integration tests
2021-03-28 13:14:17 -07:00
freelansam
326d935107 BAEL-4642: Open API Server Implementation using OpenAPI Generator (#10598)
* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642
2021-03-28 10:30:44 -07:00
Sallo Szrajbman
6a82efdd39 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Initial source module for the article
2021-03-28 17:00:33 +01:00
Krzysztof Woyke
e56e12e8c7 JAVA-3295: Remove redundant java.version property 2021-03-26 12:55:14 +01:00
Krzysztof Woyke
0bca3e3ca1 JAVA-3295: Fix pom properties in spring-boot-modules 2021-03-25 13:12:01 +01:00
johnA1331
3251847a83 Update README.md 2021-03-25 00:49:53 +08:00
Krzysztof Woyke
19f5252e15 JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
kwoyke
dabff61f84 JAVA-4241: Upgrade Spring Boot to 2.4.3 (#10569)
* JAVA-4241: Upgrade Spring Boot to 2.4.3

* JAVA-4241: Fix CharEncodingCheckControllerUnitTest

* JAVA-4241: Upgrade Spring Framework to 5.3.4 in spring-testing

* JAVA-4241: Fix spring-data-commons version setup in spring-caching

* JAVA-4241: Upgrade jetty-reactive-httpclient in spring-5-reactive-client

* JAVA-4241: Disable failing test
2021-03-19 22:37:39 +05:30
Dhawal Kapil
735f0d1bda Merge pull request #10557 from Maiklins/JAVA-4862-Update_spring-boot-deployment_module
Java 4862 update spring boot deployment module
2021-03-15 23:40:35 +05:30
mikr
77b4e0f7eb JAVA-4862 Update spring-boot-deployment module 2021-03-14 23:31:18 +01:00
Jordan Simpson
39b9c325d7 Add code from article (#10552) 2021-03-14 13:18:13 -07:00
johnA1331
d6ea48e5fa Update README.md 2021-03-03 20:45:17 +08:00
Jonathan Cook
bba8410e4f Merge pull request #10521 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-26 20:02:44 +01:00
Azhwani
cd38a01d17 Fix integration test 2021-02-26 19:23:09 +01:00
Loredana Crusoveanu
93ec34b58a Merge pull request #10518 from johnA1331/master
BAEL-32617 - add links to github-baeldung articles
2021-02-26 08:53:04 +02:00
davidmartinezbarua
181329f153 Merge pull request #10448 from SimoneCusimano/BAEL-4688-RestAPI-JAX-RSandSpringWebMVC
[BAEL-4688] Rest API: JAX-RS and Spring Web MVC
2021-02-25 08:22:59 -03:00
Simone Cusimano
dc1e381ade Reformat pom.xml and rename artifactId 2021-02-24 18:34:42 +01:00
johnA1331
0fb289b70c Update README.md 2021-02-24 22:39:16 +08:00
freelansam
e3473932a0 JAVA-4340: Upgrade spring-boot-admin module (#10508)
* JAVA-4340: Upgrade spring-boot-admin module

* JAVA-4340: eviction policy correction
2021-02-23 00:19:12 +05:30
johnA1331
015ab058df Update README.md 2021-02-18 04:36:48 +08:00
Simone Cusimano
51f3069a26 Convert to Maven project and add modules to parent 2021-02-15 19:35:32 +01:00
Jonathan Cook
9556a18e24 Merge pull request #10489 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-15 15:33:24 +01:00