Commit Graph

8605 Commits

Author SHA1 Message Date
Asjad J 96a62ee2de Updated README.md
added link back to the article: https://www.baeldung.com/java-illegal-reflective-access
2022-04-13 09:56:02 +05:00
Asjad J 1e519eb47e Updated README.md
added link back to the article: https://www.baeldung.com/java-hql-distinct
2022-04-13 09:53:15 +05:00
Asjad J 9f8d01175b Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-return-specific-fields
2022-04-13 09:50:50 +05:00
Asjad J d7fdaaf92f Updated README.md
added link back to the article: https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient
2022-04-13 09:47:32 +05:00
Asjad J 789dc0d8fc Updated README.md
added link back to the article: https://www.baeldung.com/java-human-readable-byte-size
2022-04-13 05:57:21 +05:00
Asjad J a8fca31d66 Updated README.md
added link back to the article: https://www.baeldung.com/jpa-bootstrap-mode
2022-04-13 05:54:09 +05:00
Asjad J 396db57d4e Updated README.md
added link back to the article: https://www.baeldung.com/spring-singleton-concurrent-requests
2022-04-13 05:49:40 +05:00
Asjad J 1a5990f62d Updated README.md
added link back o the article: https://www.baeldung.com/jmeter-basic-auth
2022-04-13 05:43:12 +05:00
Kapil Khandelwal 2c72a1e42c BAEL-5369: Checking Connection to MongoDB (#12057) 2022-04-12 17:26:26 -07:00
opokharel 266c908abf new PR to replace PR# 12052 by @opokharel (#12054)
* opokharel's code for "A quick and practical example of Hexagonal Architecture in Java"

* opokharel - added unit Tests

* [BAEL-5518]  by @opokharel

* updated Files

* updated formatting

* whitespaceFix

* [BAEL-5518] Create Array of Regex Matches

* reCreatingPR

* new PR to replace PR# 12052

* moving to new locn
2022-04-12 17:25:50 -07:00
kwoyke 2288683f37 Merge pull request #12049 from hkhan/JAVA-11283-fix-url-live-test
[JAVA-11283] Use https link for short url
2022-04-12 17:58:31 +02:00
davidmartinezbarua 60082cdba9 Merge pull request #12030 from lsieun/master
BAEL-1699: Java 9 illegal reflective access warning
2022-04-12 10:47:44 -03:00
515882294 3c2b8bb1f1 BAEL-1699 - modify code comment typo 2022-04-12 16:39:47 +08:00
opokharel f16bd2b949 [BAEL-5518] Create Array of Regex Matches (#12052)
* opokharel's code for "A quick and practical example of Hexagonal Architecture in Java"

* opokharel - added unit Tests

* [BAEL-5518]  by @opokharel

* updated Files

* updated formatting

* whitespaceFix

* [BAEL-5518] Create Array of Regex Matches

* reCreatingPR
2022-04-11 20:17:54 -07:00
sanitaso add090f2e1 BAEL-5416 How to Store HashMap<String, ArrayList> Inside a List (#12047)
* add unit test

* fix the error

* correcting the name of the test

* trigger build process
2022-04-11 20:15:51 -07:00
Haroon Khan 55deea7849 [JAVA-11283] Use https link for short url 2022-04-11 19:16:04 +01:00
kwoyke b4f8aa675b Merge pull request #12048 from anuragkumawat/master
JAVA-11182 Fix CombiningPublishersIntegrationTest
2022-04-11 19:24:49 +02:00
Ulisses Lima 620653f6a6 BAEL-5157 - Exception Handling with Jersey (#12045)
First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit
2022-04-11 09:43:37 -07:00
anuragkumawat 0ad2fa5412 JAVA-8859 2022-04-11 21:53:04 +05:30
Haroon Khan 4ad546c702 [JAVA-11226] Fix and update Hibernate OneToMany code (#12031) 2022-04-11 20:25:30 +05:30
kwoyke 813b27588e Merge pull request #12027 from hkhan/JAVA-10446-investigate-openfeign-failure
[JAVA-10446] Convert Feign-OAuth2 unit test to manual test
2022-04-11 09:16:33 +02:00
kwoyke 05cc448212 Merge pull request #12036 from hkhan/JAVA-11283-fix-url-live-test
[JAVA-11283] Fix and cleanup live test for HttpClient URL expansion
2022-04-11 09:10:48 +02:00
kwoyke d535eefb84 Merge pull request #12032 from anuragkumawat/master
JAVA-8372 Split or move spring-boot-data module
2022-04-11 08:58:20 +02:00
lucaCambi77 d0e3eebb12 BAEL-5400 - Return Only Specific Fields for a Query in Spring Data MongoDB (#11991)
* feat: field projection spring data mongodb

* fix: use available ports

* fix: typo

* fix: add abstraction

* fix: avoid blank lines
2022-04-10 09:19:13 -05:00
Daniel Strmecki ca824c47d9 Feature/bael 5393 closable http client (#12009)
* BAEL-5393: Inital commit

* BAEL-5393: Update tests

* BAEL-5393: Revert comment
2022-04-09 21:12:31 -05:00
Kai Yuan ee1bc18e04 filesize in humanreadable format (#12012) 2022-04-09 21:02:29 -05:00
davidmartinezbarua 3ddf3023c9 Merge pull request #11968 from christian-german/master
BAEL-5431 - BootstrapMode for JPA Repositories
2022-04-09 21:07:16 -03:00
Haroon Khan 2712a77d08 [JAVA-11283] Fix and cleanup live test for HttpClient URL expansion 2022-04-09 12:01:45 +01:00
Vlad Fernoaga bb7d2a5d55 How does spring singleton beans serve concurrent requests (#11987)
* add service base structure
- controllers & services & sanity check tests

* finalize code

* reformat continues lines with 2 spaces

* reformat continues lines with 2 spaces
2022-04-09 08:59:33 +05:30
anuragkumawat dfad1122a4 JAVA-8372 Split or move spring-boot-data module 2022-04-08 21:06:02 +05:30
Haroon Khan 15323bddf0 [JAVA-10446] Convert Feign-OAuth2 unit test to manual test 2022-04-08 15:11:49 +01:00
515882294 4b11cc78b0 BAEL-1699 - Java 9 illegal reflective access warning 2022-04-07 22:06:01 +08:00
lsieun 9892d9ba83 Merge branch 'eugenp:master' into master 2022-04-07 08:54:44 +08:00
kwoyke 4bcb36ff41 Merge pull request #12022 from anuragkumawat/master
JAVA-8360 Split or move spring-5-security module
2022-04-06 14:34:34 +02:00
sebx59 8cb2197c85 BAEL-4674 - Basic Authentication in JMeter (#11882)
* BAEL-4674 - Basic Authentication in JMeter

Test plans & resources for article Basic Authentication in JMeter
Server classes to test basic auth against local server

* handled comments

* updated following feedback

Co-authored-by: Sebastien HARDEMAN <sebastien.hardeman@groupe-mma.fr>
2022-04-06 13:15:10 +01:00
kwoyke eb4fd208af Merge pull request #12003 from hkhan/JAVA-11196-split-httpclient-module
[JAVA-11196] Split httpclient module
2022-04-06 14:08:20 +02:00
kwoyke db29759c69 Merge branch 'master' into JAVA-11196-split-httpclient-module 2022-04-06 14:00:30 +02:00
Loredana Crusoveanu 85a986d957 Merge pull request #12023 from johnA1331/master
BAEL-51955 - Main - github-related test fixes - 03.04.2022
2022-04-05 19:45:12 +03:00
johnA1331 c7065537ee Update README.md 2022-04-06 00:26:14 +08:00
johnA1331 131ef76309 Update README.md 2022-04-06 00:22:28 +08:00
johnA1331 21b37a4346 Update README.md 2022-04-06 00:16:19 +08:00
johnA1331 4d6d1bf6fa Update README.md 2022-04-05 23:26:50 +08:00
johnA1331 eaf16d4e99 Update README.md 2022-04-05 22:55:00 +08:00
johnA1331 0d08ee67ad Update README.md 2022-04-05 20:19:17 +08:00
johnA1331 33eb2bad8e Update README.md 2022-04-05 20:16:14 +08:00
johnA1331 7e4b7a1127 Update README.md 2022-04-05 20:13:51 +08:00
johnA1331 d36b55e353 Update README.md 2022-04-05 20:11:25 +08:00
johnA1331 83518bc95e Update README.md 2022-04-05 20:10:03 +08:00
johnA1331 cd4813666b Update README.md 2022-04-05 20:07:20 +08:00
johnA1331 6e5744c2cf Update README.md 2022-04-05 20:04:11 +08:00