Commit Graph

27952 Commits

Author SHA1 Message Date
edizor
e692f20f40 Update README.md
[skip ci]
2023-07-26 15:40:25 +08:00
edizor
c99f218e7c Create README.md
[skip ci]
2023-07-26 15:34:16 +08:00
Michael Olayemi
2dfd837ab2 Law of Demeter in Java (#14465)
* Law of Demeter in Java

* Law of Demeter in Java

* Law of Demeter in Java
2023-07-26 10:55:09 +05:30
timis1
dcafed7d53 JAVA-23211 Upgrade dependencies versions for helidon-mp module (#14472)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-25 13:02:08 +05:30
panos-kakos
b1aa6721c2 [JAVA-23091] Upgraded esapi version and removed it form main pom.xml (#14384)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-07-25 12:59:21 +05:30
Bipin kumar
95e5db14a0 JAVA-22625: Changes made for formatting the pom.xml (#14327)
* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: commenting module

* JAVA-22625: commenting module
2023-07-25 12:04:39 +05:30
panos-kakos
c194dc54c5 [JAVA-23092] Upgrade jmh-core and jmh-generator dependencies to 1.36 (#14387)
* [JAVA-23092] Upgrade jmh-core and jmh-generator dependencies to 1.36

* [JAVA-23091] Clean up
2023-07-25 11:50:47 +05:30
davidmartinezbarua
949394c33a Merge pull request #14373 from ukhan1980/BAEL-6697-fail-maven-build-if-coverage-falls
[BAEL-6697] code for jacoco fail build
2023-07-24 19:16:29 -03:00
Loredana Crusoveanu
35f1cf3475 Merge pull request #14471 from collaboratewithakash/master
backlink added
2023-07-24 13:50:04 +03:00
collaboratewithakash
4e3917fd56 backlink added 2023-07-24 14:59:53 +05:30
Vali Tuguran
ca952b8b87 BAEL-6225 Refactor code and move package. (#14132)
* BAEL-6225 Refactor code and move package.

* BAEL-6225 Move code to core-java-lang-oop-patterns.

* BAEL-6225 Refactor test name.

* BAEL-6225 Refactor test name.

* BAEL-6225 Update with singleton instances.
2023-07-24 08:47:07 +01:00
psevestre
0a8aa94d8a [BAEL-6138] - Receiving Push Notifications in PostreSQL with Spring Integration (#14467)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5258] Article Code

* [BAEL-2765] PKCE Support for Secret Clients

* [BAEL-5698] Article code

* [BAEL-5698] Article code

* [BAEL-5905] Initial code

* [BAEL-5905] Article code

* [BAEL-5905] Relocate article code to new module

* [BAEL-6275] PostgreSQL NOTIFY/LISTEN

* [BAEL-6275] Minor correction

* BAEL-6138

* [BAEL-6138] WIP - LiveTest

* [BAEL-6138] Tutorial Code

* [BAEL-6138] Tutorial Code

---------

Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-07-23 22:45:57 +02:00
parthiv39731
f72192762c BAEL-6710 (#14454)
Changed method names
2023-07-23 19:50:50 +02:00
Tetiana
27644df711 BAEL-6754 Parameterized Logging with Slf4j (#14447)
- updated logback-classic version
- updated logback.xml to have only one appender for new classes
- added sample parameterized logging and fluent logging
2023-07-23 19:16:50 +02:00
Rajat Garg
3e58e24219 [BAEL-6494] Add functionality to minify a JSON string (#14451)
* [BAEL-6494] Add functionality to minify JSON

* [BAEL-6494] Address review comment

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-07-23 10:08:21 +02:00
Manfred
37f883a58f BAEL-6725 - Performance Comparison Between Different Java String Concatenation Methods (#14458) 2023-07-23 10:04:32 +02:00
Ana Peterlić
be2a4d3bf5 BAEL-6585 - Unit Testing of System.in with JUnit (#14436)
* BAEL-6585 - Unit Testing of System.in with JUnit

* Rename test classes

* Remane test classes
2023-07-23 09:19:16 +05:30
Dhawal Kapil
fdfa6c282f Update README.md (#14461) 2023-07-23 00:03:33 +05:30
Dhawal Kapil
253a4c3aaa Update README.md (#14460)
* Update README.md

* Update README.md
2023-07-22 23:53:49 +05:30
timis1
94cc312bbf JAVA-23235 Split or move spring-cloud-openfeign module (conti-4) (moved-8) (#14450)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-22 23:35:37 +05:30
davidmartinezbarua
0f988a7bbe Merge pull request #14347 from ukhan1980/BAEL-6318-consuming-paged-response-via-rest-template
[BAEL-6318] code for consuming Page<Entity> using rest template
2023-07-22 10:32:45 -03:00
davidmartinezbarua
6d9b8e2fb4 Merge pull request #14404 from sam-gardner/BAEL-6721-example-code-for-notification-of-a-complete-task
BAEL-6721 Add example code for notification of a complete task
2023-07-22 10:26:28 -03:00
davidmartinezbarua
099802fdb2 Merge pull request #14415 from etrandafir93/features/BAEL-6578-CompletableFuture_allOf_vs_join
BAEL-6578: CompletableFuture allOf.join() vs join()
2023-07-22 10:19:55 -03:00
Gaetano Piazzolla
ebfee879e7 JAVA-23317 | Added dummy TrustManager (#14444)
* JAVA-23317 | Added dummy TrustManager

* JAVA-23317 | Added comment

* JAVA-23317 | renamed dummy to mock

* JAVA-23317 | renamed unit test
2023-07-22 18:49:21 +05:30
Michael Olayemi
9080604c31 What is the maximum depth of the java call stack? (#14428)
* What is the maximum depth of the java call stack?

* What is the maximum depth of the java call stack?
2023-07-21 07:12:48 +05:30
Loredana Crusoveanu
e47ebfcd9e Merge pull request #14445 from collaboratewithakash/master
backlink  updated
2023-07-20 17:51:20 +03:00
timis1
ef05552325 JAVA-23118 Fix java-ee-8-security-api module (#14397)
* JAVA-23118 Fix java-ee-8-security-api module

* JAVA-23118 Additional changes

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-20 19:29:57 +05:30
Loredana Crusoveanu
a60356f8a3 Merge branch 'master' into master 2023-07-20 16:30:42 +03:00
collaboratewithakash
96f637211a backlinks removed 2023-07-20 16:44:33 +05:30
collaboratewithakash
6fc517c480 backlink removed 2023-07-20 16:42:50 +05:30
parthiv39731
df3f6097ef Update PersonSerializerUnitTest.java (#14441) 2023-07-19 22:47:15 +02:00
davidmartinezbarua
e1ee366539 Merge pull request #14431 from sam-gardner/BAEL-6749-improve-examples-for-handling-null-fields-with-jackson
BAEL-6749 improve examples for handling null fields with Jackson
2023-07-19 14:18:50 -03:00
Loredana Crusoveanu
9c8791f573 Merge pull request #14437 from edizor/master
Update README
2023-07-19 18:12:09 +03:00
Gaetano Piazzolla
d42b2f98bc JAVA-22042 | Removed cargo plugin in favor or mockserver. removed duplicated mockserver implementation (#14439) 2023-07-19 17:46:37 +05:30
panos-kakos
a7b5326737 [JAVA-22621] Clean up (#14433)
* [JAVA-22621] Clean up

* [JAVA-22621] Clean up
2023-07-19 17:43:21 +05:30
Dhawal Kapil
2745f176b5 Update README.md (#14438)
Cleaned up readme
2023-07-19 17:30:14 +05:30
edizor
f9cdc78c69 Update README.md
[skip ci]
2023-07-19 19:36:16 +08:00
edizor
34530afc0f Update README.md
[skip ci]
2023-07-19 19:35:36 +08:00
edizor
433a4bb023 Update README.md
[skip ci]
2023-07-19 19:22:09 +08:00
Bipin kumar
bb1cd17603 Java 23053 02 (#14432)
* JAVA-23053: renaming the module

* JAVA-23053: correction made for More articles links in  spring-thymeleaf
2023-07-19 16:49:19 +05:30
edizor
2cbc55ac52 Update README.md
[skip ci]
2023-07-19 19:11:45 +08:00
edizor
b14a9031c9 Update README.md
[skip ci]
2023-07-19 19:03:49 +08:00
edizor
336b89be17 Update README.md
[skip ci]
2023-07-19 16:22:36 +08:00
edizor
9d1011e15a Update README.md
[skip ci]
2023-07-19 16:17:52 +08:00
edizor
540e87abd2 Create README.md
[skip ci]
2023-07-19 16:11:28 +08:00
Vini
3da4812c8c Merge pull request #14405 from tudormarc/tudor/jacksonjr4
BAEL-6310 - updated indent
2023-07-19 09:07:50 +02:00
Loredana Crusoveanu
589f558e93 Merge pull request #14383 from timis1/JAVA-23082
JAVA-23082 Review log statements for projects - Week 16 - 2023 (moved…
2023-07-18 19:25:35 +03:00
Hamid Reza Sharifi
a7a2c28d6c #bael-3314-new:Update JMockit articles (#14355)
* #bael-3314-new:remove unused method

* #bael-3314-new:change private to protected
2023-07-18 18:21:58 +02:00
ACHRAF TAITAI
e8fa7ed602 BAEL-6054: Postman - send multi-part data and json in the same request (#14430) 2023-07-17 21:55:25 +02:00
emanueltrandafir1993
b5ef44d4d6 BAEL-6578: removed comments 2023-07-17 19:39:13 +02:00