Maiklins
d8827f0415
Java 4293 update dockerizing spring boot app article ( #10512 )
...
* JAVA-4293 Fix Dockerize Spring Boot article
* JAVA-4293 Remove authentication / fix pom file
Co-authored-by: mikr <michael.krimgen@ximedes.com >
2021-02-28 20:46:48 +05:30
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
fb752e0096
Merge pull request #10519 from kwoyke/JAVA-4397
...
JAVA-4397: Use random port for the GreetControllerRealIntegrationTest
2021-02-26 12:22:29 +02:00
Benedict Ayiko
18b6645c14
BAEL-3439 - Add selector.wakeup() section ( #10398 )
...
* Add selector.wakeup() section
* Update SelectorTest.java
* Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/selector/SelectorTest.java
* Update SelectorTest.java
* Update and rename SelectorTest.java to SelectorUnitTest.java
* Update SelectorUnitTest.java
* Update and rename SelectorUnitTest.java to SelectorManualTest.java
2021-02-26 09:41:58 +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
Eric Martin
7158d8ef7d
Merge pull request #10511 from sk1418/deque_stack
...
deque vs. stack article
2021-02-25 22:05:29 -06:00
Otto Dvalishvili
3b3ada68c5
Bael 4781: Introduction to ZeroCode ( #10482 )
...
* small example of hexagonal architecture in java
* Bael-4781: Introduction to ZeroCode
* add readme
* Revert "small example of hexagonal architecture in java"
This reverts commit c0f96441
* refactoring
* refactoring
2021-02-25 22:00:21 -06:00
Krzysztof Woyke
37938552fb
JAVA-4397: Use random port for the GreetControllerRealIntegrationTest
2021-02-25 23:45:12 +01:00
Dhawal Kapil
80c2669fd7
Merge pull request #10510 from freelansam/JAVA-4294
...
JAVA-4294: Upgrade spring-data-rest module
2021-02-26 00:10:07 +05:30
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
Loredana Crusoveanu
70751d2408
Merge pull request #10515 from freelansam/JAVA-4611
...
JAVA-4611: Update deprecations in spring-boot-rest module
2021-02-25 09:00:22 +02:00
Eric Martin
e6804ffeb1
Merge pull request #10504 from alimate/BAEL-4765
...
BAEL-4765: Update "Java built-in Annotations" article
2021-02-24 19:07:11 -06:00
Simone Cusimano
dc1e381ade
Reformat pom.xml and rename artifactId
2021-02-24 18:34:42 +01:00
johnA1331
dab309dbb5
Update README.md
2021-02-24 22:48:42 +08:00
johnA1331
fbcc09cc76
Update README.md
2021-02-24 22:44:48 +08:00
johnA1331
91f1785305
Update README.md
2021-02-24 22:41:55 +08:00
johnA1331
0fb289b70c
Update README.md
2021-02-24 22:39:16 +08:00
davidmartinezbarua
f6f5b8fbc7
Merge pull request #10463 from vishal1023/origin/BAEL-2620-local
...
BAEL-2620 | Update test with latest version of Spring 5 and JUnit 5
2021-02-24 10:34:36 -03:00
bfontana
8e0226f326
Merge pull request #10514 from LiamGve/BAEL-4672
...
BAEL-4672 changed jmeter integration test
2021-02-23 19:36:26 -03:00
Adina Rolea
a56a8c61bf
Feature/bael 4712 maven override parent config ( #10459 )
...
* BAEL-4712: added maven example with override
* BAEL-4712: added grandchild
* BAEL-4712: updated PR
* BAEL-4712: updated project structure
* BAEL-4712: removed target
* BAEL-4712: added extra property
* BAEL-4712: added extra property
* BAEL-4712: added extra property
* BAEL-4712: added another example for combine attributes
Co-authored-by: adina <roleaa.adina@gmail.com >
2021-02-23 20:07:52 +00:00
sampadawagde
cee98f4a70
JAVA-4611: Update deprecations in spring-boot-rest module
2021-02-23 22:36:42 +05:30
Kent@lhind.hp.g5
ce8e9d2b98
deque vs. stack article
2021-02-23 12:16:32 +01:00
Liam Garvie
f196745dc6
BAEL-4672 changed jmeter integration test's spacing to use spaces instead of tabs
2021-02-23 09:30:27 +00:00
Philippe Soares
d0c0ca205f
#BAEL-4654 ( #10450 )
...
* #BAEL-4654
* Fixing PR comments.
2021-02-22 19:37:46 +00: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
bfontana
e47e09905e
Merge pull request #10485 from LiamGve/BAEL-4672
...
[BAEL-4672] added content for JMeter extract data to file tutorial
2021-02-22 00:43:48 -03:00
Liam Garvie
d443d1f65f
BAEL-4672 updated JMeter readme to reflect changes in API format
2021-02-21 20:05:30 +00:00
Loredana Crusoveanu
97d6754926
Merge pull request #10493 from rozagerardo/rozagerardo/JAVA-4511_Update-Error-Handling-for-REST-article
...
[JAVA-4511] Update "Error Handling for REST" article
2021-02-21 14:56:21 +02:00
sampadawagde
1cd8738cfa
JAVA-4294: Upgrade spring-data-rest module
2021-02-21 17:11:10 +05:30
Eric Martin
a743d45088
Merge pull request #10478 from sk1418/uncheckedCast
...
unchecked cast warning article
2021-02-20 16:40:01 -06:00
freelansam
f0816fe64c
BAEL-3821: Add new section in "Spring redirect and forward" article ( #10502 )
2021-02-20 08:57:17 -08:00
Liam Garvie
a4ad1ed9b2
Updated JMeter tests to reflect UUID controller change
2021-02-20 11:19:12 +00:00
Liam Garvie
26f0efbec5
changed uri for jmeter UUID controller
2021-02-20 11:18:09 +00:00
Liam Garvie
780ffd739b
changed name of JMeter test controller to remove 'test' language from production code
2021-02-20 11:13:45 +00:00
Amitabh Tiwari
eab5892174
Bael 4804 config update ( #10505 )
...
* Removed the configuration annotation
* Removed @confiuration
Co-authored-by: Amitabh Tiwari <Amitabh.Tiwari@maersk.com >
2021-02-19 15:17:31 -08:00
Ali Dehghani
cc7aa2f4b9
Fixed a typo
2021-02-19 17:06:57 +03:30
Ali Dehghani
44fd86d654
Update "Java built-in Annotations" article
2021-02-19 17:01:58 +03:30
Loredana Crusoveanu
914b575e93
Merge pull request #10499 from johnA1331/master
...
BAEL-31918 - add links to github-baeldung articles
2021-02-19 07:53:51 +02:00
johnA1331
9c1d1672e2
Update README.md
2021-02-18 04:38:05 +08:00
johnA1331
015ab058df
Update README.md
2021-02-18 04:36:48 +08:00
johnA1331
a3770b8216
Update README.md
2021-02-18 04:35:13 +08:00
johnA1331
a6d8980bb9
Update README.md
2021-02-18 04:33:47 +08:00
johnA1331
79b1b506df
Update README.md
2021-02-18 04:31:49 +08:00
Liam Garvie
558c25a080
BAEL-4672 removed link from README file for JMeter file extraction article
2021-02-17 15:21:11 +00:00
Amitabh Tiwari
f79598834d
BAEL-3595: Initial change for Multipart file upload ( #10465 )
...
* BAEL-3595: Initial change for Multipart file upload
* Corrected the name
* BAEL-3595: Added Tests
* Corrected the tests name
* Uncommented the code for live test
Co-authored-by: Amitabh Tiwari <Amitabh.Tiwari@maersk.com >
2021-02-16 23:39:26 -08:00
Dhawal Kapil
4782859f5b
JAVA-2395 Fixed compilation issue ( #10496 )
...
Co-authored-by: 13400152 <a13400152@MAC13400152.local >
2021-02-17 00:20:14 +05:30
osser-sam
2dcd9e72a8
JAVA-4338: Upgrade spring-5-reactive-client module ( #10486 )
...
* JAVA-4338: Upgrade spring-5-reactive-client module
* JAVA-4338: removed duplicate entry
2021-02-16 22:55:41 +05:30
Gerardo Roza
dde94e9154
enabled server.error.include-message for 'cause' field to get populated, and using boot properties in MyErrorController setup, plus avoding deprecated method that bypasses error properties'
2021-02-16 11:45:17 -03:00
Gerardo Roza
63816796fb
added include-message property (commented out as the other properties), and updated deprecated getErrorAttributes method (caused not including the message property)
2021-02-15 17:57:21 -03:00