Alejandro Gervasio
332061d8bd
BAEL-971 - An Introduction to Apache Commons Lang ( #5165 )
...
* Initial Commit
* Update SystemsUtilsUnitTest.java
* Update SystemsUtilsUnitTest.java
* Update ConstructorUtilsUnitTest.java
* Update FieldUtilsUnitTest.java
* Update ConstructorUtilsUnitTest.java
* Update MethodUtilsUnitTest.java
* Update BasicThreadFactoryUnitTest.java
* Update ConstructorUtilsUnitTest.java
2018-09-13 07:11:30 +02:00
José Carlos Valero Sánchez
e1689b6f31
Merge pull request #5190 from dev-chirag/master
...
BAEL-1426 Kafka Transactional API - achieving Exactly Once
2018-09-12 09:04:37 +02:00
Chirag Dewan
6f2d31b26a
BAEL-1426 Updating an existing test case due to migration to Kafka2.0
2018-09-09 17:26:53 +05:30
Tom Hombergs
276fbd8dc1
Merge pull request #4958 from Wosin/BAEL-1994
...
BAEL-1994: Flink and Kafka Data Pipeline
2018-09-03 18:06:12 +02:00
amit2103
fc69e1257b
[BAEL-8499] - Moved server related codes / articles to libraries-server module
2018-09-01 14:51:33 +05:30
amit2103
3bd1ed4ece
[BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'
2018-08-25 17:44:06 +05:30
DomWos
1921b585a6
BAEL-1994: Updates and small changes
2018-08-24 11:14:40 +02:00
Loredana Crusoveanu
4aa8633c43
add libraries server project
2018-07-31 22:39:22 +03:00
sandy03934
1bae07cc5c
BAEL-1979 Added examples for SnakeYAML Library ( #4802 )
...
* BAEL-1979 Added examples for SnakeYAML Library
* BAEL-1979 Moved the snakeyaml related code to libraries module
* BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible.
* BAEL-1979 Removed println statements, small formatting fix in pom.xml
2018-07-30 15:30:43 +02:00
Loredana Crusoveanu
61860cf7b8
move mqtt project
2018-07-28 22:24:38 +03:00
DOHA
ca170308ee
move jmapper to libraries-data
2018-07-21 15:20:53 +03:00
Doha2012
5d38063893
guide to jmapper ( #4745 )
...
* guide to jmapper
* Update JMapperIntegrationTest.java
* Update JMapperRelationalIntegrationTest.java
2018-07-20 18:59:32 +02:00
Eugen Paraschiv
45975204d6
temporarily making a test live
2018-07-19 16:45:49 +03:00
Eugen Paraschiv
bfaffcf764
live test properly categorized
2018-07-19 16:09:27 +03:00
Denis
3b7cb37379
BAEL-1165 Resilience4j ( #4312 )
...
* BAEL-1165 Resilience4j
* BAEL-1165 Resilience4j
Applied editor's suggestions
2018-07-08 11:04:24 +02:00
Dhawal Kapil
11edaaf4bc
BAEL-1712 Fix tests in libraries project ( #4630 )
...
* BAEL-1712 Fix tests in libraries project
-Renamed 45 test files to standard naming conventions.
-Updated maven dependencies in libraries/pom.xml
-Fixed assertion errors in some tests.
-Included libraries project back into parent pom.xml
* BAEL-1712 Fix tests in libraries project
-Downgraded apache maven pmd plugin from 3.9.0 to 3.8 because pmd 6.0.1 present in pmd plugin 3.9.0 was unable to resolve classes having static final inner classes and was resulting into build failure.
* BAEL-1712 Fix libraries
-Fixed JodaTimeUnitTest
2018-07-06 17:33:23 +02:00
tamasradu
550806ab32
Adding code for BAEL-1845 ( #4524 )
2018-06-22 08:15:08 -07:00
Aprian Diaz Novandi
d757050209
BAEL-1200 JavaPoet ( #4500 )
...
* Initial commit
* Implement JavaPoet examples
2018-06-20 00:32:28 +02:00
Jonathan Cook
04d4868eeb
BAEL-1849 - Convert from String to Date in Java ( #4476 )
2018-06-17 16:41:54 +02:00
Grzegorz Piwowarek
2b0c6ed655
Kiview ftpclient ( #4456 )
...
* Add example for FTP client
Using Apache Commons Net
* Add missing resource
* Fix wrong file download in integration test
* Add example for using FTP support in JDK
* Close input stream after copy
* Fix test name
2018-06-13 08:19:03 -07:00
Rajat Garg
cd8ce2296c
Merge branch 'master' into BAEL-1711-move-code-snippets
2018-05-01 15:00:52 +05:30
RajatGarg
f9ddc38a39
BAEL-1734 move packages from libraries to libraries-data
2018-05-01 14:24:25 +05:30
Tom Hombergs
fa74f05d60
Merge pull request #3921 from denis-zhdanov/BAEL-1423-jctools
...
BAEL-1423 Java Concurrency Utility with JCTools Library
2018-04-20 00:40:23 +02:00
tamasradu
ed9f3fa2e2
Using assertThatThrownBy ( #4047 )
2018-04-19 14:28:38 -07:00
Tom Hombergs
45a4e47ddc
Merge branch 'master' into BAEL-1423-jctools
2018-04-16 22:06:44 +02:00
tamasradu
72b5ac265c
Updated unit test to use assertj ( #4025 )
2018-04-16 07:38:24 -07:00
Denis Zhdanov
4073b10bbe
BAEL-1423 Java Concurrency Utility with JCTools library
...
Addressed editor's comments
2018-04-16 01:39:16 +03:00
Eric Goebelbecker
a41399d8a1
BAEL-1595 - JetS3t ( #3994 )
...
* BAEL-1595 - JetS3t for S3 storage.
* BAEL-1595 - use ArrayList for streams
* BAEL-1595 - use ArrayList for streams
2018-04-14 08:50:07 -07:00
Adam InTae Gerard
8cc218de70
BAEL-1484: Synchronous OpenCSV ( #3784 )
...
* BAEL-1484: Synchronous OpenCSV
* corrected pom.xml and package
* Refactored for future async example
* Resource Link
2018-04-12 09:58:55 +03:00
tamasradu
1977fe28f0
BAEL-1372: Adding jUnits for Testing Netty with EmbeddedChannel article ( #3973 )
2018-04-10 07:20:50 -07:00
Eugen Paraschiv
624c72b1c3
testing work
2018-04-07 00:02:53 +03:00
Alessio Stalla
266c285533
BAEL-1040 ( #3929 )
...
* Code for BAEL-1040
* Amended code for BAEL-1040
* Amended tests for BAEL-1040
2018-04-03 16:44:06 -07:00
Eric Goebelbecker
b34473ebbb
BAEL-1595 - JetS3t for S3 storage. ( #3920 )
2018-04-01 22:38:51 -07:00
Eric Goebelbecker
48b8d2c8a5
BAEL-1545 - Nats Tutorial ( #3904 )
2018-03-28 22:06:24 -07:00
Alessio Stalla
c8ad201cf2
Code for BAEL-1040 ( #3897 )
2018-03-27 14:02:22 -07:00
Radu Tamas
46e4113042
Renamed test file and fix typo in method name
2018-03-15 15:49:45 +02:00
Radu Tamas
71f82f7b21
Ignored failing test
2018-03-14 17:06:40 +02:00
Radu Tamas
381242e50f
Ignored failing test
2018-03-14 16:48:59 +02:00
Radu Tamas
0f533405da
Adding code and jUnits for BAEL-1435
2018-03-14 16:20:24 +02:00
Dhrubajyoti Bhattacharjee
ade15ea80a
BAEL-1576 Guide to unirest ( #3779 )
2018-03-12 22:07:03 +01:00
Eugen Paraschiv
2028662cd3
cleanup work
2018-03-04 18:23:38 +02:00
Eugen Paraschiv
b97310a15b
minior rename
2018-03-04 18:06:53 +02:00
Eugen Paraschiv
698e78150c
testing cleanup
2018-03-04 18:05:37 +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
Grzegorz Piwowarek
c0bf1c7a93
Refactor Infinispan example ( #3684 )
...
* Refactor Infinispan examples
* Refactor Infinispan examples
2018-02-19 17:20:16 +01:00
Allan Vital
83bc46ee22
BAEL-1368 Infinispan Guide ( #3651 )
...
* BAEL-1368: infinispan article
* BAEL-1368: new method timing method
2018-02-14 02:13:37 +01:00
Allan Vital
6eeff13c45
BAEL-1368: infinispan article ( #3633 )
2018-02-11 14:36:33 +01:00
Grzegorz Piwowarek
d2a4e04f37
Merge branch 'master' into BAEL-1267-programmatic-tomcat
2018-02-03 12:37:01 +01:00
Grzegorz Piwowarek
2169be4301
Async refactor ( #3570 )
2018-02-02 15:40:03 +01:00