Commit Graph

3111 Commits

Author SHA1 Message Date
kwoyke 9d4a0b1f51 BAEL-4100: Move HTTP/2 in Jetty to the new libraries-server-2 module (#9394) 2020-06-02 21:15:49 +02:00
kwoyke d59d2e3793 BAEL-4171: Add SecurityAdviceTrait to the ExceptionTranslator (#9418) 2020-06-02 21:04:09 +02:00
Mona Mohamadinia 2af1e30a8f KTLN-141: Not-Null Assertion (!!) Operator in Kotlin (#9371)
* Added the Test Samples

* Renamed the Class
2020-06-02 19:31:56 +01:00
Eric Martin f5c5cc5290 Merge pull request #9268 from mguarnaccia/BAEL-3985
[BAEL-3985] First commit
2020-06-01 19:52:25 -05:00
Eric Martin 3365051e7f Merge pull request #9387 from alimate/BAEL-3873
BAEL-3873: Dependency Upgrade for HikariCP
2020-06-01 19:34:55 -05:00
Ankur Gupta 5b68d315b8 Updating Test Class name for multiplecachemanager module (#9399)
* Java Example of Hexagonal Architecture

* removing unnecessary maven files from pull request and spaces in code

* Removing unnecessary lines

* Example code for using Multiple Cache Manager in SpringBoot

* BAEL-3963:Using multiple cache managers in Spring

* removing new module created in last pull request

* Fixes as per editor Suggestions

* fixing spacing issue in pom.xml

* Fixing spacing issue in pom.xml

* Fixing spacing issue 2

* Formatting space issues in pom.xml

* Changing the Test class name from IntegrationUnitTest to IntegrationTest

Co-authored-by: Ankur Gupta <ankur.gupta@jda.com>
2020-06-01 09:59:02 -07:00
Josh Cummings 4f44c5db6c Merge pull request #9410 from eugenp/bael-3067
Update README.md
2020-06-01 09:51:33 -06:00
Josh Cummings 7a0291b644 Merge pull request #9411 from eugenp/bael-3494
Update README.md
2020-06-01 09:51:19 -06:00
Josh Cummings 1627873f88 Update README.md
Issue BAEL-3494
2020-06-01 09:41:50 -06:00
Josh Cummings ef13de2061 Update README.md
Issue BAEL-3067
2020-06-01 09:38:52 -06:00
Josh Cummings bc6c7238d7 Merge pull request #9356 from earth001/BAEL-3494b
Bael 3494b
2020-06-01 07:51:31 -06:00
Juan Moreno ec34dde27b FIX Package Name 2020-06-01 09:06:57 -03:00
Michele Guarnaccia 8477fd9279 Renamed test methods 2020-06-01 11:09:35 +02:00
Loredana Crusoveanu b2670e6e98 Merge pull request #9323 from mathieufortin01/master
BAEL-3676 Fix failing manual test in sping-data-elasticsearch module
2020-06-01 09:06:10 +03:00
Loredana Crusoveanu 8110e5b827 Merge pull request #9340 from ashleyfrieze/BAEL-3615-redis-delete-fix
BAEL-3615-Rework the delete everything in Redis example
2020-05-31 22:29:02 +03:00
Mark Thomas 5a2bf2d09f BAEL-3768 - spatialguru.net@gmail.com (#9402)
* Add implementation of BeanPostProcessor and BeanFactoryPostProcessor for ticket

* Continue processing beans if annotation not found on one or more

* Add integration test

* Simplify code

* Rename package
2020-05-31 09:46:32 -07:00
Loredana Crusoveanu 455d2a34a4 Merge pull request #9396 from johnA1331/master
BAEL-24690 github-related test fix - non-empty readmes (results: 18.05.2020 & 23.05.2020)
2020-05-31 10:48:46 +03:00
Josh Cummings 14ece4c049 Merge pull request #9350 from vikasrajput6035/BAEL-3067
BAEL-3067: Article - Convert BufferedReader to JSONObject - Completed
2020-05-30 19:52:06 -06:00
johnA1331 70081cb544 Create README.md 2020-05-30 14:01:14 +08:00
johnA1331 2d8fc1c3a3 Create README.md 2020-05-30 13:59:45 +08:00
johnA1331 8fc7ced36e Update README.md 2020-05-30 13:57:50 +08:00
johnA1331 99768749b4 Create README.md 2020-05-30 13:56:37 +08:00
Carlos Cavero 6076d4da3b BAEL-3756-YAML-for-Spring-DevOps (#9368)
* Add modifications to include the configuration for YAML and DevOps

* Clean the Dockerfile

* Modify the name of testing environment and include YAML tests
2020-05-28 15:02:11 -07:00
Mark Thomas 135c3160ac BAEL-3768 - spatialguru.net@gmail.com (#9385)
* Add implementation of BeanPostProcessor and BeanFactoryPostProcessor for ticket

* Continue processing beans if annotation not found on one or more

* Add integration test

* Simplify code
2020-05-28 13:34:00 -07:00
vatsalgosar 6cd7bfba80 BAEL-3987 (#9139)
* BAEL-3987 - Cast an int to an enum value

* refactoring

* code refactored

* BAEL-3987 - Updated code snippets

* bAEL-3987 - Fixed indentation
2020-05-28 17:37:23 +01:00
Ali Dehghani 6fb0ebb95c Dependency Upgrade for HikariCP 2020-05-28 20:00:23 +04:30
rpvilao 4c1af8f004 Merge pull request #9383 from andrebrowne/BAEL-3341
BAEL-3341 Rename test dependent on database
2020-05-28 09:58:00 +02:00
Eric Martin 916a412b6c Merge pull request #9384 from alimate/BAEL-4101
BAEL-4101: Fix integration tests in spring-thymeleaf-3
2020-05-27 21:38:28 -05:00
Ali Dehghani cde01486d7 Changing to a More Stable Currency! 2020-05-28 06:49:43 +04:30
Eric Martin ca6bd32485 Merge pull request #9379 from alimate/BAEL-4102
BAEL-4102: Fix integration test in spring-boot-persistence-2
2020-05-27 19:44:20 -05:00
andrebrowne 547a57c3c8 BAEL-3341 Rename test dependent on database 2020-05-27 20:42:38 -04:00
kwoyke cd293d0cb6 BAEL-3448: Change default http port (#9380) 2020-05-27 22:16:44 +02:00
Ali Dehghani 3582280608 Fixed the Datasource Assertion Issue 2020-05-27 22:25:08 +04:30
Michele Guarnaccia e1c3aed23b Added @Query method + clean 2020-05-27 19:43:04 +02:00
kwoyke 75b7419545 KTLN-149: Get rid of the invalid buildString example (#9373) 2020-05-27 17:33:29 +02:00
Josh Cummings fbabf0ed94 Merge pull request #9375 from kwoyke/JAVA-1641
JAVA-1641: Remove overriden spring-boot.version property
2020-05-27 09:32:37 -06:00
Josh Cummings 89d6a2f15a Merge pull request #9358 from kwoyke/JAVA-1635
JAVA-1635: Remove unnecessary dependencies and overridden spring-boot…
2020-05-27 09:30:11 -06:00
Josh Cummings 436998de1f Merge pull request #9333 from Maiklins/Java-1524-split-move-spring-boot-persistence
BAEL-1524 Change http into https
2020-05-27 09:29:21 -06:00
kwoyke 9dc7483313 BAEL-3448: Downgrade logback version & fix config (#9354) 2020-05-27 17:27:11 +02:00
Krzysztof Woyke 771b415b87 JAVA-1641: Remove overriden spring-boot.version property 2020-05-27 13:48:16 +02:00
Anshul Bansal 7b53c3cb55 BAEL-3996_Spring_Security_with_Auth0 (#9300)
* BAEL-3996 - Spring Security with Auth0

* BAEL-3996 - Spring Security with Auth0 code fixes

* BAEL-3996 - Spring Security with Auth0

* BAEL-3996 - removed spaces

* BAEL-3996 - RequestMapping is updated to GetMapping
2020-05-26 16:58:17 +01:00
Vikas Ramsingh Rajput 11d0ab1b49 BAEL-3067: Changed method name and added latest maven dependency of org.json 2020-05-26 12:59:40 +03:00
Jonathan Cook 745d71b127 Merge pull request #9279 from priyank-sriv/bael-3982
BAEL-3982 Rate Limiting Spring API using Bucket4j
2020-05-25 23:14:26 +02:00
Ashley Frieze 8a771a8b46 Rework the delete everything in Redis example 2020-05-25 21:06:26 +01:00
Eric Martin ba8b6d0660 Merge pull request #9271 from ferarubogdan94/master
[BAEL-3890] Using Kafka MockConsumer
2020-05-25 11:33:22 -05:00
rpvilao cbe5207db2 Merge pull request #9336 from alimate/BAEL-4054
BAEL-4054: Super Type Token
2020-05-25 17:27:36 +02:00
François Dupire 2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
Krzysztof Woyke 3c455c5c56 JAVA-1635: Remove unnecessary dependencies and overridden spring-boot.version 2020-05-25 13:03:25 +02:00
Loredana Crusoveanu 9b36eac628 Merge pull request #9352 from amit2103/JAVA-1480
updated keyclock to latest version
2020-05-25 12:23:54 +03:00
Bogdan Feraru bddea5222b [BAEL-3890] Using Kafka MockConsumer 2020-05-25 08:55:30 +03:00