Commit Graph

3291 Commits

Author SHA1 Message Date
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
Chirag Dewan 7943a59707 BAEL3889 - Kafka Mock Producer 2020-05-26 17:23:59 +05:30
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
Juan Moreno 102a487aaa FIX PMD bugs, dependency missing, compilation incubator features, fix awaitility asserts 2020-05-25 02:09:21 -03:00
Juan Moreno 17d2a2f052 FEAT Added sample code for BAEL-3494 2020-05-25 01:43:34 -03:00
musibs ce8d289cd9 Moved the testcase to core-java-lang-2 module 2020-05-25 09:45:10 +05:30
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
Loredana Crusoveanu 781812ae2d Merge pull request #9303 from amit2103/JAVA-1556
modified MvcVoterConfig controller path
2020-05-24 15:00:55 +03:00
priyank-sriv e839798f0d review comments - indentation in pom 2020-05-24 16:56:57 +05:30
priyank-sriv b7c9e64982 review comments - indentation in pom 2020-05-24 16:55:06 +05:30
priyank-sriv d76966dab7 review comments - indentation in pom 2020-05-24 16:53:24 +05:30
priyank-sriv b2fac9be36 rebased 2020-05-24 16:44:20 +05:30
Michele Guarnaccia ab1114fb7d Refactored packages 2020-05-24 11:45:17 +02:00
Michele Guarnaccia 715147e7dc Refactored packages, added test cases, added structured class case 2020-05-24 11:44:26 +02:00
Chirag Dewan 8f1de1c3b7 BAEL3889 - Kafka Mock Producer 2020-05-24 13:58:50 +05:30
Vikas Ramsingh Rajput 05a4d4e188 BAEL-3067: Article - Convert BufferedReader to JSONObject - Completed 2020-05-24 10:33:17 +03:00
kwoyke f48582cfe1 BAEL-4079: Add Oracle dependencies (#9338) 2020-05-23 19:55:53 +02:00
alex.peptan 59afec1c00 BAEL-3896: OpenAPI JSON Objects in Query Params - README file revert + required changes 2020-05-23 20:06:43 +03:00
Josh Cummings d5a03e4c03 Update README.md
Issue CS-144
2020-05-23 08:26:13 -06:00
musibs 020fcd9229 BAEL 4064 Out of Memory Error 2020-05-23 15:23:26 +05:30
Josh Cummings 655c5ed381 Merge pull request #9332 from kwoyke/JAVA-1637
JAVA-1637: Remove overriden spring-boot.version property
2020-05-22 08:06:52 -06:00
Josh Cummings 693ed40a9f Merge pull request #9341 from eugenp/BAEL-4009
Create README.md
2020-05-22 07:56:30 -06:00
Josh Cummings 7bc1633c72 Create README.md
Issue BAEL-4009
2020-05-22 07:40:59 -06:00
Dhawal Kapil 152a54942b Merge pull request #9328 from sampada07/JAVA-913
JAVA-913: Migrate parent-boot-1 articles to parent-boot-2
2020-05-22 18:38:26 +05:30
sampadawagde e8531ef7c2 JAVA-939: Migrate spring-data-rest-querydsl to parent-boot-2 2020-05-22 12:08:56 +05:30
Greg 8c987e89c9 Merge pull request #9224 from dupirefr/author/BAEL-3981-comparing_objects
[BAEL-3981] Comparing in Java
2020-05-21 16:19:54 -04:00
rpvilao e689beb984 Merge pull request #9178 from andrebrowne/BAEL-3341
BAEL-3341 A Guide to Hibernate Types Project
2020-05-21 21:11:01 +02:00
Kirill Vlasov 658835bfe8 BAEL-3824 Circular view path exception 2020-05-21 22:26:23 +05:00
priyank-sriv 8ecf039b6b remove unused import 2020-05-21 22:53:20 +05:30
Ali Dehghani 92c446ce4c Adding Super Type Token 2020-05-21 21:25:37 +04:30