sampadawagde
9d93703e5e
JAVA-10628: Create new aws-modules and move other aws related modules
...
inside it
2022-04-19 22:40:39 +05:30
sampadawagde
a3e7a98155
JAVA-10628: Create new aws-modules and move other aws related modules
...
inside it
2022-04-19 22:39:54 +05:30
freelansam
20762cfeb9
JAVA-10516: Revisit spring-boot module inside spring-boot-modules folder ( #12038 )
2022-04-15 14:57:20 +05:30
kwoyke
bc979b2c0d
Merge pull request #12067 from hkhan/JAVA-11252-fix-mongodb-live-tests
...
[JAVA-11252] Fix Mongodb live test
2022-04-15 10:13:54 +02:00
nrsureshdeveloper
f12099f7dd
Bael-5306: graphql error handling ( #12041 )
...
* Example implementation of Hexagonal Architecture pattern
* BAEL-5306 - spring boot/graphql error handling example
* removed the ddd hexagonal arch module
Co-authored-by: Suresh Raghavan <contactnrsuresh@gmail.com>
2022-04-15 08:49:56 +02:00
Abhinav Pandey
9f584fd32f
BAEL-5268 - Using Profiles with Discovery Clients ( #11913 )
...
* BAEL-5268 - Using Profiles with Discovery Clients
* BAEL-5268 - Adding separate property file for dev environment
Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-04-14 22:00:00 +01:00
Palaniappan Arunachalam
3045fea670
BAEL-5419: List vs ArrayList in Java + tests ( #11936 )
...
* BAEL-5419: List vs ArrayList in Java + tests
* BAEL-5419: Updated code +tests as per review comments
* BAEL-5419: Fixed failing tests
* BAEL-5419: Fixed JUnit test as per review comments
2022-04-14 21:41:00 +01:00
Haroon Khan
0c480dbeed
[JAVA-11252] Fix Mongodb live test
2022-04-14 21:10:20 +01:00
kwoyke
b67525c5c1
Merge pull request #12063 from hkhan/JAVA-11197-fix-graphql-java
...
[JAVA-11197] Fix graphql-java Application class
2022-04-14 16:17:58 +02:00
kwoyke
6162cb34ed
Merge pull request #12055 from freelansam/JAVA-10625
...
JAVA-10625: Remove module immutables
2022-04-14 16:11:18 +02:00
Haroon Khan
2b68a32cb7
[JAVA-11197] Fix graphql-java Application class
2022-04-14 10:31:13 +01:00
Loredana Crusoveanu
af929125fc
Merge pull request #12059 from Asjad-J/master
...
Updated README.md
2022-04-13 14:57:29 +03:00
Asjad J
598d0e41ab
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-swagger-hide-field
2022-04-13 16:22:00 +05:00
Loredana Crusoveanu
de3c73c276
Merge pull request #12058 from Asjad-J/master
...
Updated README.md
2022-04-13 10:00:38 +03:00
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
sampadawagde
230992c2a0
remove immutables from main pom
2022-04-12 20:44:42 +05:30
sampadawagde
35fd43e577
JAVA-10625: Remove module immutables
2022-04-12 20:43:57 +05:30
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