Commit Graph

3089 Commits

Author SHA1 Message Date
dupirefr 3086da7d12 [JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions
* Fixed sub-modules parent poms names

* Added relative paths to sub-modules poms

* Configured Maven Surefire Plugin so that it works with the dummy test

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2
2020-06-01 11:30:17 +02:00
dupirefr 00b67725ea [JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions
* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2
  * Imported JUnit BOM before Spring Boot Dependencies BOM (as explained
  [here](https://docs.spring.io/spring-boot/docs/2.3.0.RELEASE/maven-plugin/reference/html/#using))
2020-06-01 11:03:52 +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
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
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
Sampada 1fe51ed7c0 BAEL-3609: Improve article Documenting a Spring REST API Using OpenAPI (#9334)
3.0
2020-05-24 19:55:06 +02:00
amit.pandey 0a478423f6 removed version from spring security 2020-05-24 20:04:31 +05:30
Loredana Crusoveanu 22c187a5fe Merge pull request #9348 from eugenp/CS-144
Update README.md
2020-05-24 15:41:48 +03:00
Loredana Crusoveanu 47287ba040 Merge pull request #9297 from eugenp/remove-java-library
Update build.gradle
2020-05-24 15:39:29 +03:00
Loredana Crusoveanu 7742fe6c9f Merge pull request #9267 from eugenp/lor6-patch-1
Update README.md
2020-05-24 15:37:46 +03:00
Loredana Crusoveanu 0f60e3aa4a Merge pull request #9210 from smtylmzx/patch-1
Consumer changed as DefaultConsumer.
2020-05-24 15:36:44 +03:00
Loredana Crusoveanu 5c1b0e17b3 Merge pull request #9186 from John-Richardson/patch-1
Replaced for loop with enhanced for
2020-05-24 15:29:00 +03:00
Loredana Crusoveanu 8198dde96e Merge pull request #9137 from amit2103/JAVA-1435
renamed project name
2020-05-24 15:26:56 +03:00
Loredana Crusoveanu 5d8b4614c4 Merge pull request #9122 from sureshnath/master
tested the code with latest testng version 7.1.0
2020-05-24 15:24:34 +03:00
Loredana Crusoveanu 410970df5b Merge pull request #9110 from cristianvasiliu/Dependency_version_update
Updated dependency assertj.version as the old one wasn't found
2020-05-24 15:22:48 +03:00
amit.pandey 21d03e3e74 updated keyclock to latest version 2020-05-24 17:41:17 +05:30
Loredana Crusoveanu 2e765c3b7b Merge pull request #8893 from AlexOreshkevich/master
Add embedded app server
2020-05-24 15:07:08 +03:00
Loredana Crusoveanu b482fdf9a6 Merge pull request #9026 from atanasg/patch-1
Fix palindrome unit test
2020-05-24 15:03:02 +03:00