12161 Commits

Author SHA1 Message Date
edizor
0b578f0a8c Create README.md
[skip ci]
2023-07-13 21:48:52 +08:00
edizor
bcef2f9001 Update README.md
[skip ci]
2023-07-13 21:46:09 +08:00
edizor
cd909bf69b Update README.md
[skip ci]
2023-07-13 21:44:30 +08:00
edizor
ed7007272a Create README.md
[skip ci]
2023-07-13 21:41:57 +08:00
edizor
17e73674a9 Update README.md
[skip ci]
2023-07-13 21:39:06 +08:00
edizor
b6ef18c441 Create README.md
[skip ci]
2023-07-13 21:34:04 +08:00
edizor
dc2912fe4c Update README.md
[skip ci]
2023-07-13 21:27:25 +08:00
edizor
016367a43f Update README.md
[skip ci]
2023-07-13 20:29:08 +08:00
edizor
e248e63e88 Create README.md
[skip ci]
2023-07-13 20:22:32 +08:00
edizor
fd6daf4355 Update README.md
[skip ci]
2023-07-13 20:12:10 +08:00
edizor
296504cc42 Update README.md
[skip ci]
2023-07-13 14:34:24 +08:00
edizor
e668c85464 Update README.md
[skip ci]
2023-07-13 14:25:31 +08:00
edizor
5b1bf5fb47 Update README.md
[skip ci]
2023-07-13 14:14:56 +08:00
edizor
0f3acf5ba0 Update README.md
[skip ci]
2023-07-13 14:06:49 +08:00
edizor
6ebf4aee2a Update README.md
[skip ci]
2023-07-13 14:01:58 +08:00
Michael Olayemi
8333346c43 Does Java read integers in little endian or big endian? (#14381)
* Does Java read integers in little endian or big endian?

* Does Java read integers in little endian or big endian?
2023-07-13 06:35:34 +05:30
Kasra Madadipouya
0c195ad60b Merge pull request #14380 from timis1/JAVA-22515
JAVA-22515 Split or move spring-data-jpa-repo-2 module (moved-1)
2023-07-11 12:09:09 +02:00
MohamedHelmyKassab
ded6e1acca BAEL-6418 (#14311)
* BAEL-6418

This commit aims to add a test class for the article BAEL-6418

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java

* Update IntegerClassIntegerTYPEIntClassUnitTest.java
2023-07-11 07:52:58 +05:30
Rajat Garg
89d83168ae [BAEL-6506] Add utility for Pretty-Print JSON (#14378)
* Add utility for  Pretty-Print JSON

* Remove accidental change

* Address review comments

* Address review comments

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-07-10 20:47:36 +02:00
Dhawal Kapil
dcb08e1495 JAVA-22043 Fixed formatting (#14386) 2023-07-11 00:02:51 +05:30
Gaetano Piazzolla
82532d661d JAVA-22043 | Fixing httpclient live test (#14352)
* JAVA-22043 | fixing httpclient live test

* JAVA-22043 | fixing httpclient live test using lambda expression for execution
2023-07-10 23:45:49 +05:30
Dhawal Kapil
fa1beff465 JAVA-22611 Commented out java-ee security module (#14385) 2023-07-10 23:02:21 +05:30
Loredana Crusoveanu
ca6b549835 Merge pull request #14376 from edizor/master
Update README.md
2023-07-10 20:14:42 +03:00
Timon Back
bf1edf8d51 BAEL-6529 springwolf (#14204)
* [BAEL-6529] Add spring boot springwolf article

Co-authored-by: David Müller <david.mueller@codecentric.de>

* [BAEL-6529] Remove README.md

Co-authored-by: David Müller <david.mueller@codecentric.de>

* Bael 6529 springwolf 0.12.0 (#2)

* [BAEL-6529] Bump springwolf-kafka to 0.12.0

Co-authored-by: David Müller <david.mueller@codecentric.de>

* [BAEL-6529] Bump springwolf-kafka to 0.12.1

Co-authored-by: David Müller <david.mueller@codecentric.de>

---------

Co-authored-by: David Müller <david.mueller@codecentric.de>
2023-07-10 20:57:56 +05:30
timis1
612a42286a JAVA-22210 Upgrade dependencies versions for spring-apache-camel module (#14359) 2023-07-10 11:56:36 +03:00
Vini
0ff24b8a56 Merge pull request #14342 from azhwani/BAEL-6399
BAEL-6399: Getting Yesterday's Date in Java
2023-07-10 10:21:56 +02:00
Loredana Crusoveanu
9b75a254b9 Merge pull request #14382 from ulisseslima/ulisseslima-patch-1
Update StringFilenameValidationUtils.java
2023-07-10 10:41:48 +03:00
Ulisses Lima
b21100a01e Update StringFilenameValidationUtils.java
Based on email feedback. Changing regex from "A-z" to "A-Z".
2023-07-10 00:00:07 -03:00
Kasra Madadipouya
3f76369a97 Merge pull request #14328 from panos-kakos/JAVA-14013
[JAVA-14013] Added example for LoggingSystem
2023-07-09 21:21:52 +02:00
Kasra Madadipouya
a795391cbc Merge pull request #14323 from panos-kakos/JAVA-22589
Java 22589
2023-07-09 20:30:49 +02:00
Graham Cox
af05aae518 BAEL-6696: Introduction to Selenide (#14379)
* BAEL-6210: Examples for RethinkDB article

* BAEL-6696: Introduction to Selenide
2023-07-09 19:18:15 +02:00
Saikat Chakraborty
b19e44baef Setup PATCH method in the OpenFeign (#14304)
* Fix the integration tests which failed due to defined port

* Add open feign patch example

* refactor the feign code

* refactor the feign code

* refactor the feign code

* refactor the code

* remove space

* refactor code

* refactor code and set the user id for testing

* refactor code
2023-07-09 14:07:52 +01:00
timis1
cff81e0975 JAVA-21486 Split or move selenium-junit-testng module (moved-4) (#14366)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-09 17:26:19 +05:30
Kai Yuan
92c575498c [long-to-bigdecimal] Convert Long to BigDecimal in Java (#14372)
* [long-to-bigdecimal] Convert Long to BigDecimal in Java

* [long-to-bigdecimal] renaming var
2023-07-08 22:30:44 -05:00
Manfred
ba1764fba1 BAEL-6670: Reading a JSP variable from JavaScript (#14337) 2023-07-09 08:54:38 +05:30
Michael Olayemi
6fa3c122e3 Generating Random Numbers in a Range with Some Exclusions in Java (#14357) 2023-07-09 08:37:06 +05:30
timis1
474ec0c2e2 JAVA-22515 Split or move spring-data-jpa-repo-2 module (moved-1) 2023-07-08 22:06:30 +03:00
Michael Olayemi
afb42b5674 How to Solve 403 Error in Spring Boot Post Request (#14303)
* How to Solve 403 Error in Spring Boot Post Request

* How to Solve 403 Error in Spring Boot Post Request
2023-07-08 19:20:38 +05:30
parthiv39731
571df122f7 JIRA BAEL-6693, difference between Gson @Expose and @SerializedName (#14370)
Co-authored-by: parthiv39731 <parthiv39731@gmail.com>
2023-07-08 10:22:04 +02:00
Seremba Patrick
5f025f6dd1 Difference Between @JoinColumn and @PrimaryKeyJoinColumn in JPA (#14171)
* primarykeyjoincolum annotaion in jpa

* indent Departmnet Person and primaryKeyJoinColumn

* indent Department Perspn and PrimaryKeyJoinColumnIntegrationTest classes

* format properly

* format to 2-space continuation identation

* Revert "format to 2-space continuation identation"

This reverts commit 49630409ee296c07cfd494e46f9dbba75c9a49b0.

* add 2-space indent on line continuations.
2023-07-08 09:26:26 +05:30
edizor
e29cb85200 Update README.md
[skip ci]
2023-07-08 08:31:12 +08:00
Azhwani
3277c75dd4 BAEL-6399: Getting Yesterday's Date in Java 2023-07-07 22:17:50 +02:00
Vini
2546a2e218 Merge pull request #14305 from Eredisse/master
BAEL-6024 - Guide to YugabyteDB
2023-07-07 15:14:50 +02:00
alexandru.borza
21c413d0c6 remove unused dependency 2023-07-07 14:49:14 +03:00
Dhawal Kapil
6f905048c4 JAVA-22625 Removed junit4 engine (#14368) 2023-07-06 13:02:53 +05:30
Bipin kumar
120a6c152a Java 19657 (#14336)
* JAVA-19657: Changes made for WSDL stubs with maven

* JAVA-19657: changes made for upgrading module Generate WSDL Stubs with Maven
2023-07-06 12:04:39 +05:30
Kai Yuan
b64958a6bf [split-digits] Split a String Into Digits- and Non-Digits-Elements (#14349)
* [split-digits] Split a String Into Digits- and Non-Digits-Elements

* [split-digits] JMH benchmark

* [split-digits] using enum
2023-07-05 18:20:28 -05:00
davidmartinezbarua
37add6dc4d Merge pull request #14340 from etrandafir93/features/BAEL-6579-completable_future_thread_pool
BAEL-6579: completable future's thread pool
2023-07-05 14:41:11 -03:00
anuragkumawat
14ffda870b JAVA-21457 Add SpringFox module to spring-boot-modules pom (#14344)
* JAVA-21457 Add SpringFox module to spring-boot-modules pom

* JAVA-21460 Update articles URLs for new annotations
2023-07-05 23:10:52 +05:30
Gaetano Piazzolla
6130c8436d JAVA-20499 | Merging javax-validation-advanced module in javaxval-2. (#14362) 2023-07-05 22:53:06 +05:30