Commit Graph

2586 Commits

Author SHA1 Message Date
dupirefr fc303de35f [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 f6d3dc711f [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 b1e507d44c [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 654de59bbf [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 a6846bb1ca [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 1ddd56978b [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 f23c60568c [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 c0169519ad [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 117cb9ce46 [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 e25ce92d5e [JAVA-621] Creating core-java-lang-oop-modules module 2020-04-28 08:01:44 +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
Greg Martin 71fb667478 Moved the HelpfulNullPointerException code to the npe package.
Merge remote-tracking branch 'upstream/master'
2020-04-27 18:47:18 -04:00
Josh Cummings 994ff6ddd7 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 debb7dace5 Add fold and reduce examples (#9188)
Co-authored-by: Yevgen Pikus <yevgen.pikus@eon.com>
2020-04-27 14:25:33 -07:00
Loredana Crusoveanu a04fb286e4 Merge pull request #9190 from amit2103/JAVA-62
fix junit test cases
2020-04-27 13:43:29 +03:00
Belma Jakupovic f1283f2424 bjakupovic - single responsibility principle example (#9191) 2020-04-27 06:57:38 +02:00
amit.pandey c7acf47138 fix junit test cases 2020-04-26 22:24:14 +05:30
Sampada df179d642e BAEL-3988: Calling a SOAP web service in Java (#9184)
* BAEL-3988: Calling a SOAP web service in Java

* BAEL-3988: modified generated class as per wsdl location change
2020-04-26 08:55:43 -07:00
Krzysiek d2f60283b8 JAVA-73: Remove unused test methods 2020-04-26 15:46:04 +02:00
Jonathan Cook 4a45d8c808 Merge pull request #9155 from aurasphere/master
[BAEL-3489] Added Java-R integration examples.
2020-04-26 11:47:08 +02:00
Jonathan Cook 5eb21c54bb Merge pull request #9069 from kirill-vlasov/master
BAEL-3969 Spring Security - Custom Logout Handler
2020-04-26 11:18:09 +02:00
Dhawal Kapil 5c73062dab Merge pull request #9176 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-26 13:04:01 +05:30
Vikas Rajput b8d41e5613 Bael 3557 : renamed package name to more unique name - springwithgroovy (#9172)
* BAEL-3557: Completed a simple web application in spring boot and groovy

* BAEL-3557: renamed packagename from com.baeldung.app to more unique name - com.baeldung.springwithgroovy

Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2020-04-25 23:21:21 -07:00
Eric Martin 9efd76c261 Merge pull request #9135 from albanoj2/BAEL-3965
BAEL-3965: Created examples for instance and static factory methods.
2020-04-25 22:07:06 -05:00
Eric Martin 5ddf7ef391 Merge pull request #9160 from michael-pratt/BAEL-3972
BAEL-3972: check user roles in Java
2020-04-25 21:59:51 -05:00
amit.pandey 0223584fee removed duplicate module 2020-04-26 06:41:14 +05:30
Aaron Juarez ee898632d3 BAEL-3966: find object's class in Java (#9118) 2020-04-25 22:23:13 +02:00
Justin Albano fd5fcf29c5 BAEL-3965: Removed unneeded dependencies 2020-04-25 16:05:50 -04:00
Michael Pratt bd9c4945f7 BAEL-3972: Fix formatting 2020-04-25 11:37:01 -06:00
Sampada b7588a7a33 BAEL-3989: Calling a SOAP web service from Spring (#9174) 2020-04-25 09:44:35 -07:00
sampadawagde fab18f2126 JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2 2020-04-25 18:12:08 +05:30
sasam0320 89fd7872c4 BAEL-3973 (#9061) 2020-04-25 07:32:20 +02:00
KevinGilmore d090c9b059 BAEL-2893 BAEL-3927 update README files (#9171)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article
2020-04-24 22:28:04 -05:00
Paturi Radhe Sravan 73f96969da BAEL-3567 An Introduction to Kaniko (#9150)
* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3567 An Introduction to Kaniko
2020-04-24 14:36:41 -07:00
Donato Rimenti 7d6e096d28 Fixed whitespace formatting. 2020-04-24 16:51:50 +02:00
Roque Santos 35f1a3eba5 BAEL-3927 : Encode a String to UTF-8 in Java (#8954)
* BAEL-3927 : Encode a String to UTF-8 in Java

* Update core-java-modules/core-java-string-operations-2/src/test/java/com/baeldung/encode/StringEncodeUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* BAEL-3927 : Applying suggested adjustments

* BAEL-3927 : Simplifying the code snippets

* BAEL-3927 : Coding styles adjustements

* BAEL-3927 : Test adjustements to fit changes in article

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-04-24 09:10:44 -05:00
Gergo Petrik b31b84d475 Mockint objectmapper with mockito (#9017)
* Mockint objectmapper with mockito

* enforcing naming convention for test classes

* removed Spring

* removed unattended changes

* modified example

* simplified call stack in flower validator
2020-04-24 09:00:30 -05:00
Eric Martin 5738683a5b Merge pull request #9100 from wugangca/BAEL-3961
BAEL-3961 Using a list of values in a JDBCTemplate IN clause
2020-04-23 20:08:02 -05:00
Eric Martin ed8bdf0cb5 Merge pull request #9158 from johnA1331/master
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Krzysiek ffa8e0839d JAVA-73: Fix live-test.sh and cleanup pom.xml 2020-04-23 22:38:10 +02:00
Krzysiek acf4fa5af9 JAVA-73: Move scripts under live-test-resources 2020-04-23 22:18:45 +02:00
kwoyke 20ee51ef36 Merge pull request #1 from fanatixan/bael-17468
JAVA-73
2020-04-23 22:02:28 +02:00
Usman Mohyuddin 7367f3b0ba add code files for "How to determine the data type in Groovy" (#9123)
* add code files for "How to groovy data types"

add code files for "How to groovy data types"

* added Tests in example

* Update pom.xml

change tab into spaces
2020-04-23 10:54:55 -07:00
sampadawagde 62842f97cf JAVA-923: Migrate spring-data-dynamodb to parent-boot-2 2020-04-23 13:10:29 +05:30