Commit Graph

20 Commits

Author SHA1 Message Date
edizor
6d62b71434 Update README.md
[skip ci]
2023-06-15 21:57:03 +08:00
sdhiray7
bce2930f68 BAEL-5621 Combining two byte arrays (#14129)
* Initial commit for Object copy in Java

* review comments commit for Object copy in Java

* Initial commit for parseInt vs valueOf java

* Review comments commit for parseInt vs valueOf java

* Modify readme

* review comments

* build failure

* build failure retry

* build failure retry remove parseInt(java.lang.String,int,int,int)

* build failure add comment

* change examples

* review comments

* review comments 2

* review comments 3

* Initial commit for get current stacktrace

* Remove old files

* Name updates

* Jenkins error

* changes to file name

* Review comments

* Create unit test file

* Remove unnecessary files

* Update package name

* BAEL-5321 Initial commit

* BAEL-5321 Initial commit 2

* [BAEL-5321] review comments

* [BAEL-5321] constructor

* [BAEL-5321] inline

* BAEL-6396 Initial commit

* BAEL-6396 Files reorg
2023-06-08 22:55:28 +05:30
collaboratewithakash
1092b590ea backlink updated 2023-05-31 15:49:39 +05:30
edizor
c525e66191 Update README.md
[skip ci]
2022-11-11 08:45:29 +08:00
Kai Yuan
a02b3b49bb [slicingArrays] Slicing Arrays in Java (#12957) 2022-11-03 20:59:33 -05:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
Krzysiek
6f913e1d2c JAVA-7783: Fix jmh dependencies 2021-11-16 15:19:52 +01:00
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
johnA1331
6956680590 Update README.md 2021-09-15 22:04:47 +08:00
JoannaaKL
d4512573d6 Jira BAEL-4211 (#11193)
* Init

* Removing mvnw files

* Apply eclipse code format

* Refactoring

* Refactoring

* BAEL-4211 Add benchmarks

* Delete hexagonal directory

* Refactoring based on the feedback

* Refactoring based on feedback - package rename

* Directory rename

Co-authored-by: asia <joannakrzeklubowiecka@protonmail.com>
2021-09-13 20:01:26 -05:00
sampadawagde
1ca10a7a99 JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
johnA1331
0e2fb7fd13 Update README.md 2021-05-05 22:36:10 +08:00
Kent@lhind.hp.g5
0a53cbd9d3 [BAEL-4918] concat Arrays in java 2021-04-23 19:33:57 +02:00
Krzysztof Woyke
b13ae16104 JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
johnA1331
95b8e447bd Update README.md 2020-08-20 13:21:26 +08:00
Joao Esperancinha
c22df76e94 [BAEL-4281] Naming convention and conversion to assertJ 2020-07-21 07:53:52 +02:00
Joao Esperancinha
9787fc6f0f [BAEL-4281] moves example module 2020-07-21 07:53:45 +02:00
François Dupire
da21b60f9a [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
dupirefr
2141381a02 [JAVA-616] Reworded operations modules descriptions 2020-04-17 21:05:33 +02:00
dupirefr
362191ff95 [JAVA-616] core-java-arrays-operations-advanced
* Creation

* Moved code from https://www.baeldung.com/java-array-copy

* Moved code from https://www.baeldung.com/java-arrays-deepequals

* Moved code from https://www.baeldung.com/java-array-sum-average

* Moved code from https://www.baeldung.com/java-array-intersection
2020-04-17 21:01:16 +02:00