6406 Commits

Author SHA1 Message Date
Vikas Ramsingh Rajput
12dc1287a5 BAEL-4936: Added getColor() method in CircleInterface class as per the review comment 2021-05-30 15:45:46 +05:30
Vikas Ramsingh Rajput
b1c13e893b Merge branch 'master' of https://github.com/vikasrajput6035/tutorials into BAEL-4936 2021-05-23 16:15:33 +05:30
Vikas Ramsingh Rajput
199d80fb34 BAEL-4936: Removed similar methods as per review comments 2021-05-23 16:14:00 +05:30
Vikas Ramsingh Rajput
dd73b72fc9 Merge branch 'master' of https://github.com/vikasrajput6035/tutorials into BAEL-4936 2021-05-16 09:34:51 +05:30
Vikas Ramsingh Rajput
3f1778907a BAEL-4936: Completed artcile Abstract class with default method vs interface 2021-05-16 09:32:20 +05:30
KevinGilmore
dda6b7583f BAEL-4934: update README (#10766) 2021-05-15 10:20:22 -05:00
Mainak Majumder
b7bf539a69 Code for the Baeldung article "HTTP PUT vs POST in REST (#10707)
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"

* update indention in pom file, update code in Address class

* update indention

* rename application

* update pom
2021-05-14 21:44:22 -05:00
Stéphane Traumat
3c5b7234d9 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
38aeae6685 Merge pull request #10759 from freelansam/JAVA-5223
JAVA-5223: Fix formatting of POMs
2021-05-14 10:46:19 +02:00
thomasduxbury
b684a59392 BAEL-4801: Copying Files with Maven (#10758)
* BAEL-4801: Copying files with Maven

* Removing unused file

* Removing src/main dirs from each sub-module, added unit tests and changed phase of plugins to 'generate-sources' so that the file is copied before unit tests execute
2021-05-13 13:05:17 -07:00
sampadawagde
39352f251d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
sampadawagde
a11662776d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
sampadawagde
7becd6bdda JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) 2021-05-13 22:45:35 +05:30
sampadawagde
28f95423cd JAVA-5223: Fix formatting of POMs (Others - Part 1) 2021-05-13 22:43:38 +05:30
Jonathan Cook
5c03fa6f4e Merge pull request #10716 from KarthickSridhar/article_interface_vs_abstract_class
[ BAEL-4935 ] - Article - Interface vs Abstract Class in Java
2021-05-13 10:42:51 +02:00
Loredana Crusoveanu
5b50ecee38 Merge pull request #10756 from johnA1331/master
BAEL-35421 - add links to github-baeldung articles
2021-05-13 10:43:52 +03:00
Karthick S
f279751466 package name - removed underscores 2021-05-13 11:06:09 +05:30
makapszenna
3b9d30d26b BAEL-4796 How to display a message in Maven (#10731)
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2021-05-12 22:47:03 -05:00
Greg
e24d787fb1 Merge pull request #10730 from hmdrzsharifi/master
bael-4909: Getting Java Version at Runtime
2021-05-12 16:12:19 -04:00
johnA1331
ebc5075968 Update README.md 2021-05-12 23:25:49 +08:00
johnA1331
f7ea846c94 Update README.md 2021-05-12 23:24:34 +08:00
johnA1331
327b2e3e44 Update README.md 2021-05-12 23:22:08 +08:00
johnA1331
85fe22c01b Update README.md 2021-05-12 23:20:07 +08:00
johnA1331
7b5b478dc2 Update README.md 2021-05-12 23:19:35 +08:00
johnA1331
9a5cd36e9b Update README.md 2021-05-12 23:18:12 +08:00
johnA1331
5c2d09a0ea Update README.md 2021-05-12 23:09:48 +08:00
johnA1331
3ad7b41fce Update README.md 2021-05-12 23:08:00 +08:00
johnA1331
039f9613ba Update README.md 2021-05-12 23:07:27 +08:00
johnA1331
2c22507a6d Update README.md 2021-05-12 22:47:17 +08:00
johnA1331
f6083218f5 Update README.md 2021-05-12 22:41:57 +08:00
johnA1331
3a96df6ea6 Update README.md 2021-05-12 22:36:09 +08:00
johnA1331
f327fdea47 Update README.md 2021-05-12 22:34:31 +08:00
johnA1331
92903e11e2 Update README.md 2021-05-12 22:31:56 +08:00
kwoyke
d1719b0338 Merge pull request #10747 from rozagerardo/rozagerardo/JAVA-4892_fix-application.yml-vs-application.properties-tests
[JAVA-4892] Update Using application.yml vs application.properties in Spring Boot article
2021-05-12 14:07:24 +02:00
sharifi
3cb6624aa6 bael-4909: update test case 2021-05-12 08:41:27 +04:30
Eric Martin
78f60acf3a Merge pull request #10722 from SmartyAnsh/BAEL-4921-mapping_arrays_with_hibernate
Bael 4921 mapping arrays with hibernate
2021-05-11 19:21:50 -05:00
Greg
5a4c4c6331 Merge pull request #10701 from singhkaushal01/master
BAEL-4885: How to convert Mono<List<T>> into Flux<T>
2021-05-11 15:25:35 -04:00
kwoyke
1702cfc4a1 BAEL-4950: Use our S3 to host test file (#10752)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-05-11 14:48:41 +02:00
Jonathan Cook
c3aa009bb6 Merge pull request #10729 from hkhan/BAEL-4868-spring-cache-redis-backend
[BAEL-4868] Use Redis as cache store
2021-05-11 13:47:15 +02:00
kwoyke
07051eb8d8 BAEL-4952: Fix code examples for the BigDecimal Validation (#10751)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-05-11 11:32:30 +02:00
kwoyke
d3247f2919 Merge pull request #10750 from freelansam/JAVA-5223
JAVA-5223: Fix formatting of POMs
2021-05-11 09:19:47 +02:00
sampadawagde
6e7bc14954 JAVA-5223: Fix formatting of POMs (Others - Part 1) 2021-05-10 20:08:47 +05:30
sampadawagde
ae27c57803 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +05:30
sampadawagde
c4cac4d381 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
sampadawagde
fa112ee5f8 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1) 2021-05-10 20:05:39 +05:30
kwoyke
df162d7068 Merge pull request #10744 from freelansam/JAVA-5223
JAVA-5223: Fix formatting of POMs (Part 6)
2021-05-10 13:00:50 +02:00
sampadawagde
1490c06a38 JAVA-5223: Fix formatting of POMs (Part 10) 2021-05-09 20:09:43 +05:30
sampadawagde
40772fadc0 JAVA-5223: Fix formatting of POMs (Part 9) 2021-05-09 17:29:24 +05:30
sampadawagde
1a53db30c9 JAVA-5223: Fix formatting of POMs (Part 8) 2021-05-09 16:26:44 +05:30
Amy DeGregorio
d75f672e85 BAEL-4925 (#10746)
* BAEL-4925

* BAEL-4925
2021-05-08 18:35:48 -07:00