Commit Graph

270 Commits

Author SHA1 Message Date
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
Loredana Crusoveanu 6491dc0b1f
Update README.md 2018-03-18 21:35:44 +02:00
Loredana Crusoveanu 524e701030
Update README.md 2018-03-18 19:46:13 +02:00
Loredana Crusoveanu ac9651c773
Merge pull request #3812 from tamasradu/radutamas/BAEL-1435
Radutamas/bael 1435
2018-03-17 23:36:24 +02:00
Eric Goebelbecker 2b50c4c341 BAEL-1554 - Guide to Flips (#3827)
* BAEL-1554 - Flips code

* BAEL-1554 - Flips code, round 2

* BAEL-1554 - Guide to Flips

* BAEL-1554 - update read me

* BAEL-1554 - rename "Thing" to "Foo"
2018-03-16 16:06:38 -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 5fd8e4293e cleanup work for tests 2018-03-04 17:52:56 +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
Rokon Uddin Ahmed c10cb80823 02.03 (#3747)
* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-03-02 18:40:04 +02:00
Eugen Paraschiv e4f5a22e92 pom cleanup work 2018-02-28 18:16:32 +02:00
Grzegorz Piwowarek c0bf1c7a93 Refactor Infinispan example (#3684)
* Refactor Infinispan examples

* Refactor Infinispan examples
2018-02-19 17:20:16 +01:00
Alex Vargas 1372a565e2 Adding solidity example file 2018-02-16 12:01:12 -08: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
daoire a6a291ce22
Update README 2018-02-05 12:18:04 +00: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
tamasradu 72c9fea7e2 Radutamas/bael 1487 (#3569)
* Code for test article: Different Types of Bean Injection in Spring

* Adding jUnits for test article: Different Types of Bean Injection in Spring

* BAEL-1265: Adding jUnit for article

* BAEL-1265: Closing ExecutorService in jUnit

* BAEL-1487: Adding test for AsyncHtpClient tutorial
2018-02-01 14:56:36 +01:00
mkuligowski a48e062598 BAEL-1204 (#3508)
* Initialize smooks subproject

* Add Smooks dependency

* Delete files form badly created submodule

* Add domain classes

* Create class responsible for converting Orders

* Create class responsible for validating messages

* Add configuration file

* Add integration tests for Smooks converters and validators

* ADd en_US locale and fix date format

* Fix number format in expected messages

* Delete unused mapping

* Remove unused conversion to JSON

* Add assertion for ruleName in givenIncorrectOrderXML_whenValidate_thenExpectValidationErrors
2018-01-30 22:49:54 +01:00
Adi 3f3204e14f BAEL-1267: programmatically create, configure and run a tomcat server - remove unused dependencies 2018-01-26 21:18:17 +02:00
Donato Rimenti db903618f3 BAEL-1321 Jetty 9 Server - Create, Configure programmatically (#3482)
* Implemented server factory and its tests. Changed Jetty version to latest, removed duplicate entry and added jetty-webapp dependency in pom.xml.

* Added missing war file and changed tests port for Travis build.
2018-01-23 00:28:45 +01:00
Loredana Crusoveanu 692f12636f add pact provider test (#3475) 2018-01-22 17:46:11 +01:00
Seun Matt 6923d3accd Example Code for Exceptions in Netty (#3406)
* 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

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file

* updated example code for Apache Shiro

* updated Vavr Collections example

* added example code for N1QL

* update example code for N1QL

* added integration test for N1QL

* update N1QL Example code

* update the N1QL example Code

* rename module to couchbase

* rename module to couchbase

* change module name in parent module and pom

* added cas-server module

* added cas secured app for Spring SSO with CAS

* refactor cas modules into cas folder

* updated files

* removed redundant files

* refactor the config for cas-server

* added sql file to generate tables and database

* added source code for VRaptor

* update source code for VRaptor article

* update pom and reformat code

* add example code for BAEL-1439

* updated code for netty exceptions
2018-01-20 18:18:01 +01:00
Adi 369ec4e181 BAEL-1267: programmatically create, configure and run a tomcat server 2018-01-19 00:06:57 +02:00
Rokon Uddin Ahmed c3e8ba4a70 Pull request 17.01 (#3442)
* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2018-01-17 21:53:17 +01:00
Hakan Özler db04ce54f0 [BAEL-1455] add docker client test cases and update pom (#3375) 2018-01-08 16:40:32 +01:00
Doha2012 962dfd228f make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
Tomasz Lelek 2ef351434e Bael 1421 (#3222)
* BAEL-1421 live test of kafka streams

* BAEL-1421 Removed not-needed dependency

* BAEL-1421 rearannge

* BAEL-1421 rearannge

* fix pom
2017-12-24 06:33:37 +01:00
Grzegorz Piwowarek bac07e4dca
Update README.md (#3252) 2017-12-16 13:15:22 +01:00
Loredana Crusoveanu 18c8747c98 BAEL-1248 google sheets api example (#3189)
* google sheets api example

* add dependencies

* rename test

* update test

* add comment

* trigger build

* trigger build

* Formatting to standards

* Getting rid of stray tabs

* Applying formatting rules to source files as well

* trigger build
2017-12-13 21:26:03 -07:00
Grzegorz Piwowarek 112f33acb9
Optimize build (#3227)
* Exclude NeurophTest

* Fix build
2017-12-13 11:25:47 +01:00
hugosama1 30f78fc3ca BAEL-1345 - Apachefileupload (#3185)
* Added code for file upload controller

* changed to spring module
2017-12-12 14:01:06 +01:00
Taylor Daugherty 7f23c45ef4 [BAEL-1300] Custom Logback Appender (#3193)
* BAEL-1300 Custom logback appender

* BAEL-1300 fix to logback module

* relativePath
2017-12-03 22:40:21 -08:00
Loredana Crusoveanu ae204db0af Merge branch 'master' into BAEL-1174 2017-12-01 15:31:57 +02:00
Loredana Crusoveanu 20ffefae39
Merge pull request #3019 from parthkaria/master
BAEL-21 Exploring the new HTTP Client in Java 9
2017-12-01 14:39:39 +02:00
Loredana Crusoveanu cd14a791d1 remove extra word file 2017-12-01 13:56:44 +02:00
Jose Carvajal 2a922a20d9 BAEL-1174: A Quick Guide to Spring Cloud Consul 2017-11-30 12:01:23 +01:00
Jose Carvajal b14dfbe4f0 BAEL-1174: A Quick Guide to Spring Cloud Consul 2017-11-30 11:55:49 +01:00
parth.karia b1782b3c19 Resolve conflicts manually 2017-11-27 12:05:18 +05:30
parth.karia 043ea5e574 Removes jgrapht from libraries 2017-11-27 12:03:43 +05:30
parth.karia 41cf86b228 Merge upstream/master
Conflicts:
	libraries/pom.xml
2017-11-27 11:57:56 +05:30