Commit Graph

11513 Commits

Author SHA1 Message Date
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
Kasra Madadipouya 167a3f53ed JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17 (#13945)
* JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17

* JAVA-20630 code format

* JAVA-20630 don't fail if there's no web.xml and using Java based configuration while building a war file

* JAVA-20630 avoid unneeded formatting

* JAVA-20630 change order of modules to solve flaky tests
2023-05-11 11:05:28 +05:30
brokenhardisk 4192bf3bdc BAEL-6342 JUnit Test Class for Null and Empty String (#13963) 2023-05-11 09:23:11 +05:30
Kai Yuan a74f4ec8f5 [scanner-to-array] Saving Java Scanner Input to an Array (#13969) 2023-05-10 20:29:50 -05:00
cesarevalenti90 b3b69272fa BAEL-6197 - Execute Tests Based on Active Profile with JUnit 5 (#13776)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

* BAEL-6277 - A Guide To Spring Cloud Azure

First commit

* BAEL-6277 - A Guide To Spring Cloud Azure

Added to README.md the steps to create the secrets

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Added one level package keyvault

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

removed target release version

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix compilation of NoSuchElementException

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* Revert "BAEL-6277 - A Guide To Spring Cloud Azure Key Vault"

This reverts commit 1cca1d0d692646001a6d7de106f3a37fb22839ce.

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

downgrade version to fix jenkins pipeline error

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

comment run on main class

* Revert "reset last commit"

This reverts commit c557fad67f1c15bb384f0af5781430a45121a838.

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#First push

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Revert for new pr

* reset last commit

* reset last commit

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Remove redundant test

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Format fix

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix test name

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-05-10 17:09:10 -05:00
anuragkumawat 386e3b2816 JAVA-20277 GitHub Issue: Regarding article Introduction to JsonPath (#13939) 2023-05-10 23:17:17 +05:30
anuragkumawat 761eecbcd6 JAVA-18648 Review the time of the build - Week 9 - 2023 (#13954) 2023-05-10 22:56:59 +05:30
Gaetano Piazzolla b5fd6ce5c4 BAEL-6444 | Removed copyright commit (#13987) 2023-05-10 08:13:28 -07:00