Commit Graph

11492 Commits

Author SHA1 Message Date
AndiCover d065736bf4 BAEL-6428 Make a Method Execute Only Once in Java 2023-05-18 19:20:49 +02:00
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
Kilian Schneider c06e1ab413 BAEL-6185 reuse string builder performance (#13791) 2023-05-10 07:39:34 -07:00
Grzegorz Musiał a36b4d88b7 BAEL-6250: Example code for Get All Caffeine Cache Keys article (#13806) 2023-05-10 13:38:19 +02:00
Anastasios Ioannidis 1ff112228c JAVA-19152 Increased the awaitility timeout for one more poll delay (#13975) 2023-05-09 12:55:49 +03:00
davidmartinezbarua 1fd15c9557 Merge pull request #13934 from thibaultfaure/articles/BAEL-6438-find-longest-word-in-given-string
BAEL-6438 Code for the Find the longest word in a given string article
2023-05-09 00:41:01 -03:00
Bahaa El-Din Helmy 53d269ca68 Add files via upload (#13978) 2023-05-08 14:11:33 -07:00
Eugene Kovko 4cc0380249 BAEL-6501 Update article "The producer-consumer problem example in Java" (#13973)
* BAEL-6501 Changed the synchronization block to use the DataQueue

* BAEL-6501 Fixed the platform agnostic new lines

* BAEL-6501 Moved ID increment to a static method

* BAEL-6501 Added a logger
2023-05-08 14:04:21 -07:00
Gaetano Piazzolla 579ba7726f BAEL-6444 | Added P6Spy logging in spring boot observation module. (#13965)
* BAEL-6444 | Added P6Spy logging in spring boot observation module.

* BAEL-6444 | Added Find with name query and custom log format now working

* BAEL-6444 | Formatting

* BAEL-6444 | Renaming junit files

* BAEL-6444 | Added start class

* BAEL-6444 | Actualized code with Article

* BAEL-6444 | Actualized code with Article

* BAEL-6444 | redded commit()

* BAEL-6444 | BDD naming strategy
2023-05-08 08:29:52 -07:00
3hsan e16bd13cc8 JAVA-16946: disable unit test for core-java-lang-oop-modifiers module for maintenance (#13968) 2023-05-08 17:13:49 +03:00
panos-kakos 7ed2075cd1 [JAVA-19362] Upgraded itextpdf to 5.5.13.3 (#13961) 2023-05-08 16:16:46 +03:00
3hsan bc19c39c52 JAVA-19152: fix intermittently failing RequestProcessorUnitTest (#13957) 2023-05-08 15:53:44 +03:00
Vini f38b976997 Merge pull request #13950 from zahikhan/master
Spring Boot Properties Prefix Must Be in Canonical Form
2023-05-08 10:47:39 +02:00
Zahid Khan 0952447f3a Merge branch 'eugenp:master' into master 2023-05-08 11:57:30 +05:30
Zahid Khan eb9815b6d6 Match prefix same as draft. 2023-05-08 11:51:30 +05:30
Raj Kishor a673cea33d [rajkishorraj185@gmail.com] Lombok equalsandhashcode annotation (#13717)
* example code for equalsandhashcode annotation

* moving codes to lombok-2

---------

Co-authored-by: raj kishor <raj.kishor@smartcoin.co.in>
2023-05-08 09:33:17 +05:30
Michael Olayemi 7f15d46d00 Uploading File using Selenium WebDriver in Java (#13947)
* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java
2023-05-08 09:08:08 +05:30
Zahid Khan 3aa158b872 Remove Comments and update prefix. 2023-05-07 22:49:07 +05:30
Zahid Khan 36a88aebe9 Merge branch 'eugenp:master' into master 2023-05-07 22:46:19 +05:30
Kai Yuan 65cf74f42f [compByteArrays] Comparing Two Byte Arrays in Java (#13935) 2023-05-07 10:05:37 -05:00
Loredana Crusoveanu 8e6f7bf490 Merge pull request #13956 from edizor/master
Update README
2023-05-07 08:10:20 +03:00
Bhaskar Ghosh Dastidar ce79066afc [BAEL-6253] record equals hashcode (#13958)
* [BAEL-6253] records equals and hashcode

* [BAEL-6253] records equals and hashcode

* [BAEL-6253] records equals and hashcode test case

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-05-06 09:28:20 -07:00
Ulisses Lima 7123ae8ad7 BAEL-6046 MongoDB - Field Level Encryption (#13859) 2023-05-06 09:59:46 +02:00