Commit Graph

5728 Commits

Author SHA1 Message Date
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
kwoyke 53de8f497b Merge pull request #10329 from kwoyke/JAVA-3570
Merge master branch
2020-12-22 11:37:52 +01:00
Krzysztof Woyke 515d213c90 Merge remote-tracking branch 'upstream/master' into JAVA-3570 2020-12-22 10:50:48 +01:00
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
kwoyke 85cbc8fa7e Merge pull request #10326 from kwoyke/JAVA-3570
JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest
2020-12-21 14:15:59 +01:00
Krzysztof Woyke 9264d091b0 JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest 2020-12-21 13:41:50 +01:00
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
kwoyke 6f48c7274b Merge pull request #10323 from kwoyke/JAVA-3570
JAVA-3570: Update to Spring Batch 4.3 and update config accordingly i…
2020-12-21 10:13:29 +01:00
Loredana Crusoveanu b18f0e7980 Update README.md 2020-12-21 10:49:28 +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
Krzysztof Woyke 84a14bcaeb JAVA-3570: Update to Spring Batch 4.3 and update config accordingly in spring-batch 2020-12-20 18:25:50 +01:00
kwoyke cf98b19588 Merge pull request #10321 from kwoyke/JAVA-3570
JAVA-3570: Update Mockito version in the parent-boot-2 to match Sprin…
2020-12-20 00:27:25 +01:00
Krzysztof Woyke e2026cf43e JAVA-3570: Update JaVers version in spring-boot-data 2020-12-19 23:27:59 +01:00
Krzysztof Woyke 00e15a4911 JAVA-3570: Remove unused spring-cloud-context dependency from spring-boot-artifacts 2020-12-19 23:21:02 +01:00
Krzysztof Woyke 0ee156ff92 JAVA-3570: Remove unused spring-cloud-context dependency from spring-mvc-basics-3 2020-12-19 23:18:51 +01:00
Krzysztof Woyke 35b8de3a5f JAVA-3570: Update Mockito version in the parent-boot-2 to match Spring Boot 2.4 2020-12-19 23:07:14 +01:00
Sallo Szrajbman 0c926e7441 BAEL-4071 - Get advised method info in Spring AOP
Fixing identation
2020-12-19 12:58:00 +00:00
kwoyke 91f6a5c82c Merge pull request #10311 from kwoyke/JAVA-3570
JAVA-3570: Upgrade parent-boot-2 to Spring Boot 2.4.0
2020-12-18 11:40:04 +01:00
Krzysztof Woyke 9a7a3fdac3 JAVA-3570: Fix spring-security-oauth2 version in spring-security-oauth2-sso 2020-12-18 10:14:23 +01:00
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
bnasslah 450c0fe6db upgrade to springdoc-openapi v1.5.2 2020-12-17 13:49:42 +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
Krzysztof Woyke d7cb1a586f JAVA-3570: Keep spring-cloud-kubernetes on Spring Boot 2.3.3 [cloud] 2020-12-16 21:28:39 +01:00
Krzysztof Woyke 3d17425795 JAVA-3570: Register DefaultServlet in spring-social-login 2020-12-16 21:22:30 +01:00
Krzysztof Woyke 26eff5ca44 JAVA-3570: Upgrade Spring framework to version compatible with Spring Boot 2.4 in spring-core-2 2020-12-16 21:14:09 +01:00
Krzysztof Woyke 080dd971f8 JAVA-3570: Keep spring-cloud-security on Spring Boot 2.3.3 [cloud] 2020-12-16 21:03:50 +01:00
Krzysztof Woyke 7b0de8a703 JAVA-3570: Keep spring-cloud-ribbon-client on Spring Boot 2.3.3 [cloud] 2020-12-16 21:00:33 +01:00
Krzysztof Woyke fbf57804b8 JAVA-3570: Keep spring-cloud-bus on Spring Boot 2.3.3 [cloud] 2020-12-16 20:54:29 +01: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