Ankur Gupta
487e1e8ea0
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
ce74c4d4b0
Java-618 Fix build failure (2)
2020-04-29 10:24:20 +02:00
dupirefr
11251caa14
[JAVA-621] Fixed package and import
2020-04-29 10:14:43 +02:00
Loredana Crusoveanu
4ce1923aa2
Merge pull request #8501 from cxmshine/master
...
update AddressMapper.java
2020-04-29 11:14:29 +03:00
mikr
ecb9abf3de
Java-618 Fix build failure
2020-04-29 10:13:58 +02:00
Loredana Crusoveanu
3d69032a66
Merge pull request #8909 from piuserre/SpringJenkinsPipeline
...
fix launch run command for windows
2020-04-29 10:41:03 +03:00
dupirefr
fe6ff27d42
[JAVA-621] Used *UnitTest suffix instead of Test for compliance with Maven PMD (article need update)
2020-04-29 09:08:43 +02:00
Josh Cummings
fc6bc85594
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
24f01a96f7
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
cfcea97288
Java-618 Restore RootCauseFinder code (move classes to core-java-modules)
2020-04-28 23:37:45 +02:00
Marcos Lopez Gonzalez
cdc14ec6ee
test renamed to end with UnitTest suffix
2020-04-28 23:13:27 +02:00
Marcos Lopez Gonzalez
262daed553
AgeCalculator changesJava-618 Restore RootCauseFinder code
2020-04-28 23:12:45 +02:00
Marcos Lopez Gonzalez
e257fc3a63
AgeCalculator changes
2020-04-28 22:56:25 +02:00
Marcos Lopez Gonzalez
89dddaebe8
changed example for finder of root cause exception
2020-04-28 22:55:30 +02:00
Marcos Lopez Gonzalez
0d9608507b
root cause finder
2020-04-28 22:15:39 +02:00
mikr
1937c60c6c
JAVA-618 Restore code for Global Exception Handler
2020-04-28 22:12:00 +02:00
Greg
9399bdb145
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
2a460a4d58
[BAEL-3936] Merged with upstream and fixed conflicts
2020-04-28 20:35:04 +03:00
dupirefr
c39e3a6a7d
[JAVA-621] Added missing code
...
* https://www.baeldung.com/java-type-erasure introduction code
* https://www.baeldung.com/java-interfaces Electronic interface and Computer class
* https://www.baeldung.com/java-abstract-class BoardGame and Checkers classes
* https://www.baeldung.com/java-hashcode different ways of implementing hashCode
* https://www.baeldung.com/java-inheritance-composition ComputerBuilder and StandardComputerBuilder classes
* https://www.baeldung.com/java-equals-hashcode-contracts Renamed method to match article
* https://www.baeldung.com/java-static Renamed class to match article
* https://www.baeldung.com/java-nested-classes Renamed class to match article
2020-04-28 19:32:19 +02:00
Dhawal Kapil
95e78ae3f2
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
1800ead859
JAVA-928: Migrate property-exp-default-config to parent-boot-2
2020-04-28 18:20:23 +05:30
Mrudav Shukla
363f74fa7a
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
53f6659143
[JAVA-621] Ensuring each article has its own package
...
* Putting test classes directly under abstractclasses package (no need
for test subpackage, we're already in test sources)
* Removed unnecessary keyword package to just let superkeyword
* Renamed scope package to variableandmethodhiding
* Renamed package basicmethods into methods
* Putting test classes directly under methodoverloadingoverriding package (no need for test subpackage, we're already in test sources)
* Moved publicmodifier package under com.baeldung as it contains code from a separate article
* Moved privatemodifier under com.baeldung as it was under an unnecessary core package
* Renamed staticdemo package into staticmodifier (was more adequate with other modifiers articles)
* Putting test classes directly under defaultstaticinterfacemethods package (no need for test subpackage, we're already in test sources)
* Moved thiskeyword package to com.baeldung instead of under keywords package
2020-04-28 08:02:18 +02:00
dupirefr
fcc5cfb0f6
[JAVA-621] Fixes due to minor article changes
...
* Renamed KeywordUnitTest to Keyword as it's the chosen name for the
article now
2020-04-28 08:02:15 +02:00
dupirefr
42b0086080
[JAVA-621] Flattened modules hierarchy
2020-04-28 08:02:13 +02:00
dupirefr
635ecae691
[JAVA-621] Obsolete modules deletion
...
* Delete core-java-lang-oop module (remaining code
was duplicate of core-java-lang-syntax where it really belonged)
* Moved code from https://www.baeldung.com/java-eclipse-equals-and-hashcode to core-java-lang where it belong
* Delete core-java-lang-oop-2 module
* Delete core-java-lang-oop-3 module
* Delete core-java-lang-oop-4 module
2020-04-28 08:02:09 +02:00
dupirefr
9b6d3ae24f
[JAVA-621] core-java-lang-oop-others module
...
* Creation
* Moved code from www.baeldung.com/java-static-dynamic-binding
* Recreated code for https://www.baeldung.com/java-oop as none was
matching anymore
* Moved code from https://www.baeldung.com/java-pass-by-value-or-pass-by-reference
* Moved article references to the new README.md
2020-04-28 08:02:06 +02:00
dupirefr
867d63a9d5
[JAVA-621] core-java-lang-oop-methods module
...
* Creation
* Moved code from https://www.baeldung.com/java-equals-hashcode-contracts
* Moved code from www.baeldung.com/java-hashcode
* Moved code from https://www.baeldung.com/java-method-overload-override
* Moved code from www.baeldung.com/java-methods
* Moved article references to the new README.md
2020-04-28 08:02:03 +02:00
dupirefr
21a98198b6
[JAVA-621] core-java-lang-oop-inheritance module
...
* Creation
* Moved code from https://www.baeldung.com/java-anonymous-classes
* Moved code from www.baeldung.com/java-polymorphism
* Moved code from www.baeldung.com/java-inheritance
* Moved code from www.baeldung.com/java-variable-method-hiding
* Moved code from https://www.baeldung.com/java-type-casting
* Moved code from https://www.baeldung.com/java-super
* Moved code from www.baeldung.com/java-interfaces
* Moved code from www.baeldung.com/java-abstract-class
* Moved code from www.baeldung.com/java-inner-interfaces
* Moved article references to the new README.md
2020-04-28 08:02:00 +02:00
dupirefr
ea61137058
[JAVA-621] core-java-lang-oop-types module
...
* Creation
* Moved code from https://www.baeldung.com/java-marker-interfaces
* Moved code from https://www.baeldung.com/java-abstract-class
* Moved code from https://www.baeldung.com/java-this
* Moved code from https://www.baeldung.com/java-nested-classes
* Moved code from https://www.baeldung.com/java-inner-interfaces
* Moved code from https://www.baeldung.com/java-classes-objects
* Moved article references to the new README.md
2020-04-28 08:01:57 +02:00
dupirefr
c182eaca8b
[JAVA-621] core-java-lang-oop-modifiers module
...
* Creation
* Moved code from https://www.baeldung.com/java-static
* Moved code from https://www.baeldung.com/java-final
* Moved code from https://www.baeldung.com/java-public-keyword
* Moved code from https://www.baeldung.com/java-access-modifiers
* Moved code from https://www.baeldung.com/java-private-keyword
* Moved code from https://www.baeldung.com/java-static-default-methods
* Moved code from https://www.baeldung.com/java-strictfp
* Moved article references to the new README.md
2020-04-28 08:01:55 +02:00
dupirefr
6baffe791f
[JAVA-621] core-java-lang-oop-generics module
...
* Creation
* Moved code from https://www.baeldung.com/raw-types-java
* Moved code from https://www.baeldung.com/java-generic-constructors
* Moved code from https://www.baeldung.com/java-type-erasure
* Moved article references to the new README.md
2020-04-28 08:01:52 +02:00
dupirefr
af08d3814b
[JAVA-621] core-java-lang-oop-patterns module
...
* Creation
* Moved code from https://www.baeldung.com/java-composition-aggregation-association
* Moved code from https://www.baeldung.com/java-inheritance-composition
* Moved code from https://www.baeldung.com/java-immutable-object
* Moved code from https://www.baeldung.com/java-deep-copy
* Moved article references to the new README.md
2020-04-28 08:01:49 +02:00
dupirefr
29a0cc015f
[JAVA-621] core-java-lang-oop-constructors module
...
* Creation
* Moved code from https://www.baeldung.com/java-constructors
* Moved code from https://www.baeldung.com/java-copy-constructor
* Moved code from https://www.baeldung.com/java-cannot-reference-x-before-supertype-constructor-error
* Moved article references to the new README.md
2020-04-28 08:01:46 +02:00
dupirefr
825a362858
[JAVA-621] Creating core-java-lang-oop-modules module
2020-04-28 08:01:44 +02:00
dupirefr
2aaa61b10c
[JAVA-630] Fixing indent of vavr* modules
2020-04-28 07:55:51 +02:00
dupirefr
a918420044
[JAVA-616] Fixed link to article by using HTTPS
2020-04-28 07:50:03 +02:00
Loredana Crusoveanu
211988396f
Merge pull request #9197 from glmartin/master
...
Helpful NullPointerException package move
2020-04-28 08:40:54 +03:00
Kumar Chandrakant
6370f2ae4a
Testing multithreading ( #9193 )
2020-04-28 06:18:00 +02:00
Josh Cummings
0a620333df
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
36a66e52ce
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
353af11ced
Merge pull request #9183 from amit2103/JAVA-1445
...
removed duplicate module
2020-04-27 17:09:11 -06:00
Greg Martin
dc9baffc6b
Synced with master
2020-04-27 19:02:40 -04:00
Greg Martin
d14fe3a750
Resolved Conflicts with master
2020-04-27 18:58:15 -04:00
Greg Martin
5089ebdbcd
Moved the HelpfulNullPointerException code to the npe package.
...
Merge remote-tracking branch 'upstream/master'
2020-04-27 18:47:18 -04:00
Josh Cummings
2a21f8f6fa
Merge pull request #9124 from dupirefr/team/JAVA-630-split_vavr_module
...
[JAVA-630] vavr-2 module
2020-04-27 15:41:10 -06:00
Yevgen Pikus
1b26fd6370
Add fold and reduce examples ( #9188 )
...
Co-authored-by: Yevgen Pikus <yevgen.pikus@eon.com >
2020-04-27 14:25:33 -07:00
Tyrell Flurry
3b7dfaa319
BAEL-3929: made changes per code/article review.
2020-04-27 10:47:52 -04:00
Loredana Crusoveanu
b3a98ee7b3
Merge pull request #9190 from amit2103/JAVA-62
...
fix junit test cases
2020-04-27 13:43:29 +03:00
sampadawagde
d3c6791938
JAVA-926: Upgraded spring boot version
2020-04-27 11:34:36 +05:30