8640 Commits

Author SHA1 Message Date
waqasakramef
c53a703587 Add placeholder
The placeholder is mentioned in the kafkaConsumer.java but didn't defined in the applications.prop. So we need to defined that.

Current exception is as follow.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'kafkaConsumer' defined in file [/Users/mac/Library/Mobile Documents/com~apple~CloudDocs/development/kafka-poc/producer/target/classes/com/ef/kafka/embedded/KafkaConsumer.class]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'test.topic' in value "${test.topic}"
2022-04-19 13:22:22 +05:00
Ulisses Lima
66f829cd8d BAEL-5157 - Exception Handling With Jersey (#12082)
* BAEL-5157 - Exception Handling with Jersey

First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit

* BAEL-5157

* more meaningful exception messages
2022-04-18 17:37:21 -07:00
Kapil Khandelwal
09d6595514 Bael 5369 new (#12073)
* BAEL-5369: Checking Connection to MongoDB

* BAEL-5369:- Minor Fix Checking Connection to MongoDB
2022-04-18 16:35:55 -07:00
etrandafir93
f4c4d890d6 BAEL-5465: changed example to LocalDateTime (#12086) 2022-04-18 16:13:13 -07:00
davidmartinezbarua
96fe8aed39 Merge pull request #12040 from Attila96/feature/java_httpclient_basic_authentication-bael-5458
[BAEL-5485] Java HttpClient Basic Authentication
2022-04-18 14:25:57 -03:00
Loredana Crusoveanu
370a463a93 Merge pull request #12081 from Asjad-J/master
Updated README.md
2022-04-18 18:14:05 +03:00
Asjad J
bba9f4374b Updated README.md
added link back to the article: https://www.baeldung.com/jackson-deduction-based-polymorphism
2022-04-18 17:16:03 +05:00
Asjad J
c26826c700 Updated README.md
added link back to the article: https://www.baeldung.com/hibernate-not-null-error
2022-04-18 17:11:30 +05:00
Asjad J
f93ca672b4 Created/Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-properties-migrator
2022-04-18 17:09:18 +05:00
Asjad J
5be5a938fe Updated README.md
added link back to the article: https://www.baeldung.com/java-list-vs-arraylist
2022-04-18 17:06:50 +05:00
Asjad J
316e7b1e04 Updated README.md
added link back to the article: https://www.baeldung.com/java-implements-vs-extends
2022-04-18 17:02:21 +05:00
Asjad J
65e888046f Updated README.md
added link back to the article: https://www.baeldung.com/spring-cloud-disable-discovery-clients
2022-04-18 16:59:16 +05:00
Asjad J
51987ce1bc Updated README.md
added link back to the article: https://www.baeldung.com/java-boolean-to-int
2022-04-18 16:54:23 +05:00
etrandafir93
49b6155952 BAEL-5440: hql distinct queries (#12007)
* BAEL-5440: hql distinct queries

* BAEL-5440: formated the code and renamed test class
2022-04-17 14:23:51 +02:00
Iulian Manda
de77319b35 BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12 (#11732)
* BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12

* Fix pmd

* Code review changes

* Improvements

* Code review

* Code review

* fix typo

* Rename package

* Apply formatter

* Add old deduction

* revert
2022-04-17 13:16:25 +02:00
davidmartinezbarua
2d672af774 Merge pull request #12037 from etrandafir93/BAEL-4942-hibernate_nullability_check
BAEL-4942: added tests for hibernate nullability check
2022-04-16 12:30:03 -03:00
Sameer
4f6634745d Spring Boot Properties Migrator Demo (#11975)
* Spring Boot Properties Migrator Demo

* updated demo properties (#1)

Co-authored-by: s9m33r <no-reply>

* Article/bael 5446 (#2)

* updated demo properties

* formatting

Co-authored-by: s9m33r <no-reply>

Co-authored-by: s9m33r <no-reply>
2022-04-15 09:16:47 -05:00
kwoyke
97cda31092 Merge pull request #12068 from freelansam/JAVA-10606
JAVA-10606: Resolve errors from module rule-engines/jess
2022-04-15 13:13:19 +02:00
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
sampadawagde
45b2266b6a JAVA-10606: Resolve errors from module rule-engines/jess 2022-04-15 13:13:13 +05:30
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