Commit Graph

11893 Commits

Author SHA1 Message Date
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 (#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
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 (#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
technoddy ebbd80e6c7 updating class name for tests to abide by policy 2023-05-14 12:38:41 -04:00
Sam 4508b19f07 Merge branch 'eugenp:master' into master 2023-05-14 12:27:30 -04:00
technoddy 58d6a02c35 JPA Counting Row Implementation 2023-05-14 12:09:07 -04: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" (#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
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 (#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