11637 Commits

Author SHA1 Message Date
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 ()
make AWSS3ObjectIntegrationTest manual
2023-05-16 17:11:14 -05:00
Saikat Chakraborty
d37926eddf Bael 4582: Custom Authentication using shared secret ()
* 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… ()
* 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 () 2023-05-16 19:45:11 +01:00
Dhawal Kapil
c3767c3a91 Merge branch 'master' of https://github.com/eugenp/tutorials into
task/JAVA-13721

# Conflicts:
#	testing-modules/mockito-simple/pom.xml
2023-05-16 23:10:40 +05:30
Dhawal Kapil
585d1e1575 JAVA-13721 Further formatting of files 2023-05-16 23:06:58 +05:30
Dhawal Kapil
7b8fad5dc9 JAVA-13721 Fixing the formatting 2023-05-16 22:56:17 +05:30
Michael Olayemi
43c4e4b337 Hashing with Argon2 in Java ()
* 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 ()" ()
This reverts commit 561e893e86d9c51b1e61818f5450d6194d9959fd.
2023-05-16 13:48:03 +03:00
Azhwani
389a106697 BAEL-6398: Java PrintStream to String () 2023-05-16 08:28:25 +02:00
Gaetano Piazzolla
3fce001db6 BAEL-6493 - Read last N messages from a Kafka Topic () 2023-05-15 12:16:21 -07:00
Dmytro Budym
f07f239d8d fix SeleniumOpenNewTabLiveTest () 2023-05-15 23:13:53 +05:30
Dhawal Kapil
7750bafc1d JAVA-20828 Fixed module name () 2023-05-15 23:10:14 +05:30
Bahaa El-Din Helmy
2da5d14e25 Add files via upload () 2023-05-15 08:14:21 -07:00
Zahid Khan
a3acf733da Merge branch 'eugenp:master' into master 2023-05-15 11:48:09 +05:30
Zahid Khan
d8a3dd3d71 Fix formatting issues, refactor the profiles word in the properties. 2023-05-15 11:47:43 +05:30
Dileesha Rajapakse
65f6f416c5 Add java interface single implementation examples () 2023-05-14 22:45:57 +05:30
Ehsan Sasanianno
4fb65f5c6e JAVA-16946 Upgrade h2 database version for remaining modules () 2023-05-14 20:13:06 +03:00
emanueltrandafir1993
4f8662aa01 BAEL-6320: format & code review 2023-05-14 16:52:59 +02:00
Dmytro Budym
0a634dfa03 Add code examples for "Opening a New Tab Using Selenium WebDriver in Java" ()
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… ()
* 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 () 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 ()
* [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 ()
* 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 ()
* 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 () 2023-05-12 18:37:21 +05:30
Sam Gardner
956660497a BAEL-6334 Add example code for checking if a list element is in another list 2023-05-12 11:58:08 +01:00
Bipin kumar
dbf40dc272 JAVA-20828: Changes made for updating blade module to java 11 ()
* 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 from edizor/master
Update README
2023-05-12 10:53:15 +03:00
davidmartinezbarua
5330d6e6f5 Merge pull request 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 ()
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 () 2023-05-11 17:04:55 +02:00
Dhawal Kapil
70a53558b9 JAVA-20828 Fixing the core-java-exclusions module () 2023-05-11 18:17:51 +05:30
Loredana Crusoveanu
8636bcc29c Merge pull request 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