Commit Graph

2040 Commits

Author SHA1 Message Date
Haroon Khan
2029d0a27b [JAVA-8383] Add charset to email mime type to handle special chars 2021-11-17 21:06:29 +00:00
Krzysiek
6f913e1d2c JAVA-7783: Fix jmh dependencies 2021-11-16 15:19:52 +01:00
Krzysiek
0ab9e2e4f2 JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
Willian Nalepa Oizumi
c05d21519c BAEL-5196 - Split a comma-separated string while ignoring commas in quotes (#11432)
* Creating the module 'core-java-string-operations-4' for new string related code samples. Implemented code samples for the article BAEL-5196

* including new module 'core-java-string-operations-4 in the parent project

* fixing spacing in the pom file

* fixing the maven configuration for our new project core-java-string-operations-4
2021-11-15 18:45:35 +05:30
mikr
36740ed6b6 Merge remote-tracking branch 'origin/JAVA-8279-Split-or-move-core-java-module' into JAVA-8279-Split-or-move-core-java-module 2021-11-14 23:02:18 +01:00
mikr
1027a6d76d JAVA-8279 Split or move Java core module (fix review comments) 2021-11-14 23:02:03 +01:00
kwoyke
e5aed785cb Merge branch 'master' into JAVA-8279-Split-or-move-core-java-module 2021-11-14 17:52:34 +01:00
kwoyke
b628adbdbb Merge pull request #11448 from freelansam/JAVA-8282
JAVA-8282: Split or move core-java-security-2 module
2021-11-14 17:35:58 +01:00
kwoyke
b5507c27de Merge pull request #11449 from freelansam/JAVA-8365
JAVA-8365: Split or move core-java-io-conversions module
2021-11-14 17:30:33 +01:00
sampadawagde
ee6ea3d612 JAVA-8365: Split or move core-java-io-conversions module 2021-11-14 13:20:22 +05:30
sampadawagde
fc6c46b6f7 JAVA-8282: added new module core-java-security-algorithms to parent pom 2021-11-14 11:08:05 +05:30
sampadawagde
6f49cc9a9b JAVA-8282: Moved 5 articles from core-java-security-2 module to new
module core-java-security-algorithms
2021-11-14 11:07:22 +05:30
sampadawagde
5f9698161d JAVA-8282: Moved 5 articles from core-java-security-2 module to new
module core-java-security-algorithms
2021-11-14 11:05:34 +05:30
mikr
6367e31787 JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00
kwoyke
c732e28fcb Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
freelansam
605bb8a3c1 correction to core-java-os 2021-11-11 11:39:01 +05:30
johnA1331
2912f6f233 Update README.md 2021-11-10 19:43:19 +08:00
johnA1331
49149211bb Update README.md 2021-11-10 19:41:57 +08:00
johnA1331
e87b714f2b Update README.md 2021-11-10 19:36:32 +08:00
johnA1331
fbf4fe2688 Update README.md 2021-11-10 19:34:43 +08:00
johnA1331
a85976c497 Update README.md 2021-11-10 19:33:10 +08:00
johnA1331
d0082f5861 Update README.md 2021-11-10 19:26:58 +08:00
johnA1331
5489293b38 Update README.md 2021-11-10 19:22:38 +08:00
johnA1331
2040890c2f Update README.md 2021-11-10 19:20:50 +08:00
johnA1331
1a2928884c Update README.md 2021-11-10 19:13:39 +08:00
mbarriola
f29fe8f2c9 Baeldung/java 5187 (#11431)
* Commit source code to branch

* BAEL-5065 improvement of groupBy with complex key

* Client and Server SSLSocket implementation to support https client
authentication.
2021-11-10 09:27:28 +01:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
Loredana Crusoveanu
dc5826c607 Merge pull request #11433 from eugenp/JAVA-1672
Java 1672 - updating root pom junit and surefire configurations
2021-11-09 12:59:45 +02:00
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
saikatcse03
097489c940 Bael 4241 (#11365)
* Added all class loaded listing

* Added all class loaded listing

Signed-off-by: saikatcse03 <saikatcse03@gmail.com>

* Updated class count

* Updated class count test and fixed tabs

* Removed spaces

* Updated version through Properties

Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2021-11-08 19:53:28 -06:00
Trying something new
6f32e034d3 BAEL 4486 (#11353)
* BAEL 4486

Adding 2 files for BAEL 4486

* JAVA-4486, unit tests

Added Unit Test
Corrected the formatting using formatter.xml in eclipse

* BAEL - 4486

Renamed CrytoDriverIVTest.java to CryptoDriverIVTest.java
added core-security-3 module to pom.xml

* Update CryptoDriverIVUnitTest.java

Resubmitting CryptoDriverIVUnitTest

* BAEL - 4486

Removed Blank lines from CryptoDriver.java
2021-11-08 19:34:49 -06:00
chaos2418
f0a8383e45 Merge branch 'master' of https://github.com/eugenp/tutorials into JAVA-1672 2021-11-08 21:44:23 +05:30
vaibhav007jain
a74a4b0985 BAEL-5151 (#11385)
* commited initial code for hexagonal architecture

* Deleting to check in again

* Deleing to check in again

* Push first code for Hexagonal Architecture

* final code with UT for JSON to Java conversion

* removed hexagonal-architecture code from last commit

* BEL-5071 updated README

* BAEL-5071: Undo README changes and added a nested object in the JSON example.

* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java

* BAEL-5151: Added code for getting the first of a String

* BAEL-5151: Renamed Unit Test

* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3

* BAEL-5151: Replaced tabs with white spaces.

Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2021-11-08 18:05:17 +05:30
chaos2418
1781b6017b JAVA-1672: removing redundant junit dependencies 2021-11-08 13:45:41 +05:30
Teica
fa66a03fbf BAEL-5227 check if a first letter of a string is uppercase (#11424)
* BAEL-5227 check if the first letter of a string is uppercase

* BAEL-5227 renaming the tests

* BAEL-5227 renaming the tests

* BAEL-5227 renaming the tests

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2021-11-07 13:19:54 -08:00
rvsathe
2bdcc9c1fc changes for BAEL 5164 (#11364)
* BAEL 4293 correcting the unit test file ame.

* changes for BAEL 5164

* added maven compiler properties for fixing compilation issues.

* making BAEL 5164 java 8 compatible.
2021-11-07 13:15:45 -08:00
Loredana Crusoveanu
d132d7321c Merge pull request #11407 from Teica/master
BAEL-5195 Modified the regex pattern
2021-11-07 20:21:03 +02:00
Greg
ceb28f7cff Merge pull request #11335 from amitiw4u/BAEL-5146-Validate-Serialization
Serialization Validation commit
2021-11-07 13:08:24 -05:00
davidmartinezbarua
26d1234384 Merge pull request #11363 from thiagohora/BAEL-5197/new_features_in_javav17
[BAEL-5197] New Features in Java 17
2021-11-07 13:55:04 -03:00
thomasduxbury
b5a2c9b50c BAEL-5179: Introduction to HexFormat in Java 17 (#11387) 2021-11-06 18:56:30 -05:00
Thiago dos Santos Hora
89538023a9 Merge branch 'master' into BAEL-5197/new_features_in_javav17 2021-11-06 12:19:15 +01:00
Thiago dos Santos Hora
a059f32171 [BAEL-5197] Add code samples and tests 2021-11-06 12:16:23 +01:00
Amitabh Tiwari
7db48c12e9 Updated review comment 2021-11-06 06:09:48 +05:30
Amitabh Tiwari
56300022b1 Review comments updated
Review comments updated
2021-11-06 05:53:22 +05:30
doodoroma
c8369ad629 Merge pull request #11403 from maciejglowka/BAEL-5134
BAEL-5134: an example of constructor chaining, added unit tests
2021-11-04 17:27:07 +01:00
doodoroma
90ec13be53 Merge pull request #11408 from synaptrec/BAEL-4451_LDAP_Authentication_using_Pure_Java
For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java
2021-11-04 17:18:52 +01:00
gjohnson
1ae5a533b4 For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java 2021-11-03 23:05:01 +00:00
Matea Pejčinović
43303c730c Modified the regex pattern 2021-11-03 21:07:13 +01:00
johnA1331
ecdc9b4cd5 Update README.md 2021-11-04 00:47:30 +08:00
johnA1331
04a389647e Update README.md 2021-11-04 00:45:13 +08:00