6273 Commits

Author SHA1 Message Date
bfontana
d92864efa4 Merge pull request #10514 from LiamGve/BAEL-4672
BAEL-4672 changed jmeter integration test
2021-02-23 19:36:26 -03:00
Adina Rolea
ddaaffe55c 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
9d7a90cab9 JAVA-4611: Update deprecations in spring-boot-rest module 2021-02-23 22:36:42 +05:30
AbdallahSawan
8a004c459a Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-23 15:56:18 +02:00
AbdallahSawan
927b10e02e Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-23 15:51:13 +02:00
Kent@lhind.hp.g5
300052acd4 deque vs. stack article 2021-02-23 12:16:32 +01:00
Liam Garvie
47daf65bae BAEL-4672 changed jmeter integration test's spacing to use spaces instead of tabs 2021-02-23 09:30:27 +00:00
Philippe Soares
f6470356d2 #BAEL-4654 (#10450)
* #BAEL-4654

* Fixing PR comments.
2021-02-22 19:37:46 +00:00
freelansam
bd4ff652f8 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
b9c6f1c09b 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
4e18d98258 BAEL-4672 updated JMeter readme to reflect changes in API format 2021-02-21 20:05:30 +00:00
Loredana Crusoveanu
ef5f90a6ca 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
b4174eb826 JAVA-4294: Upgrade spring-data-rest module 2021-02-21 17:11:10 +05:30
Daniel Strmecki
ee65b0f8de BASE-4618: Remove unsed deps 2021-02-21 11:23:55 +01:00
Daniel Strmecki
8d8e1b43ca BASE-4618: Update class variable example 2021-02-21 11:18:05 +01:00
Eric Martin
4c8c9d2456 Merge pull request #10478 from sk1418/uncheckedCast
unchecked cast warning article
2021-02-20 16:40:01 -06:00
Daniel Strmecki
78a8d0bc77 BASE-4618: Class variable example 2021-02-20 18:13:18 +01:00
freelansam
5832baeccc BAEL-3821: Add new section in "Spring redirect and forward" article (#10502) 2021-02-20 08:57:17 -08:00
unknown
bfca572d04 refactoring code snippets 2021-02-20 21:11:20 +05:30
unknown
d1bbd3502b BAEL-4702
- Code snippets for split Java String by New line
2021-02-20 21:08:27 +05:30
vatsalgosar
23e368fc28 Merge pull request #18 from eugenp/master
Merge Sync up
2021-02-20 19:13:07 +05:30
Liam Garvie
04475d1555 Updated JMeter tests to reflect UUID controller change 2021-02-20 11:19:12 +00:00
Liam Garvie
745f15f7f2 changed uri for jmeter UUID controller 2021-02-20 11:18:09 +00:00
Liam Garvie
0fabae2d65 changed name of JMeter test controller to remove 'test' language from production code 2021-02-20 11:13:45 +00:00
Amitabh Tiwari
c29b355b02 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
e2e4165523 Fixed a typo 2021-02-19 17:06:57 +03:30
Ali Dehghani
e5b7e9c81f Update "Java built-in Annotations" article 2021-02-19 17:01:58 +03:30
Anshul BANSAL
bc4ea42b7d Spring Security with SAML and Okta 2021-02-19 10:18:44 +02:00
Loredana Crusoveanu
07eab8386c Merge pull request #10499 from johnA1331/master
BAEL-31918 - add links to github-baeldung articles
2021-02-19 07:53:51 +02:00
Martin Porsch
05c9a4c92a characters(...) fills StringBuilder instead of String
I startet to implement an XML parser from this tutorial and ran into a problem with empty elements, e.g. <elem></elem>. I found this SO post (https://stackoverflow.com/questions/44570604/sax-parser-is-not-working-properly-when-xml-input-is-given-as-stream-and-some-xm) and realised, that characters(...) can be called zero or multiple times, so one should fixed it conceptually by using a StringBuffer or StringBuilder.
2021-02-18 10:39:41 +01:00
johnA1331
a1bd29e9d9 Update README.md 2021-02-18 04:38:05 +08:00
johnA1331
98cd39ff75 Update README.md 2021-02-18 04:36:48 +08:00
johnA1331
29ad493e56 Update README.md 2021-02-18 04:35:13 +08:00
johnA1331
540377c6a7 Update README.md 2021-02-18 04:33:47 +08:00
johnA1331
336ef8775d Update README.md 2021-02-18 04:31:49 +08:00
hmdrzsharifi
365075cdd3 update unit test 2021-02-17 19:58:50 +03:30
hmdrzsharifi
0f19017581 remove Helper class 2021-02-17 19:58:09 +03:30
Liam Garvie
af040e54c6 BAEL-4672 removed link from README file for JMeter file extraction article 2021-02-17 15:21:11 +00:00
Amitabh Tiwari
8a2a384dfa 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
540ca5df0b JAVA-2395 Fixed compilation issue (#10496)
Co-authored-by: 13400152 <a13400152@MAC13400152.local>
2021-02-17 00:20:14 +05:30
osser-sam
8ad0682993 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
14acea1f33 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
AbdallahSawan
342730c4a9 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 15:48:06 +02:00
AbdallahSawan
5586a74acd Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 15:47:38 +02:00
AbdallahSawan
5f2ea49926 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 11:41:27 +02:00
AbdallahSawan
34b1a35afb Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 11:31:04 +02:00
AbdallahSawan
13b16b915a Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 10:40:43 +02:00
AbdallahSawan
9b1388c6e2 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-02-16 02:43:49 +02:00
Gerardo Roza
8f91e48a32 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
hmdrzsharifi
a7c64b99ef add unit test 2021-02-15 23:57:22 +03:30