8981 Commits

Author SHA1 Message Date
Alex Golub
06c16d1eb0 JUnit5 test classes and methods should have default package visibility 2022-04-21 11:06:23 +03:00
Alex Golub
7d343f7674 assertThat(T, Matcher<? super T>) Deprecated. Use org.hamcrest.MatcherAssert.assertThat() 2022-04-21 11:05:26 +03:00
Alex Golub
95aff67d58 Method name typo 2022-04-21 10:30:44 +03:00
Alex Golub
0af6112abf Delete redundant curly braces when using single lambda statement 2022-04-21 10:30:28 +03:00
Alex Golub
f1801bbd6f JUnit5 test classes and methods should have default package visibility 2022-04-21 10:29:26 +03:00
Loredana Crusoveanu
936055fd69 Merge pull request #12104 from johnA1331/master
BAEL-52658 - Main - github-related test fixes - 05.04.2022
2022-04-20 18:43:56 +03:00
johnA1331
320ddd421d Update README.md 2022-04-20 23:32:53 +08:00
johnA1331
30c3679e4f Update README.md 2022-04-20 23:32:16 +08:00
johnA1331
70b5ee06e0 Update README.md 2022-04-20 22:52:32 +08:00
johnA1331
33f1363555 Update README.md 2022-04-20 22:50:27 +08:00
Dhawal Kapil
499e248d4c Update README.md (#12103) 2022-04-20 18:07:08 +05:30
Dhawal Kapil
686fc5a0e5 Update README.md (#12102) 2022-04-20 18:06:56 +05:30
freelansam
c6c8cb4abd JAVA-10903: Rename HttpClient Modules to Apache HttpClient (#12070)
* JAVA-10903: rename httpclient to apache-httpclient

* JAVA-10903: rename httpclient-2 to apache-httpclient

* JAVA-10903: update main pom
2022-04-20 17:53:00 +05:30
515882294
0947c71710 BAEL-5283: Serialize a lambda in Java 2022-04-20 20:02:59 +08:00
Alex Golub
7ef7265dce Method name typo 2022-04-20 14:51:58 +03:00
Alex Golub
37b5df83c5 Statement lambda can be replaced with expression lambda 2022-04-20 14:51:58 +03:00
Alex Golub
2327a11eca Assertion arguments should be passed in the correct order 2022-04-20 14:51:58 +03:00
Alex Golub
efaf789e71 JUnit5 test classes and methods should have default package visibility 2022-04-20 14:51:58 +03:00
Alex Golub
d722c0d1d1 Reformat
Put each assertion on separate line to improve readability
Explain why test is marked @Disabled
2022-04-20 13:57:15 +03:00
Alex Golub
73e2047689 Use the default package visibility and optimize imports 2022-04-20 13:50:30 +03:00
kwoyke
99f83564b6 Merge pull request #12092 from freelansam/JAVA-10628
JAVA-10628: Create new aws-modules and move other aws related modules inside it
2022-04-20 10:56:23 +02:00
andresluzu
3f78a1e9c0 BAEL-4559 Stop Execution After Certain Time improvements (#12076) 2022-04-19 20:02:34 -07:00
sanitaso
8fd4df52c2 BAEL-5416 How to Store HashMap<String, ArrayList> Inside a List (#12091)
* add unit test

* fix the error

* correcting the name of the test

* trigger build process

* change directory
2022-04-19 11:03:23 -07:00
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
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