Commit Graph

2654 Commits

Author SHA1 Message Date
priyank-sriv 1b5a64c4a4 bucket4j spring boot starter 2020-05-13 01:59:03 +05:30
priyank-sriv 4e45b8f44e spring mvc using interceptor 2020-05-13 01:58:40 +05:30
priyank-sriv e8c383d10f area api impl 2020-05-13 01:58:05 +05:30
priyank-sriv 167655d659 add bucket4j deps 2020-05-13 01:56:55 +05:30
Aaron Juarez 9797d3a4fc Bael-3966: code fixes after editor review (#9203) 2020-05-01 21:35:29 +02:00
Eric Martin e65cfc7bd0 Merge pull request #9179 from alimate/BAEL-3993
BAEL-3993: Added Trailing slash to Fix the Relative Path Bug
2020-04-30 21:44:05 -05:00
Josh Cummings 07db5c5329 Merge pull request #9206 from Maiklins/JAVA-1520-split-or-move-algorithms-miscellaneous-5-module
Java-1520 split or move algorithms miscellaneous 5 module
2020-04-30 15:45:36 -06:00
mikr f19c4d9b5d Java-1520 Split or move algorithms-miscellaneous-5 module 2020-04-30 18:11:37 +02:00
rpvilao f4f6c2fe88 Merge pull request #9147 from sasam0320/BAEL-3986
BAEL 3986 - mapping lists using ModelMapper
2020-04-30 16:59:30 +02:00
Maiklins 56f7b49988 Merge pull request #49 from eugenp/master
update
2020-04-30 16:27:07 +02:00
Sasa M cd07a21b8e Add hamcrest jar dependency in parent-java build 2020-04-30 16:20:39 +02:00
Sasa M 9e6dd6f41b Creating TypeMap to use property mapping and converter class 2020-04-30 14:30:01 +02:00
Sasa M c2e64bea72 Customizing Java 8 code in modemmapper package 2020-04-30 14:29:57 +02:00
Sasa M 9f0d8cf6ab Refactoring code in com.baeldung.modelmapper package 2020-04-30 14:28:40 +02:00
Sasa M 58dc739c3e changes in build pom.xml 2020-04-30 14:27:20 +02:00
Sasa M 4bc8c329fc Renaming test methods and formatting 2020-04-30 14:27:14 +02:00
Sasa M b9cbfa49c4 Moving com.baeldung.modelmmaper package to java-collections-conversations module 2020-04-30 14:25:01 +02:00
Sasa M 4bb9f166b6 Source project for the draft article 2020-04-30 14:19:21 +02:00
Kamlesh Kumar 89da31cbce BAEL-3837: Java Deadlock and Livelock (#8943) 2020-04-30 07:18:30 -05:00
SippingCode 2c99a832cd Bael 3970 (#9132)
* Manual logout with Spring Security
- Basic manual logout
- logout with Clear Data Site Header

* Add missing annotation for controller. Change mapping URL value.

* Add intergration tests for manual logouts.

* BAEL-3970 - Add asserts on test. Fix tests names. Remove unused imports.

* BAEL-3970 - Use PostMapping annotation. Remove unnecessary information for security configuration.

* remove logout controllers

* Add multiple entrypoints configurations. Create custom handlers for different logouts (basic, cookie clearing, clear-site-data).

* Refactor configuration with lambda DSL.
2020-04-29 23:16:05 -07:00
Sasa M 9bf7546d42 Creating TypeMap to use property mapping and converter class 2020-04-29 21:55:30 +02:00
Josh Cummings 9ae7596d5e Merge pull request #9201 from Maiklins/JAVA-618
Java-618 Restore missing code snippets
2020-04-29 12:56:28 -06:00
Ankur Gupta 5aa57193e1 ankurguptajec@gmail.com (#9192)
* 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

Co-authored-by: Ankur Gupta <ankur.gupta@jda.com>
2020-04-29 07:40:16 -07:00
mikr 95a29d7e0b Java-618 Fix build failure (2) 2020-04-29 10:24:20 +02:00
Loredana Crusoveanu c3b4907a4c Merge pull request #8501 from cxmshine/master
update AddressMapper.java
2020-04-29 11:14:29 +03:00
mikr 666ca1ac69 Java-618 Fix build failure 2020-04-29 10:13:58 +02:00
Loredana Crusoveanu 1fa7d46996 Merge pull request #8909 from piuserre/SpringJenkinsPipeline
fix launch run command for windows
2020-04-29 10:41:03 +03:00
Josh Cummings 4f12335bcf Merge pull request #9199 from dupirefr/team/JAVA-630-fixing_indent
[JAVA-630] Fixing indent of vavr* modules
2020-04-28 17:09:01 -06:00
Josh Cummings c988db5986 Merge pull request #9198 from dupirefr/team/JAVA-616-update_readmes
[JAVA-616] Fixed link to article by using HTTPS
2020-04-28 16:53:01 -06:00
mikr e7cd7da8b8 Java-618 Restore RootCauseFinder code (move classes to core-java-modules) 2020-04-28 23:37:45 +02:00
Marcos Lopez Gonzalez 491e79bd3e test renamed to end with UnitTest suffix 2020-04-28 23:13:27 +02:00
Marcos Lopez Gonzalez d973864c8b AgeCalculator changesJava-618 Restore RootCauseFinder code 2020-04-28 23:12:45 +02:00
Marcos Lopez Gonzalez cdd14b23f7 AgeCalculator changes 2020-04-28 22:56:25 +02:00
Marcos Lopez Gonzalez c59d9dbf8f changed example for finder of root cause exception 2020-04-28 22:55:30 +02:00
Marcos Lopez Gonzalez c223b669be root cause finder 2020-04-28 22:15:39 +02:00
mikr 9e83dbbc85 JAVA-618 Restore code for Global Exception Handler 2020-04-28 22:12:00 +02:00
Greg 09e9f0ce0b Merge pull request #9034 from kkaravitis/master
[BAEL-3936] Constructing a JPA query between unrelated entities
2020-04-28 14:25:46 -04:00
Kostas Karavitis f964a31ffc [BAEL-3936] Merged with upstream and fixed conflicts 2020-04-28 20:35:04 +03:00
Dhawal Kapil 148d9fd6c6 Merge pull request #9200 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-28 20:59:58 +05:30
sampadawagde aec4ed2d5c JAVA-928: Migrate property-exp-default-config to parent-boot-2 2020-04-28 18:20:23 +05:30
Mrudav Shukla f56bf16d11 BAEL-1921 - added example code and unit test for GlobalExceptionHandler (#4646)
* added example code and unit test for GlobalExceptionHandler

* Code for common exceptions
2020-04-28 10:35:11 +02:00
dupirefr 5e1b86e79e [JAVA-630] Fixing indent of vavr* modules 2020-04-28 07:55:51 +02:00
dupirefr 41a9f46cad [JAVA-616] Fixed link to article by using HTTPS 2020-04-28 07:50:03 +02:00
Loredana Crusoveanu 6ebce06882 Merge pull request #9197 from glmartin/master
Helpful NullPointerException package move
2020-04-28 08:40:54 +03:00
Kumar Chandrakant 57519b9dae Testing multithreading (#9193) 2020-04-28 06:18:00 +02:00
Josh Cummings 068523493b Merge pull request #9169 from kwoyke/JAVA-73
JAVA-73: Wrap up running Live Tests with Docker
2020-04-27 17:31:04 -06:00
Josh Cummings 70781cfeb1 Merge pull request #9143 from amit2103/JAVA-1273-1
update pom version from RC to GA
2020-04-27 17:18:17 -06:00
Josh Cummings d97375a1e9 Merge pull request #9183 from amit2103/JAVA-1445
removed duplicate module
2020-04-27 17:09:11 -06:00
Greg Martin 491e2d8493 Synced with master 2020-04-27 19:02:40 -04:00
Greg Martin ac794a722f Resolved Conflicts with master 2020-04-27 18:58:15 -04:00