Commit Graph

5478 Commits

Author SHA1 Message Date
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
Krzysiek 52bdfd60a5 BAEL-3498: Fix test's name 2019-11-22 23:30:35 +01:00
Krzysiek e57ae9f271 BAEL-3498: Conditionally Disable Flyway 2019-11-22 23:20:49 +01: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
catalin-burcea 6eb57f91eb [BAEL-19673] - Move articles out of jackson part 1 2019-11-22 14:52:42 +02:00
Norberto Ritzmann Jr 1061c0e582 BAEL-3086 - Clean up 2019-11-22 10:21:10 +01:00
Norberto Ritzmann Jr 3f7b103ae8 BAEL-3086 - Project moved to apache-spark project 2019-11-22 10:03:29 +01: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
Vivek Balasubramaniam 240c9fa3c4 BAEL-3091: The Prototype Pattern in Java (further changes based on suggestions) 2019-11-22 10:47:01 +05:30
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
Maiklins 272133dd63 Merge pull request #10 from eugenp/master
update master
2019-11-21 08:56:12 +01:00
pazis d1bd33f862 fix 2019-11-20 22:27:17 +00:00
pazis 58ee757436 aaa 2019-11-20 22:20:02 +00: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
Yavuz Tas cd4e521a3b correct test method names as proper to our convention 2019-11-20 16:07:51 +01:00
Yavuz Tas a63f93f69a update unit tests 2019-11-20 16:01:30 +01:00
amit2103 b022c54e3f [BAEL-19420] - Fixed DateUtilsUnitTest 2019-11-20 18:03:52 +05:30
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
Philippe Soares 32ee0232f0 Hexagon architecture
An example of Hexagon architecture in java.
2019-11-20 02:46:33 -05:00
amit2103 cbf0e6f6f1 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
BudBak 7faccdb9e4 Merge remote-tracking branch 'upstream/master' 2019-11-20 10:15:58 +05:30
Ali Dehghani c0fdbd4a80 Sample codes for RejectedExecutionHandler article. 2019-11-20 08:05:39 +03:30
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