Commit Graph

5478 Commits

Author SHA1 Message Date
sampadawagde 500b2f63f8 JAVA-3520: Moved spring-mvc-basics-3 inside spring-web-modules 2020-12-23 18:51:25 +05:30
Loredana Crusoveanu a87e15120b Merge pull request #10331 from sampada07/JAVA-3519
JAVA-3519: Let's move spring-mvc-basics-2
2020-12-23 14:19:44 +02:00
Loredana Crusoveanu 3ebf414cdb Merge pull request #10333 from kwoyke/finalize
Rename finalize methods
2020-12-23 14:15:35 +02:00
Krzysztof Woyke e5bb567405 Rename finalize methods 2020-12-22 21:27:18 +01:00
Greg 96ca95aee1 Merge pull request #10276 from amitiw4u/BAEL-4686-ConcurrentVsSynchronizedMap
Bael 4686 concurrent vs synchronized map
2020-12-22 13:07:54 -05:00
sampadawagde 97a4f763da JAVA-3519: removed module spring-mvc-basics-2 from main pom 2020-12-22 16:26:16 +05:30
sampadawagde f54863d501 JAVA-3519: Added module to new parent's pom 2020-12-22 16:25:19 +05:30
sampadawagde 8bf0f8a0a3 JAVA-3519: Moved spring-mvc-basics-2 inside spring-web-modules 2020-12-22 16:24:43 +05:30
Loredana Crusoveanu 89d10ea819 Merge pull request #10327 from sampada07/JAVA-3509
JAVA 3509: Let's move spring-mvc-basics
2020-12-22 11:42:47 +02:00
Jonathan Cook f8853469cb Merge pull request #10232 from adinarolea/feature/BAEL-4687-customize-jackson-json-mapper
Feature/bael 4687 customize jackson json mapper
2020-12-22 08:18:13 +01:00
bfontana fe2684f8e4 Merge pull request #10289 from adrian-maghear/BAEL-4015
[BAEL-4015] Integration Tests for Spring Cloud and Feing Client
2020-12-22 00:10:32 -03:00
bfontana a3fdd3e92b Merge pull request #10312 from abdallahsawan/BAEL-4696
Determine if an Integer's Square Root Is an Integer in Java Article b…
2020-12-22 00:03:45 -03:00
sampadawagde b89b16b430 JAVA-3509: removed module spring-mvc-basics from main pom 2020-12-21 19:57:39 +05:30
sampadawagde c531b9851d JAVA-3509: Updated README to change link from http to https 2020-12-21 19:56:23 +05:30
sampadawagde faa64a1f75 JAVA-3509: Added module to new parent's pom 2020-12-21 19:53:49 +05:30
sampadawagde dcd9eaf33a JAVA-3509: Moved spring-mvc-basics inside spring-web-modules 2020-12-21 19:52:50 +05:30
Loredana Crusoveanu 55fd576616 Merge pull request #10320 from rozagerardo/rozagerardo/JAVA-3715_Update-articles-for-2.4.0--spring-boot-properties
[JAVA-3715] Update articles for 2.4.0 -- spring-boot-properties
2020-12-21 11:41:38 +02:00
Loredana Crusoveanu ecbda720c6 Merge pull request #10322 from sampada07/JAVA-3508
JAVA-3508: Create spring-web-modules parent
2020-12-21 10:46:09 +02:00
Amitabh Tiwari a07e23dddd BAEL-4686: fixed review comments 2020-12-21 02:06:26 +05:30
Sampada 17d2870daa BAEL-4751: Java 14 New Features (#10319)
* BAEL-4751: Java 14 New Features

* BAEL-4751: Code formatting

* BAEL-4751: Consistent excpetion message

* BAEL-4751: Changed assert
2020-12-20 11:49:26 -08:00
sampadawagde df7af0d0ec JAVA-3508: Create spring-web-modules parent 2020-12-20 23:02:10 +05:30
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
mdabrowski-eu 83e87aebc0 BAEL-4718 using bytes array as key in HashMap (#10315) 2020-12-18 06:13:31 +01:00
davidmartinezbarua efc1277b0a Merge pull request #10205 from psoares/master
Fix for issue #10204
2020-12-17 09:45:11 -03:00
Adina Rolea d8f681c38e BAEL-4687: returned fixed date instead of dynamic 2020-12-17 14:23:06 +02:00
Adina Rolea d4b22c74e3 BAEL-4687: updated formatting 2020-12-17 14:02:59 +02:00
Gerardo Roza 7b17a09eb7 avoid using deprecated StringUtils#isEmpty method 2020-12-16 16:53:33 -03:00
Gerardo Roza 8a9c1a1911 migrated spring.profiles properties to spring.config.activate.on-profile 2020-12-16 16:38:31 -03:00
Loredana Crusoveanu e00b3dc256 Merge pull request #10317 from johnA1331/master
BAEL-30152 - add links to github-baeldung articles
2020-12-16 13:46:21 +02:00
johnA1331 c6dd691407 Update README.md 2020-12-16 17:41:24 +08:00
johnA1331 11cd12ffb5 Update README.md 2020-12-16 17:39:28 +08:00
johnA1331 42604275ff Update README.md 2020-12-16 17:24:51 +08:00
johnA1331 abfc963707 Update README.md 2020-12-16 17:21:52 +08:00
Jonathan Cook 5e8cf2618a BAEL-4736 - Convert JSONArray to List of Object using camel-jackson (#10316)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-12-14 10:37:05 -08:00
Adrian Maghear 0c055b7d31 update indentation 2020-12-14 19:24:02 +01:00
Amy DeGregorio eb29a0a084 BAEL-4721 (#10272)
* BAEL-4721 Examples

* BAEL-4721 Requested edits

* Fix formatting issues

* Correct unit test name
2020-12-14 17:15:23 +00:00
Eric Martin 50ba86c9dd Merge pull request #10314 from sk1418/jdbcurl2
[BAEL-4497] jdbc url
2020-12-13 11:47:08 -06:00
Kai Yuan 7afdb4cba7 [BAEL-4497] jdbc url 2020-12-13 17:22:09 +01:00
Jonathan Cook da8a8f7fa2 Merge pull request #10258 from dstr89/feature/BAEL-4717-hashmap-linkedlist-arraylist
Feature/bael 4717 hashmap linkedlist arraylist
2020-12-13 15:02:17 +01:00
Daniel Strmecki 0d8d1d3a09 BAEL-4717: Fix artifactId 2020-12-13 10:33:53 +01:00
AbdallahSawan 18727de7c5 Determine if an Integer's Square Root Is an Integer in Java Article by Abdallah Sawan 2020-12-12 00:44:55 +02:00
Amitabh Tiwari 2f42035fb5 BAEL-4686: Added some more test cases for TreeMap and LinkedHashMap 2020-12-09 17:45:39 +05:30
Loredana Crusoveanu 53f46ad5bb Merge pull request #10310 from johnA1331/master
BAEL-30151 - add links to github-baeldung articles
2020-12-09 13:48:55 +02:00
johnA1331 df1ee124a6 Update README.md 2020-12-09 18:23:53 +08:00
johnA1331 dbf7a4cdc8 Update README.md 2020-12-09 18:21:31 +08:00
johnA1331 59b090e4a8 Update README.md 2020-12-09 18:20:01 +08:00
johnA1331 3b04af5f05 Update README.md 2020-12-09 18:17:32 +08:00
johnA1331 3d0bd4a844 Create README.md 2020-12-09 18:15:40 +08:00
johnA1331 77ca7cffa5 Update README.md 2020-12-09 18:13:04 +08:00
Karsten Silz 280e0008ca BAEL-4652: Running Spring Boot with PostgreSQL in Docker Compose (#10297) 2020-12-07 08:41:10 +01:00