Commit Graph

11520 Commits

Author SHA1 Message Date
edizor 768e6b767a Update README.md
[skip ci]
2023-05-17 20:58:22 +08:00
edizor 2248a39409 Update README.md
[skip ci]
2023-05-17 20:54:43 +08:00
edizor 558f03a8d2 Update README.md
[skip ci]
2023-05-17 20:42:22 +08:00
edizor 9f2bee0824 Update README.md
[skip ci]
2023-05-17 20:36:14 +08:00
edizor 1f9c1fdb37 Update README.md
[skip ci]
2023-05-17 20:33:02 +08:00
edizor 4e27f78bf0 Update README.md
[skip ci]
2023-05-17 20:28:36 +08:00
edizor ff2ca36926 Update README.md
[skip ci]
2023-05-17 20:24:12 +08:00
edizor 0f7a00193b Update README.md
[skip ci]
2023-05-17 20:16:47 +08:00
Dmytro Budym 7f601b84d2 disable AWSS3ObjectIntegrationTest due to need real credentials (#14028)
make AWSS3ObjectIntegrationTest manual
2023-05-16 17:11:14 -05:00
Saikat Chakraborty d37926eddf Bael 4582: Custom Authentication using shared secret (#13801)
* Spring custom security filter add

* Integration Tests add

* Add Project into parent pom

* refactor code

* refactor code

* remove .env and refactor code

* refactor code

* exclude auto configuration

* Refactored code

* removed ssl certificate for security

* Set session management to statelees

* Refactor tests

* Refactor authentication logic

* Refactor authentication logic

* Refactor authentication logic

* Remove unused code

* Remove unused code

* Remove unused appconfig
2023-05-16 20:03:45 +01:00
thibaultfaure 00ca91bd58 BAEL-6246 Code for the article Send MultipartFile Request with RestAs… (#13803)
* BAEL-6246 Code for the article Send MultipartFile Request with RestAssured

* Fix code style in rest assured integration tests

---------

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-16 19:59:16 +01:00
Maciej Główka a96f8f3e75 BAEL-4369: Multiple ways of declaring dependency versions in Gradle (#13825) 2023-05-16 19:45:11 +01:00
Michael Olayemi 43c4e4b337 Hashing with Argon2 in Java (#14009)
* Hashing with Argon2 in Java

* Hashing with Argon2 in Java
2023-05-16 20:51:10 +05:30
Ehsan Sasanianno a9a44221fc Revert "JAVA-20280: remove wrong property (#13874)" (#14021)
This reverts commit 561e893e86.
2023-05-16 13:48:03 +03:00
Azhwani 389a106697 BAEL-6398: Java PrintStream to String (#13998) 2023-05-16 08:28:25 +02:00
Gaetano Piazzolla 3fce001db6 BAEL-6493 - Read last N messages from a Kafka Topic (#14020) 2023-05-15 12:16:21 -07:00
Dmytro Budym f07f239d8d fix SeleniumOpenNewTabLiveTest (#14019) 2023-05-15 23:13:53 +05:30
Dhawal Kapil 7750bafc1d JAVA-20828 Fixed module name (#14018) 2023-05-15 23:10:14 +05:30
Bahaa El-Din Helmy 2da5d14e25 Add files via upload (#14006) 2023-05-15 08:14:21 -07:00
Dileesha Rajapakse 65f6f416c5 Add java interface single implementation examples (#13972) 2023-05-14 22:45:57 +05:30
Ehsan Sasanianno 4fb65f5c6e JAVA-16946 Upgrade h2 database version for remaining modules (#13976) 2023-05-14 20:13:06 +03:00
Dmytro Budym 0a634dfa03 Add code examples for "Opening a New Tab Using Selenium WebDriver in Java" (#14001)
Add code examples for "Opening a New Tab Using Selenium WebDriver in Java"
2023-05-13 19:59:37 -07:00
Vartika Nigam e1272ca8fe BAEL-6264 added class to show how to instantiate ArrayBlockingQueue a… (#13851)
* BAEL-6264 added class to show how to instantiate ArrayBlockingQueue and LinkedBlockingQueue

* BAEL-6264 added unit test case

* modified test case

* BAEL-6264 deleted BlockingQueueImplExample file not needed anymore

* BAEL-6264 code review changes moved class file to different module

---------

Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-05-13 10:32:14 -05:00
Kai Yuan 535d967fd9 [os-to-is] Convert an OutputStream to an InputStream (#13992) 2023-05-13 10:09:08 -05:00
Dmytro Budym 97bff9fd50 [Check If a Specified Key Exists in a Given S3 Bucket using Java] added code examples (#13775)
* [Check If a Specified Key Exists in a Given S3 Bucket using Java]] added code examples for

change test name

remove link from README.md

* - used env variables for AWS credentials
- used codestyle profile of baledung
2023-05-12 20:12:38 -05:00
timis1 bb9e5b65b4 JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11 (#13952)
* JAVA-20165 Upgrade spring-boot hibernate specific modules to JDK 11

* JAVA-20165 Migrating spring-boot-persistence-mongodb

* JAVA-20165 Migrating spring-boot-persistence-mongodb-2

* JAVA-20165 Migrating spring-boot-persistence-mongodb-3

* JAVA-20165 Adding latest version for jdbi in spring-boot-persistence-2 module

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-12 19:14:03 +05:30
timis1 e7d1d56c47 JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)
* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-05-12 19:06:06 +05:30
Anastasios Ioannidis 000149dd33 JAVA-20610 Upgraded parent-boot-2 to 2.7.11 (#13944) 2023-05-12 18:37:21 +05:30
Bipin kumar dbf40dc272 JAVA-20828: Changes made for updating blade module to java 11 (#13929)
* JAVA-20828: Changes made for updating blade module to java 11

* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit  module to java 11

* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit  module to java 11

* JAVA-20828: Adding jakarta-ee to jdk-9 profile
2023-05-12 15:27:42 +05:30
Loredana Crusoveanu f9da3f6b9c Merge pull request #14000 from edizor/master
Update README
2023-05-12 10:53:15 +03:00
davidmartinezbarua 5330d6e6f5 Merge pull request #13852 from neha298/master
Fastexcel
2023-05-11 20:22:14 -03:00
Bahaa El-Din Helmy 1bf1ad2a3a Title: Regular Expression: \z vs \Z Anchors in Java (#13994)
Hello,
This commit related to the article entitled "Regular Expression: \z vs \Z Anchors in Java"
2023-05-11 09:18:45 -07:00
edizor 11ecd39504 Update README.md
[skip ci]
2023-05-12 00:02:53 +08:00
edizor aba6f36ac7 Create README.md
[skip ci]
2023-05-12 00:01:07 +08:00
edizor 035717faa7 Update README.md
[skip ci]
2023-05-11 23:59:08 +08:00
edizor ed85cba5ba Update README.md
[skip ci]
2023-05-11 23:57:08 +08:00
edizor 4d1d7e01bf Update README.md
[skip ci]
2023-05-11 23:54:53 +08:00
edizor 2556be758d Update README.md
[skip ci]
2023-05-11 23:52:22 +08:00
edizor 7eba847b93 Update README.md
[skip ci]
2023-05-11 23:50:18 +08:00
edizor 68af213dfe Update README.md
[skip ci]
2023-05-11 23:47:20 +08:00
edizor e796547df3 Update README.md
[skip ci]
2023-05-11 23:44:54 +08:00
edizor 03cc9c90b7 Update README.md
[skip ci]
2023-05-11 23:42:17 +08:00
edizor 52e8c27f86 Update README.md
[skip ci]
2023-05-11 23:39:19 +08:00
edizor b22707d69e Update README.md
[skip ci]
2023-05-11 23:33:10 +08:00
ACHRAF TAITAI c428c8316d Upgrade spring.vault.core from 2.3.2 to 3.0.2 (#13977) 2023-05-11 17:04:55 +02:00
Dhawal Kapil 70a53558b9 JAVA-20828 Fixing the core-java-exclusions module (#13997) 2023-05-11 18:17:51 +05:30
Loredana Crusoveanu 8636bcc29c Merge pull request #13996 from eugenp/fix-module-order
fix module order
2023-05-11 13:19:42 +03:00
Loredana Crusoveanu 30c76d83c9 add parent 2023-05-11 13:16:21 +03:00
Loredana Crusoveanu f3a6c36979 add dependent module 2023-05-11 12:54:56 +03:00
Loredana Crusoveanu 93ae71ce9c fix module order 2023-05-11 12:38:16 +03:00