Anshul BANSAL
5a706ec297
BAEL-4499 - Synchronization bad practice and solution example
2021-01-25 12:29:01 +02:00
Loredana Crusoveanu
93ced9cace
Merge pull request #10444 from sampada07/JAVA-4012
...
JAVA-4012: Split or move spring-data-mongodb module
2021-01-25 11:10:03 +02:00
Gerardo Roza
b50c366348
added Foo for post Object scenario, removed Subscriber::onComplete scenario, fixed some other errors in examples
2021-01-24 17:41:34 -03:00
Gerardo Roza
2359c5386e
added and ordered tests in WebClientIntegrationTest to match article - test not passing (reusing specs)
2021-01-24 15:18:58 -03:00
sampadawagde
cea15211c5
JAVA-4012: clean-up
2021-01-24 23:46:39 +05:30
sampadawagde
60d5767261
JAVA-4012: Moved 1 article from spring-data-mongodb to
...
spring-boot-persistence-mongodb
2021-01-24 23:40:00 +05:30
Daniel Strmecki
cba9eedc71
BASE-4535: Update examples for overriding compareTo
2021-01-24 16:37:24 +01:00
Daniel Strmecki
e8c7c55bd3
BASE-4535: Example for overriding compareTo
2021-01-24 12:33:05 +01:00
Gerardo Roza
1884aba8a6
disabled security for WebClient codebase application
2021-01-23 12:41:13 -03:00
Gerardo Roza
c6e986f2c2
added endpoints to test functionality properly
2021-01-23 12:40:28 -03:00
Gerardo Roza
8968cd2b9c
Moved spring-5-webclient example code to new test class, to verify everything is working as expected
2021-01-23 11:38:41 -03:00
Trixi Turny
f3b5ce5ffd
BAEL-4748 update examples with favouriteBook
2021-01-23 12:56:18 +00:00
Trixi Turny
33f10482e6
MASH-4748 fix Reader object and url with WebClient
2021-01-23 11:25:11 +00:00
Trixi Turny
86730184ae
BAEL-4748 change user to reader and address to favouriteBooks
2021-01-23 11:19:30 +00:00
Loredana Crusoveanu
cb4611c4f7
Merge pull request #10439 from rozagerardo/rozagerardo/JAVA-4284_Fix-issues-in-spring-5-weblcient-article
...
[JAVA-4284] Fix issues in "Spring Webclient" article
2021-01-23 10:14:53 +02:00
Jonathan Cook
a319fc8931
BAEL-4756 - Mockito MockSettings - fix spelling ( #10438 )
...
* 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
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int >
2021-01-23 07:08:50 +01:00
Kent@lhind.hp.g5
dfc8ecf896
BAEL-2517
2021-01-22 19:57:34 +01:00
Gerardo Roza
3389b3bba7
added context test for new WebClientApplication
2021-01-22 12:48:34 -03:00
Gerardo Roza
363378ed37
fixed and improved WebClient integration test
2021-01-22 12:33:54 -03:00
Gerardo Roza
fb46a4d75b
added exchange and retrieve examples as in teh article, updated due to deprecation
2021-01-22 10:49:47 -03:00
Gerardo Roza
2e84f6ed67
updated inserter3 as in article
2021-01-22 10:29:15 -03:00
Daniel Strmecki
255cb7a51f
BAEL-4644: Small test to check Java JIT compiler performances vs C++ … ( #10412 )
...
* BAEL-4644: Small test to check Java JIT compiler performances vs C++ and JS
* BAEL-4644: Remove CSV with performance test results
* Revert "BAEL-4644: Remove CSV with performance test results"
This reverts commit a69c9667
2021-01-22 07:53:02 +00:00
Gerardo Roza
6bea802e6d
added LinkedMultiValueMap usage for inserter declaration, as in article
2021-01-21 14:57:06 -03:00
Gerardo Roza
adf96944b0
updated timeout logic due to deprecation
2021-01-21 14:25:30 -03:00
Gerardo Roza
2ec13c8cb5
Added timeout WebClient configuration, as in article
2021-01-21 12:44:06 -03:00
Gerardo Roza
097a6dd8ab
formatted WebClientController class
2021-01-21 12:43:26 -03:00
Gerardo Roza
8999e0521a
removed unused reactor-spring version property
2021-01-21 11:50:55 -03:00
Gerardo Roza
7b96fbeb95
Updated deprecated BodyInserters.fromObject method, in favor of BodyInserters.fromValue
2021-01-21 11:47:41 -03:00
Loredana Crusoveanu
8ec997fbae
Merge pull request #10437 from rozagerardo/rozagerardo/JAVA-3721_Update-articles-for-2.4.0--articles-using-profiles-2
...
[JAVA-3721] Update articles for 2.4.0 - modules using spring.profiles.* properties - part 2
2021-01-21 10:21:32 +02:00
Loredana Crusoveanu
9678bd647d
Merge pull request #10436 from sampada07/JAVA-4012
...
JAVA-4012: Split or move spring-data-mongodb module
2021-01-21 10:11:40 +02:00
Loredana Crusoveanu
554afc75c0
Merge pull request #10435 from johnA1331/master
...
BAEL-31914 - add links to github-baeldung articles
2021-01-21 10:04:42 +02:00
sampadawagde
73c874c9f5
JAVA-4012: removed entry for article
2021-01-20 22:39:36 +05:30
sampadawagde
1bcd9dd819
JAVA-4012: README changes
2021-01-20 22:32:54 +05:30
sampadawagde
e9a5f616dd
JAVA-4012: Moved 1 article to spring-boot-persistence-mongodb
2021-01-20 22:31:35 +05:30
Gerardo Roza
e350b10ad2
updated deprecation: HandlerInterceptorAdapter class -> HandlerInterceptor interface
2021-01-20 12:37:10 -03:00
johnA1331
b360bf3e67
Create README.md
2021-01-20 22:50:15 +08:00
johnA1331
c2b5038019
Update README.md
2021-01-20 22:46:34 +08:00
johnA1331
db2d8af6d6
Update README.md
2021-01-20 22:44:10 +08:00
johnA1331
c3d2bcff28
Update README.md
2021-01-20 22:42:24 +08:00
johnA1331
daa17335a7
Update README.md
2021-01-20 22:39:59 +08:00
Loredana Crusoveanu
315f47649b
Merge pull request #10432 from rozagerardo/rozagerardo/JAVA-3720_Update-articles-for-2.4.0--articles-using-profiles-1
...
[JAVA-3720] Update articles for 2.4.0 - articles using spring.profiles.* properties -- part 1
2021-01-20 11:20:37 +02:00
Gerardo Roza
ab62e8398d
added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module
2021-01-19 15:44:33 -03:00
Gerardo Roza
39c9b6580b
fix extra test configuration properties error
2021-01-19 12:22:02 -03:00
bfontana
5e9fbc2c8f
Merge pull request #10324 from GilvanOrnelas/clean-architecture
...
Clean architecture initial commit
2021-01-19 09:06:29 -03:00
Bruno Fontana
716727f373
Adding clean-architecture to parent POM.
...
Fixing UserResponseFormatter test name.
2021-01-19 08:58:58 -03:00
Gerardo Roza
a55c8b958b
Added additional scenario to reflect scenario mentioned in spring-feature-flags
...
(even though the article does not point to any module in the codebase)
2021-01-18 15:50:55 -03:00
Gerardo Roza
83ebaaac0a
removed Sprng Boot version override, upgraded cloud version and added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
2021-01-18 12:55:30 -03:00
davidmartinezbarua
e861fe46e9
Merge pull request #10389 from emyasa/BAEL-4601
...
[BAEL-4601] How to convert a Hibernate proxy to a real entity object
2021-01-17 18:52:17 -03:00
Jonathan Cook
23a87a0319
BAEL-4756 - Mockito MockSettings ( #10423 )
...
* 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
* BAEL-4756 - Mockito MockSettings
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int >
2021-01-17 11:39:53 +01:00
Loredana Crusoveanu
b9adaa7f14
Merge pull request #10427 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules--optional
...
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles -- article improvement
2021-01-17 11:18:26 +02:00