Commit Graph

190 Commits

Author SHA1 Message Date
Loredana Crusoveanu 1b6e7d3750 Merge pull request #8224 from johnA1331/master
BAEL-18815
2019-11-23 13:57:43 +02:00
Alfred Samanga 59ac0633fc BAEL-3352 - Websockets with the Play Framework and Akka (#7983)
* Websocket implementation

* Websocket implementation with Akka Streams

* Websocket implementation with Akka Streams

* Websocket implementation with Akka Streams

* Added configuration options for play server timeout and websocket frame lengths

* Cleaned up code for consuming http endpoint in Messenger actor

* Cleaned up code for consuming http endpoint in Messenger actor

* Cleaned up code for akka streams implementation for websocket

* Renamed unit test method

* Added Poison Pill for stopping the actor. Fixed indentations.

* Refactored the WebSocket method for readability

* Refactored the JavaScript for readability

* Code refactoring and removing unwanted comments

* Added the latest version of jQuery

* Removed .gitignore in favor of the one at the project root
2019-11-23 11:09:07 +00:00
Catalin Burcea 13c42ac4dc [BAEL-3351] - Common Concurrency Pitfalls in Java (#8104) 2019-11-23 11:03:50 +00:00
Ger Roza 7ee5019f7e [BAEL-3313] spring-cloud/spring-cloud-gateway | Writing custom Spring Cloud Gateway Filters (#8182)
* updated dependency management in spring-cloud-gateway pom.xml

* * renamed org package to com
* renamed spring.cloud package to springcloudgateway
* deleted SpringContextIntegrationTest, as per BAEL-14304
* updated spring Junit test to jupiter

* separated introduction-application properties from application.yml, fixing launch error due to file not found exception

* Added Service to use as Proxied Service

* Added global filters and debug logs for article

* fixed error in properties source, plus added GatewayFilter Factories

* implemented Modify Request example

* implemented Modify Response example

* implemented Chain Request example

* Added Tests:
* Live Test for gateway
* Integration tests for services
Fixed small issues

* renamed tests that were not following BDD naming
2019-11-22 18:42:56 -08:00
Chintan Pandya b1971384e2 Update LocalDbCreationRule to respect shareDb parameter for embedded DynamoDB (#8058) 2019-11-22 09:19:07 -08:00
Loredana Crusoveanu ee1fc18df0 Update ComponentScanAssignableTypeFilterAppIntegrationTest.java (#8045) 2019-11-22 09:17:01 -08:00
Jonathan Cook dd9a7593c1 Merge pull request #8207 from verhage/BAEL-3474
BAEL-3474: Appending multiple lines to a file
2019-11-22 08:44:06 +01:00
Martin van Wingerden 76a4694c42 Some changes in the is-numeric (#8171)
* Perform a null-check instead of catching NPE's
* Use pre-compiled regular expressions and perform a null-check before testing it against the regex
* Made the test usable with two modes, one using a single values and another one using a more realistic workload.
* Upgraded the commons-lang version
2019-11-21 23:28:58 -06:00
johnA1331 4f19531a0a Update README.md 2019-11-22 00:30:47 +08:00
johnA1331 fc10a9336b Update README.md 2019-11-22 00:28:39 +08:00
johnA1331 202c3cf5c8 Update README.md 2019-11-22 00:27:23 +08:00
johnA1331 b770503fb1 Update README.md 2019-11-22 00:25:10 +08:00
johnA1331 1353a10e92 Create README.md 2019-11-22 00:23:41 +08:00
johnA1331 81797871cd Update README.md 2019-11-22 00:21:58 +08:00
johnA1331 187f034185 Update README.md 2019-11-22 00:20:44 +08:00
johnA1331 77d8f9a23e Update README.md 2019-11-22 00:19:24 +08:00
johnA1331 e7a4f6941f Update README.md 2019-11-22 00:17:41 +08:00
johnA1331 06dd951b15 Update README.md 2019-11-22 00:16:27 +08:00
johnA1331 d50803c978 Update README.md 2019-11-22 00:14:52 +08:00
johnA1331 cbc4ed2fa7 Update README.md 2019-11-22 00:13:36 +08:00
johnA1331 06d7019960 Update README.md 2019-11-22 00:12:09 +08:00
johnA1331 9e284972fe Update README.md 2019-11-22 00:10:28 +08:00
johnA1331 7ff15f89d8 Update README.md 2019-11-22 00:08:40 +08:00
johnA1331 64cef3dc80 Update README.md 2019-11-22 00:07:11 +08:00
johnA1331 f9bb80fbd3 Create README.md 2019-11-22 00:05:09 +08:00
johnA1331 ae98ed32d0 Create README.md 2019-11-22 00:02:20 +08:00
johnA1331 388bc432d9 Update README.md 2019-11-21 23:59:35 +08:00
johnA1331 d698fe5cca Update README.md 2019-11-21 23:56:52 +08:00
johnA1331 a8ddc8eaf9 Create README.md 2019-11-21 23:55:23 +08:00
johnA1331 96e481ec3b Update README.md 2019-11-21 23:53:14 +08:00
johnA1331 03c454a81f Create README.md 2019-11-21 23:50:46 +08:00
johnA1331 6f5fb102dc Update README.md 2019-11-21 23:46:58 +08:00
johnA1331 aa1c20ee95 Update README.md 2019-11-21 23:45:15 +08:00
iamshwetabhardwaj 8095153e25 BAEL-3506 (#8210)
* BAEL-3506

* BAEL-3506

* BAEL-3506 - Added java-math-2 to parent pom.
2019-11-20 08:11:23 -08:00
kwoyke 256c40aa3f BAEL-3385: Hibernate @NotNull vs @Column(nullable = false) (#8194)
* BAEL-3385: Hibernate @NotNull vs @Column(nullable = false)

* BAEL-3385: Fix test's assertion
2019-11-20 10:30:16 +01:00
Eugen Paraschiv d7279d6f38 disabling undertow in integration as well 2019-11-20 10:30:06 +02:00
Josh Cummings 7c75ca8b6f Merge pull request #8199 from catalin-burcea/BAEL-19176
[BAEL-19176] - Move spring-zuul under spring-cloud
2019-11-19 20:00:15 -07:00
Jonathan Cook 624a9fa527 Merge pull request #8187 from AlNiyas/sameDayFInalBranch
BAEL-3224 - Checking if Two Java Dates are On the Same Day
2019-11-19 22:59:43 +01:00
Loredana Crusoveanu 5095a8fc6a Merge pull request #8164 from martinvw/feature/bower-components
[jhipster] Removed bower_components
2019-11-19 21:31:20 +02:00
Eugen 2dc84b3bcc disabling undertow temporarily 2019-11-19 21:18:22 +02:00
AlNiyas d4aa26b7ef update junits
update junits
2019-11-19 18:05:02 +03:00
François Dupire 6b9f2c74ee dupirefr/dupire.francois+pro@gmail.com [BAEL-2452] Caesar Cipher in Java (#8209)
* Added benchmarking on larger matrices

* [BAEL-3452] Added cipher algorithm

* [BAEL-3452] Added deciphering

* [BAEL-3452] Added break algorithm

* [BAEL-3452] Finalizing break algorithm

* Revert "Added benchmarking on larger matrices"

This reverts commit 4ea87c0aea44bd73be721691a3c427b03854b442.
2019-11-18 23:24:38 -08:00
Rens Verhage 4eff7b6378 BAEL-3474: revert change to README.md 2019-11-18 22:55:39 +01:00
Rens Verhage 699d153da0 BAEL-3474: Appending multiple lines to a file 2019-11-18 19:16:09 +01:00
Josh Cummings 7d52a39289 Merge pull request #7798 from fanatixan/bael-16656
BAEL-16656
2019-11-18 09:45:07 -07:00
Sam Millington a6d248bc0d Merge pull request #8156 from tinomthomas/master
BAEL - 1836
2019-11-18 16:41:00 +00:00
Josh Cummings e7ba0066fc Merge pull request #8190 from catalin-burcea/BAEL-19088
[BAEL-19088] - Move articles out of core-java-io part 3
2019-11-18 09:02:31 -07:00
Sam Millington 84423082e2 Merge pull request #8046 from sumit-bhawsar/BAEL-3335
Bael 3335
2019-11-17 16:47:13 +00:00
Jonathan Cook b4e12c3cbf BAEL-3416 - Mockito and Fluent APIs (#8201)
* BAEL-3416 - Mockito and Fluent APIs
- stage changes

* staging changes

* BAEL-3416 - Mockito and Fluent APIs
2019-11-17 08:44:14 -08:00
Matteo Rossi 6067f9cc3c Add Jenkinsfile & update gatling version (#8198) 2019-11-17 08:39:40 -08:00