31872 Commits

Author SHA1 Message Date
Ulisses Lima 5888cf423b BAEL-5157 - Exception Handling with Jersey (#12090)
* 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

* BAEL-5157

* midified integration test to use the first available port
2022-04-19 11:02:25 -07:00
anuragkumawat 3800a6a858 JAVA-9610 Verify Stored Procedures with Hibernate 2022-04-19 23:08:18 +05:30
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
Ulisses Lima 79bc953888 BAEL-5157
* midified integration test to use the first available port
2022-04-19 12:27:00 -03:00
Ulisses Lima 5ceb08d88e Merge branch 'eugenp:master' into master 2022-04-19 12:25:18 -03:00
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
waqasakramef fabe999b3e Removed unused import "EnableAutoConfiguration" 2022-04-19 13:09:20 +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
Ulisses Lima 3b92f0b834 BAEL-5157
* more meaningful exception messages
2022-04-18 10:46:13 -03:00
Ulisses Lima a0998d2edf Merge branch 'eugenp:master' into master 2022-04-18 10:40:17 -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
anuragkumawat c89d0ef7b1 JAVA-9557 GitHub Issue: Bug in StringPerformance.java 2022-04-17 18:09:24 +05:30
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
honeymoose 98bfa962f4 Merge pull request #37 from cwiki-us-docs/code_bank
Add the test for delete first item
2022-04-16 08:52:55 -04:00
honeymoose 13aef83f91 Add the test for delete first item 2022-04-16 08:52:38 -04:00
honeymoose b4afbf884e Merge pull request #36 from cwiki-us-docs/code_bank
Update the document link
2022-04-16 08:51:36 -04:00
honeymoose 8f39bbbaee Update the document link 2022-04-16 08:47:30 -04:00
dependabot[bot] d4d2bf5ed0 Bump hibernate-core in /persistence-modules/hibernate-annotations
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.7.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.7...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 12:46:47 +00:00
dependabot[bot] 85f2b55158 Bump dom4j from 2.1.1 to 2.1.3 in /xml
Bumps [dom4j](https://github.com/dom4j/dom4j) from 2.1.1 to 2.1.3.
- [Release notes](https://github.com/dom4j/dom4j/releases)
- [Commits](https://github.com/dom4j/dom4j/compare/version-2.1.1...version-2.1.3)

---
updated-dependencies:
- dependency-name: org.dom4j:dom4j
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 12:46:28 +00:00
honeymoose 4bdec0a84d Merge pull request #34 from cwiki-us-docs/code_bank
ArrayList and List
2022-04-16 08:45:59 -04:00
honeymoose cb5ea25333 update package info and change function for LinkedList and ArrayList 2022-04-16 08:45:09 -04:00
Somnath Musib a341bb7c65 PR Review changes 2022-04-16 07:29:53 +05:30
honeymoose 9ca97e9cd5 针对 Java List 相关的一些操作进行说明和示例 2022-04-15 14:55:42 -04:00
honeymoose a838d6eb01 修改项目的编译 2022-04-15 14:55:05 -04: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
soni.sk@1969 d8b5ab0111 BAEL-5329 : Updated code module 2022-04-14 21:31:50 +05:30
priya-soni ce9fa68436 Merge branch 'eugenp:master' into master 2022-04-14 21:30:38 +05:30
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