Dhawal Kapil
112fda8603
JAVA-13416 Converting to *LiveTest as it makes live call to httpbin URLs ( #12573 )
2022-08-06 23:56:44 +05:30
hesamghiasi
f4da85f3da
fixing time ago unit tests ( #12560 )
...
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods
* reverting changes to ZuulConfig
2022-08-06 19:08:59 +05:30
Kai Yuan
502d17adef
Arrays.asList() vs Collections.singletonList() ( #12552 )
2022-08-03 21:38:13 -05:00
sdhiray7
1879e294a2
BAEL-5608 - Get current stack trace java ( #12533 )
...
* 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
2022-08-02 19:36:48 -05:00
Eugene Kovko
9403406f4c
BAEL-5682 - Atomic vs Volatile ( #12528 )
...
Co-authored-by: eugene.kovko <eugene.kovko@tensquaregames.com >
2022-08-01 20:16:24 -05:00
Loredana Crusoveanu
c3c6b30b3c
Merge pull request #12548 from Asjad-J/master
...
Updated links titles
2022-07-31 15:27:12 +03:00
Matei Cernăianu
ee96978ceb
BAEL-5651: How to check if an integer is in a given range? ( #12470 )
...
* BAEL-5651: How to check if an integer is in a given range?
* BAEL-5651: How to check if an integer is in a given range?
2022-07-30 19:18:52 -04:00
ACHRAF TAITAI
7828348f35
BAEL-5643 : Replace at Specific Index in Java ArrayList ( #12539 )
2022-07-30 14:22:59 +02:00
lalitrajput72
bde661d2b5
[BAEL-5622] static vs instance initializer block ( #12271 )
...
* Deep copy vs Shallow copy Code commit
* Static and instance block
* Deep copy branch chanaged from master to other
* static vs instance block
* Update InstanceBlockExample.java
* Update StaticBlockExample.java
Co-authored-by: Lalit Rajput <lalit.rajput@globallogic.com >
Co-authored-by: paritoshsunny <sams.sunny.16@gmail.com >
2022-07-30 12:39:02 +02:00
Asjad J
5e650f4992
Updated README.md
...
Updated link title in README from 'Sealed Classes and Interfaces in Java 17' to 'Sealed Classes and Interfaces in Java'
2022-07-30 06:34:42 +05:00
Asjad J
4fa9305eae
Merge branch 'eugenp:master' into master
2022-07-28 23:22:56 +05:00
Asjad J
92d15b611e
Updated README.md
...
added link back to the articles: https://www.baeldung.com/java-string-remove-whitespace
2022-07-28 23:15:33 +05:00
davidmartinezbarua
dba64361b7
Merge pull request #12505 from thibaultfaure/articles/BAEL-5663-filter-java-stream-to-only-one-element
...
BAEL-5663 code for the filter java stream to only one element article
2022-07-28 14:44:35 -03:00
Avin Buricha
7edf38a5d5
Moved article code to new module ( #12423 )
2022-07-27 16:31:18 +02:00
Graham Cox
489a3e88ba
BAEL-5686: Implementing a Map with Multiple Keys ( #12531 )
2022-07-26 21:11:45 +02:00
thibault.faure
426e13e635
BAEL-5663 code for the filter java stream to only one element article
2022-07-25 23:26:17 +02:00
Kai Yuan
681b611182
BAEL-5693 rm whitespace from a string ( #12515 )
2022-07-21 21:58:46 -05:00
anuragkumawat
28f23e32a0
JAVA-13328 Update Convert Byte Size Into a Human-Readable Format in Java
2022-07-16 14:28:46 +05:30
freelansam
18b7761f94
Merge branch 'master' into JAVA-13136
2022-07-15 10:01:48 +05:30
sampadawagde
b8205a7b5a
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
Haroon Khan
46e6b55c42
[JAVA-13290] Update record name
2022-07-14 10:50:07 +01:00
Asjad J
2b8e91ce77
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-truncating-strings
2022-07-14 08:41:09 +05:00
Asjad J
e0d22bd9f1
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-wildcard-imports
2022-07-14 08:32:27 +05:00
Asjad J
4d11207989
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-full-path-of-jar-from-class
2022-07-14 08:28:02 +05:00
Asjad J
fd56a7c23f
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-clear-stringbuilder-stringbuffer
2022-07-14 08:23:36 +05:00
Asjad J
5fd678efea
Updated README.md
...
added link back to the article: https://www.baeldung.com/jar-windows-executables
2022-07-14 08:17:00 +05:00
Asjad J
44b4e42e57
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-record-vs-lombok
2022-07-14 08:13:33 +05:00
kwoyke
a6228dc195
Merge pull request #12472 from jsgrah-spring/master
...
close #12095
2022-07-12 10:17:01 +02:00
kwoyke
dec44465f8
Merge pull request #12471 from anuragkumawat/JAVA-13089
...
JAVA-13089 Verify Java Base64 Encoding and Decoding article
2022-07-12 09:23:43 +02:00
Abdul Wahab
403e648520
BAEL-5616: Added java wildcard imports example ( #12448 )
...
Co-authored-by: Abdul Wahab <abdul.wahab@monese.com >
2022-07-11 09:12:14 +05:30
Kai Yuan
ebf0f00efb
BAEL-5650 jar file path ( #12463 )
...
* BAEL-5650 jar file path
* move to jar module
2022-07-10 21:09:49 -05:00
thibaultfaure
91878d9819
BAEL-5610 Code for the clearing stringbuilder or stringbuffer article ( #12378 )
...
Co-authored-by: thibault.faure <thibault.faure@mimacom.com >
2022-07-10 13:22:08 +01:00
anuragkumawat
31dac65626
JAVA-13089 Verify Java Base64 Encoding and Decoding article
2022-07-09 15:07:47 +05:30
davidmartinezbarua
398ce925d2
Merge pull request #12413 from opokharel/master
...
[BAEL-5421] by @opokharel
2022-07-08 15:03:49 -03:00
davidmartinezbarua
d3164e249f
Merge pull request #12444 from etrandafir93/features/BAEL-5639-lombok_vs_records
...
BAEL-5639: added code samples for the article
2022-07-08 14:54:16 -03:00
davidmartinezbarua
d4859285de
Merge pull request #12381 from thibaultfaure/improvements/BAEL-5180-sealed-classes
...
BAEL-5180 improvement on the article about sealed class
2022-07-08 14:34:02 -03:00
bipster
20c050ad31
Merge pull request #12380 from azhwani/BAEL-5550
...
BAEL-5550: Truncate a string
2022-07-06 15:59:22 -04:00
Azhwani
9a62d2bbc3
BAEL-5550: Trim a string based on the string length
2022-07-06 18:56:35 +02:00
jogra
fd464fcd9f
close #12095
2022-07-05 13:26:34 +00:00
Asjad J
65efa85c86
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-static-methods-use-cases
2022-07-05 15:52:08 +05:00
Asjad J
1cc26e3149
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-split-stream
2022-07-05 15:39:47 +05:00
Asjad J
9adb5c4095
Updated README.md
...
added link back to article: https://www.baeldung.com/java-inputstream-to-base64-string
2022-07-05 15:36:52 +05:00
Krzysiek
b6ac304cc3
JAVA-12865: Update readme
2022-07-05 09:13:52 +02:00
Daniel Strmecki
8824b85d1c
Feature/bael 5609 static method ( #12370 )
...
* BAEL-5609: init
* BAEL-5609: update examples
* BAEL-5609: refactor
* BAEL-5609: delete car example
2022-07-04 19:11:58 +01:00
kwoyke
e3fb3add8e
Merge pull request #12439 from anuragkumawat/JAVA-12626
...
JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module
2022-07-04 15:17:50 +02:00
kwoyke
4615c21512
Merge pull request #12412 from anuragkumawat/JAVA-12080
...
JAVA-12080 Update When to Use a Parallel Stream in Java
2022-07-04 15:15:56 +02:00
anuragkumawat
865d3a5589
JAVA-12080 Create and delete test files dynamically
2022-07-03 20:44:56 +05:30
emanueltrandafir1993
e7067493e1
BAEL-5639: added code samples for the article
2022-07-02 17:55:17 +02:00
anuragkumawat
124cf64219
JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module
2022-07-01 21:25:41 +05:30
thibault.faure
33667c6f65
BAEL-5180 improvement on the article about sealed class
...
move code to java 17 and use getPermittedSubClasses instead of permittedSubClasses
2022-06-30 23:12:51 +02:00