Eugen Paraschiv
2028662cd3
cleanup work
2018-03-04 18:23:38 +02:00
Eugen Paraschiv
4a489e4afc
unused import cleanup
2018-03-04 17:42:36 +02:00
Eugen Paraschiv
d2a2a65566
cleanup work
2018-03-04 17:39:09 +02:00
Kiran
dcc7fa65dd
Updated for BAEL 971 ( #2702 )
...
* Updated Lang3Utils.java
Added a new test for ConcurrentException and updated other exception with Lambda
* LazyInitializer sample files
* Updated file with LazyInitializer Unit Test
* Updated BuidlerMethods class to include LazyInitializer & BackgroundInitializer
* Updated Lang3UtilsTest class
* Updated Lang3UtilsTest class
2017-10-03 23:29:54 +02:00
adamd1985
8bf825d046
Code examples for the articl on Apache bags ( #2671 )
2017-09-25 20:24:24 +02:00
Kiran
a3f70aafe4
Updated Lang3Utils.java ( #2584 )
...
* Updated Lang3Utils.java
Added a new test for ConcurrentException and updated other exception with Lambda
* LazyInitializer sample files
* Updated file with LazyInitializer Unit Test
2017-09-16 18:49:21 +02:00
Charith De Silva
efbac53ec9
BAEL-973 Apache Commons Commons IO ( #2262 )
...
* BAEL-973 Apache Commons Commons IO
* BAEL-973 : fix up formatting
* BAEL-973 : review comments.
* BAEL-973 : review comments.
* BAEL-973 : review comments.
* BAEL-973 : review comments.
* BAEL-973 : review comments.
* BAEL-973 : review comments.
2017-09-06 22:52:48 -05:00
Kiran
73526dd0a8
BAEL - 971 Code Changes ( #2492 )
...
* BAEL-971 Code
BAEL- 971 Introduction to Apache Commons Lang3 code
* BAEL - 971 Code
BAEL - 971 : Introduction to Apache Commons Lang3
* Updated the commons.lang version from V3.5 to V3.6
2017-08-28 18:18:44 +02:00
Nancy Bosecker
9b563d87f0
Added another remove example ( #2484 )
...
* moved test file to correct location
* added another remove example
2017-08-24 22:19:15 +02:00
Nancy Bosecker
4226100ea9
moved test file to correct location ( #2437 )
2017-08-16 21:10:01 +02:00
Mohit Sinha
299be4a629
BAEL-1105: Apache Commons CSV, Changed name of testcase
2017-08-15 15:28:51 +05:30
Mohit Sinha
9308baeb9c
BAEL-1105: Apache Commons CSV, Test cases
2017-08-15 14:52:38 +05:30
slavisa-baeldung
e96690ef20
BAEL-964 - Changing assertions within invert test
2017-07-22 07:05:12 +01:00
Mohit Sinha
3671427d5e
BAEL-969 Apache Commons Chain ( #2228 )
...
* BAEL 969 Apache Commons Chain - Example with testcase
* Made changes for Apache Commons Chain as per recommendation
2017-07-17 22:23:03 +02:00
slavisa-baeldung
d8d1171afa
BAEL-964 - printing directly to standard output
2017-07-15 18:51:14 +01:00
Grzegorz Piwowarek
84956990b6
Build optimization ( #2253 )
2017-07-12 19:28:47 +02:00
slavisa-baeldung
e5abeb4fd9
Merge pull request #2251 from eugenp/bael-964-map-util
...
bael-964-map-util
2017-07-11 17:18:01 +02:00
slavisa-baeldung
de93039d4a
BAEL-964 - removing assertion from print formatted map
2017-07-11 15:49:57 +01:00
Raúl Juárez
9c643cd652
BAEL-970 A Guide to Apache Commons DbUtils ( #2125 )
...
* BAEL-970 A Guide to Apache Commons DbUtils
* BAEL-970 A Guide to Apache Commons DbUtils
* BAEL-970 A Guide to Apache Commons DbUtils
- Added employeeId to Email class
- Minor corrections
2017-07-10 20:04:02 -05:00
slavisa-baeldung
2e5cae0f20
BAEL-964 - map util test
2017-07-10 07:37:59 +01:00
slavisa-baeldung
94ee35bed7
BAEL-965 - reverting to anonymous classes
2017-07-08 07:36:06 +01:00
Seun Matt
8ea31542ed
Code Snippet for BidiMap BAEL-963 ( #2204 )
...
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
2017-07-06 01:17:17 +02:00
slavisa-baeldung
7a77016b3c
BAEL-965 - adding changes as per Grzegorz comments
2017-07-04 05:38:13 +01:00
slavisa-baeldung
0f49c26335
Merge branch 'master' into bael-965
2017-07-03 09:07:13 +01:00
slavisa-baeldung
469495d2ef
BAEL-965 - removing deprecated methods
2017-07-03 09:06:48 +01:00
Syed Ali Raza
fd790bef2f
Feature/bael 968 ( #2154 )
...
* Merging BAEL-968: Apache Commons BeanUtils
* BAEL-968: Updated code for copyProperties example
* BAEL-968: Updated code based on reviewer comments
* BAEL-968: Fixed merge issue
2017-07-01 07:08:14 +02:00
slavisa-baeldung
03c7ee9b2a
BAEL-965 - CollectionUtil
2017-06-30 15:53:54 +01:00
slavisa-baeldung
6f198df9db
BAEL-965 - CollectionUtil
2017-06-30 15:53:07 +01:00
Seun Matt
3ae96995ad
example code for BAEL-966 ( #2152 )
...
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
2017-06-27 00:18:54 +02:00
Blue Montag Software
d0c7340da8
for-loops changed to while-loops when appropiate ( #2163 )
2017-06-26 12:12:02 -05:00
Syed Ali Raza
ed7c1694a7
Merging BAEL-968: Apache Commons BeanUtils ( #2149 )
2017-06-25 16:12:51 +02:00
Grzegorz Piwowarek
3aba63dc0e
Remove unnecessary generic params ( #2141 )
...
* Remove unnecessary parameters
* Remove unnecessary parameters
* Remove unnecessary parameters
2017-06-24 10:13:41 +02:00
Blue Montag Software
f03ed8548b
Apache Commons Collections OrderedMap user:igallegosagas email:ignaciogallego@gmail.com ( #2131 )
...
* Test class that shows OrderedMap methods and implementations
* Test class that shows OrderedMap methods and implementations
2017-06-23 22:19:25 -05:00
Grzegorz Piwowarek
87049b63f4
Build opt 22 06 ( #2132 )
...
* Drools reformat
* Further refactor
* Further refactor
* Refactor
2017-06-22 15:52:05 +02:00
Doha2012
91be1eaf49
fix test names ( #1865 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
* add missing parent
* fix logging issue
* fix test names
* fix merge
* minor fix
* fix test names
* fix test names
2017-05-16 11:03:40 -05:00
Doha2012
48cd6f876f
Fix test names ( #1853 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
* add missing parent
* fix logging issue
* fix test names
2017-05-15 11:35:14 -05:00
Alexandre Lombard
2a3030dd98
BAEL 767 - Moving module apache-commons-math to module libraries ( #1701 )
...
* BAEL 767 - Introduction to apache commons math
* BAEL 767 - Moving examples to test classes
* BAEL 767 - Renaming tests with BDD convention
* BAEL 767 - Introduction to apache commons math
* BAEL 767 - Moving examples to test classes
* BAEL 767 - Renaming tests with BDD convention
* BAEL 767 - Moving module apache-commons-math to module libraries
* BAEL 767 - Delete directory apache-commons-math
2017-04-21 10:38:01 +02:00
nguyennamthai
f57af2b200
Move Commons Lang to the libraries module ( #1311 )
...
* Introduction to Apache Commons Lang 3
* Move Commons Lang to the libraries module
* Update pom.xml
* Update pom.xml
2017-03-07 00:19:27 +01:00