Commit Graph

23 Commits

Author SHA1 Message Date
Krzysiek 7320889762 JAVA-2106: Move Java Convert PDF to Base64 to the pdf module 2020-07-09 18:44:46 +02:00
mikr 7b8b9390c7 JAVA-1522 Fix integration test for encoding package (2) 2020-06-07 21:46:55 +02:00
mikr fdcf192cbe JAVA-1522 Fix integration test for encoding package 2020-06-07 18:17:43 +02:00
mikr 5a753ba384 JAVA-1522 Split core-java-modules/core-java module 2020-06-07 16:52:25 +02:00
mthomas 355cce7cc7 BAEL-3974 - Put imports back in place 2020-05-06 02:56:12 -05:00
mthomas 0774d2f238 BAEL-3974 - Add unit test for streaming Base64 encoding 2020-05-05 22:38:52 -05:00
Roque Santos 35f1a3eba5 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
Sampada c9569ac3a0 BAEL-3909: Moved code to another module (#8931) 2020-03-21 19:39:36 -07:00
Cavero Barca 2f3fa76466 Convert Benchmark functions to public to avoid compilation errors 2020-03-15 08:59:15 +01:00
Cavero Barca 63d9335b09 Remove FQCN for StringUtils and let private functions when possible 2020-03-14 23:06:54 +01:00
Cavero Barca 804b4c42aa Keep only null as stripChar in the Apache Commons example 2020-03-10 14:17:19 +01:00
Cavero Barca aaabfa4ab2 Add null as stripChar for Apache Commons StringUtils example 2020-03-10 00:06:36 +01:00
Cavero Barca 020c3bd8c9 Clean Apache Commons and Guava functions and tests 2020-03-06 21:58:00 +01:00
Cavero Barca f5a18c6dca Reformat and correct the indentation 2020-02-28 23:53:33 +01:00
Cavero Barca 647e4ffe0e Add the functionality and the unit testing for LTrim and RTrim 2020-02-28 21:00:01 +01:00
Carlos Cavero cffbc130ec 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 8ecc31f99e Add a refinement for clarity in the RegionMatches function 2020-01-27 14:09:58 +01:00
Cavero Barca 0e116c9dfb Add unit tests for Case Insensitive Contains workarounds 2020-01-27 13:02:25 +01:00
Cavero Barca 6ba82d38cc Rename the class to separate functionality from what the class is about 2020-01-27 13:01:50 +01:00
Cavero Barca 632f6d6c9e Undo the test fixing because is a wrong behavior in Windows 2020-01-15 00:37:13 +01:00
Cavero Barca 69a029f4ed 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 54582f10f7 Fix one of the tests modifying "," by "." 2020-01-15 00:20:15 +01:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00