Palaniappan Arunachalam
8f2e92dacb
BAEL-6154: Migrate from Java 8 to Java 17 + tests ( #13474 )
2023-02-20 09:43:42 +05:30
edizor
1d7737dc5f
Update README.md
...
[skip ci]
2023-02-19 08:02:49 +08:00
Bhaskar Ghosh Dastidar
e11c4e3dbc
[JAVA-6143] java copy from one hashmap to another ( #13497 )
...
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-02-18 08:57:14 -08:00
Shaun Phillips
ba8a44b0ca
BAEL-4487 remove padding that causes non-deterministic behaviour ( #13425 )
2023-02-18 13:09:04 +01:00
sam-gardner
92864107b9
BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… ( #13375 )
...
* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial
* BAEL-6100 remove wrongly added README update
* BAEL-6100 Add interger array to single string example
* BAEL-6100 Correct typo in test class name
2023-02-18 09:53:54 +05:30
AttilaUhrin
4acdb03e61
[BAEL-6027] Add example for Awaitility and Thread.sleep comparison ( #13450 )
...
* Add example for Awaitility and Thread.sleep comparison
* Fix unit test method name and indentation.
* Use property in pom.xml for awaitility dependency version.
---------
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
2023-02-18 08:34:25 +05:30
davidmartinezbarua
db2d8069e3
Merge pull request #13475 from StefSC/BAEL-5788-Private-Constructor
...
[BAEL-5788] Accessing Private Constructor
2023-02-17 21:03:32 -03:00
Kai Yuan
95fd310053
[2lists-to-map] Combining Two Lists into a Map in Java ( #13484 )
...
* [2lists-to-map] Combining Two Lists into a Map in Java
* [2lists-to-map] rename package
2023-02-17 10:04:37 -06:00
edizor
d338276216
Update README.md
...
[skip ci]
2023-02-17 18:49:11 +08:00
edizor
ad5d08e619
Update README.md
...
[skip ci]
2023-02-17 18:44:12 +08:00
edizor
2ea6076ed8
Update README.md
...
[skip ci]
2023-02-17 18:36:58 +08:00
edizor
bbe335889c
Update README.md
...
[skip ci]
2023-02-17 18:27:38 +08:00
edizor
cd0f18fcfb
Update README.md
...
[skip ci]
2023-02-17 17:27:55 +08:00
edizor
0b4f4d5566
Update README.md
...
[skip ci]
2023-02-17 17:01:56 +08:00
Loredana Crusoveanu
c85a69f2cc
Merge pull request #13316 from anastasiosioannidis/JAVA-17608
...
JAVA-7608
2023-02-15 16:26:12 +02:00
Anastasios Ioannidis
ed51bc4cda
JAVA-17608 Restored AtomicInteger default increment method
2023-02-15 10:14:28 +02:00
Iniubong LA
e173c125f0
Difference Between Function(String… args) and Function(String[] args) ( #13473 )
2023-02-15 08:07:51 +01:00
Stef Serban-Cristian
cb308a89e8
[BAEL-5788] Accessing Private Constructor
2023-02-13 23:42:35 +02:00
Kai Yuan
8e7055060f
[is-object-array] Check if Object is an Array in Java ( #13463 )
2023-02-12 23:14:55 -06:00
Alexandru Borza
5b852b64b5
BAEL-6195 Find the First Embedded Occurrence of an Integer in a Java String ( #13448 )
...
* initialize arraylist with null or zeros
* configure pom parent
* move code
* delete module
* BAEL-6195
* first occurence of an integer
* review changes
2023-02-11 10:08:29 +05:30
Michael Olayemi
749cace098
BAEL-5729 Convert Hex to RGB Using Java ( #13432 )
2023-02-11 09:49:29 +05:30
Roger
5fb9fe4642
BAEL-5720 Java HttpClient Connection Management ( #13452 )
...
* BAEL-5642 Using @NotNull as a method parameter
* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions
* BAEL-5720 Java HttpClient Connection Management
* BAEL-5720 Java HttpClient Connection Management
* BAEL-5720 move JavaHttpClient test to core-java-httpclient module
* BAEL-5720 move jetty-logging-properties to core-java-httpclient module
* BAEL-5720 add wiremock to pom
* Update pom.xml
* Delete jetty-logging.properties
---------
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-02-10 08:19:24 -08:00
Arya
e48229dc25
Record vs Final class in Java ( #13455 )
...
* Added code for record vs final.
* Fixed a small mistake.
2023-02-09 09:58:24 -08:00
edizor
a621e30de6
Update README.md
...
[skip ci]
2023-02-09 08:01:56 +08:00
edizor
220a73e43b
Update README.md
...
[skip ci]
2023-02-09 07:51:27 +08:00
edizor
ada858078f
Update README.md
...
[skip ci]
2023-02-09 07:18:14 +08:00
edizor
66ebab819e
Update README.md
...
[skip ci]
2023-02-09 07:13:07 +08:00
Dmitriy Budim
6a7adf631d
[Difference Between Class.forName() and Class.forName().newInstance()] sample code ( #13451 )
2023-02-08 22:48:26 +01:00
timis1
940cc28ef5
JAVA-17333 Update Java Timer Article ( #13423 )
...
* JAVA-17333 Update Java Timer Article
* JAVA-17333 Rename the test class
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-08 21:47:09 +05:30
Kai Yuan
0adee1c8d7
[streamOf-vs-intStreamRange] Understanding the Difference Between Str… ( #13429 )
...
* [streamOf-vs-intStreamRange] Understanding the Difference Between Stream.of and IntStream.range
* [streamOf-vs-intStreamRange] fix indent
2023-02-07 18:49:49 -06:00
vunamtien
35e516d31e
BAEL-6049-validate-ipv4-address ( #13287 )
...
* validate ipv4
* add unit test
* add more unit tests
* add more unit tests
* add more unit test
---------
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2023-02-06 18:54:29 +00:00
Kai Yuan
c0be80a64a
[instanceOf-stream] Checking instanceof in Java Stream ( #13419 )
2023-02-04 10:12:16 -06:00
Loredana Crusoveanu
03aa2d8920
Merge pull request #13416 from edizor/master
...
Update README
2023-02-03 17:32:16 +02:00
Ulisses Lima
98560f9d93
calling start() ( #13417 )
2023-02-02 22:43:55 +01:00
edizor
5ae8fa5069
Update README.md
...
[skip ci]
2023-02-02 23:29:26 +08:00
edizor
c31505b584
Update README.md
...
[skip ci]
2023-02-02 23:27:36 +08:00
edizor
8765a412dc
Update README.md
...
[skip ci]
2023-02-02 23:20:20 +08:00
edizor
ccd2927e3a
Update README.md
...
[skip ci]
2023-02-02 23:00:22 +08:00
edizor
6c90868613
Update README.md
...
[skip ci]
2023-02-02 22:55:14 +08:00
edizor
04ad33b9ba
Update README.md
...
[skip ci]
2023-02-02 22:37:10 +08:00
Kai Yuan
cb98df168b
[abs-int-diff] Return Absolute Difference Between Two Integers in Java ( #13379 )
2023-02-01 21:01:09 -06:00
Olu
c919c5e70c
BAEL 5932 - Callback Functions in Java ( #13364 )
2023-02-01 08:04:40 +01:00
Kai Yuan
226fa47606
[strArrayToIntArray] convert str array to int array ( #13217 )
2023-01-31 20:11:14 -06:00
davidmartinezbarua
ba8f9a6437
Merge pull request #13077 from sebx59/master
...
BAEL-5727 - Determine If a Class Implements an Interface in Java
2023-01-31 17:25:50 -03:00
sebx59
587d69af32
updated Unit test to add assertions examples
2023-01-31 09:23:52 +01:00
Bhaskar Ghosh Dastidar
9d3667ac77
[JAVA-5783] stream to iterable ( #13369 )
...
* [JAVA-5783] stream to iterable
* [JAVA-5783] tests refactor
---------
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-01-31 08:16:11 +05:30
alemoles
b40a061969
BAEL-5924 Java 8 Stream with Batch Processing Support ( #13366 )
2023-01-30 22:49:57 +05:30
Loredana Crusoveanu
aab7f72429
Merge pull request #13363 from timis1/JAVA-17293
...
JAVA-17293 Update Java Mail articles
2023-01-30 13:08:45 +02:00
Alexandru Borza
068d3cc439
BAEL-6146 - Initialize an ArrayList with All Zeroes or Null in Java ( #13368 )
...
* initialize arraylist with null or zeros
* configure pom parent
* move code
* delete module
2023-01-29 14:51:12 -08:00
Kai Yuan
7605f8474c
[int-zero-or-null] Check if an Integer Value is null or Zero in Java ( #13332 )
2023-01-28 11:29:20 -06:00