Commit Graph

31 Commits

Author SHA1 Message Date
mthomas
9c524d890f BAEL-3974 - Add unit test for streaming Base64 encoding 2020-05-05 22:38:52 -05:00
KevinGilmore
0f5bb1653d BAEL-2893 BAEL-3927 update README files (#9171)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article
2020-04-24 22:28:04 -05:00
Roque Santos
6e09c3ae64 BAEL-3927 : Encode a String to UTF-8 in Java (#8954)
* BAEL-3927 : Encode a String to UTF-8 in Java

* Update core-java-modules/core-java-string-operations-2/src/test/java/com/baeldung/encode/StringEncodeUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* BAEL-3927 : Applying suggested adjustments

* BAEL-3927 : Simplifying the code snippets

* BAEL-3927 : Coding styles adjustements

* BAEL-3927 : Test adjustements to fit changes in article

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-04-24 09:10:44 -05:00
johnA1331
3e13f305f3 Update README.md 2020-04-21 14:11:41 +08:00
sampadawagde
92f4c5b1e1 BAEL-3909: Update README to include article in correct module 2020-04-13 22:34:36 +05:30
Sampada
a5237b3ae2 BAEL-3909: Moved code to another module (#8931) 2020-03-21 19:39:36 -07:00
johnA1331
200d2ca2d5 Update README.md 2020-03-18 13:34:56 +08:00
Loredana Crusoveanu
588d0b5a2e Merge pull request #8884 from amit2103/JAVA-1007
pom formatting
2020-03-17 12:35:58 +02:00
rpvilao
5587e6b950 Merge pull request #8789 from carloscaverobarca/BAEL-3755-LTrim-And-RTrim-In-Java
[BAEL 3755] - LTrim and RTrim Alternatives in Java
2020-03-15 15:16:49 +01:00
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
Cavero Barca
cea7f64174 Convert Benchmark functions to public to avoid compilation errors 2020-03-15 08:59:15 +01:00
Cavero Barca
cba16ebc49 Remove FQCN for StringUtils and let private functions when possible 2020-03-14 23:06:54 +01:00
Cavero Barca
5ff2933a0d Upgrade Guava version 2020-03-13 00:35:43 +01:00
Cavero Barca
214ce71433 Keep only null as stripChar in the Apache Commons example 2020-03-10 14:17:19 +01:00
Cavero Barca
ab5f6b967a Add null as stripChar for Apache Commons StringUtils example 2020-03-10 00:06:36 +01:00
Cavero Barca
9c162e8b91 Clean Apache Commons and Guava functions and tests 2020-03-06 21:58:00 +01:00
dupirefr
7493cd2fc2 [JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest 2020-03-05 07:51:28 +01:00
dupirefr
4d3ef0a8da [JAVA-131] Kept difference between hamcrest and hamcrest-all 2020-03-05 07:51:22 +01:00
Cavero Barca
17c42c903b Reformat and correct the indentation 2020-02-28 23:53:33 +01:00
Cavero Barca
a8c49a9bec Add the functionality and the unit testing for LTrim and RTrim 2020-02-28 21:00:01 +01:00
Cavero Barca
859a2e93fd Fix the Case Insensitive article name and github references 2020-02-28 18:55:48 +01:00
Carlos Cavero
9bfc20a1fa Modify "then" by "should" in the Unit Tests as suggested from code review
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-04 10:20:14 +01:00
Cavero Barca
0decea17cf Add a refinement for clarity in the RegionMatches function 2020-01-27 14:09:58 +01:00
Cavero Barca
649780c1cd Add unit tests for Case Insensitive Contains workarounds 2020-01-27 13:02:25 +01:00
Cavero Barca
0338d5fa39 Rename the class to separate functionality from what the class is about 2020-01-27 13:01:50 +01:00
Cavero Barca
d585a22ba4 Undo the test fixing because is a wrong behavior in Windows 2020-01-15 00:37:13 +01:00
Cavero Barca
8f4893fb8b Update README file 2020-01-15 00:29:44 +01:00
Cavero Barca
3a7c278fe0 Add JMH dependency and shade the jar. Include examples to avoid contains() case insensitive behavior 2020-01-15 00:21:50 +01:00
Cavero Barca
83ccbee472 Fix one of the tests modifying "," by "." 2020-01-15 00:20:15 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
catalin-burcea
ba50a42d43 Move articles out of java-strings part4 2019-10-30 17:33:19 +02:00