Commit Graph

10450 Commits

Author SHA1 Message Date
geroza 4e5302ddf5 8- Eighth commit to split core-java. This commit includes:
* Creating core-java-lang and core-java-arrays README files
* Cleaning core-java README file
2018-11-10 16:04:32 -02:00
geroza 2380a4abad 7- Seventh commit for splitting core-java module task. This commit includes:
* Cleaning core-java-lang pom
* Cleaning core-java-arrays pom
* Fixing core-java artifact version, not using property
2018-11-10 13:25:10 -02:00
geroza 6634c0e100 6 - Sixth commit to split core-java module. This commit includes:
* fixiing failing unit tests, moving required resources to new modules
2018-11-10 12:55:07 -02:00
geroza 7249a2c88d 5 - Fifth commit to split core-java. This one includes:
* to core-java-lang:
  * https://www.baeldung.com/java-separate-double-into-integer-decimal-parts
  * https://www.baeldung.com/java-sneaky-throws
  * https://www.baeldung.com/java-inheritance-composition
* to core-java-array:
  * https://www.baeldung.com/java-array-copy
  * https://www.baeldung.com/java-initialize-array
  * https://www.baeldung.com/java-array-contains-value
  * https://www.baeldung.com/java-invert-array
  * https://www.baeldung.com/java-array-sum-average
  * https://www.baeldung.com/java-jagged-arrays
  * https://www.baeldung.com/java-util-arrays
  * https://www.baeldung.com/java-common-array-operations (from core-java-collections)
2018-11-10 11:13:04 -02:00
geroza 55c49b25f1 4- Fourth commit for core-java module splitting. This commit includes:
* to core-java-lang:
  * https://www.baeldung.com/java-stack-overflow-error
  * https://www.baeldung.com/java-new-custom-exception
  * https://www.baeldung.com/java-exceptions
  * https://www.baeldung.com/java-final-finally-finalize
  * https://www.baeldung.com/java-static-dynamic-binding
  * https://www.baeldung.com/java-throw-throws
  * https://www.baeldung.com/java-synthetic
  * https://www.baeldung.com/java-switch
  * https://www.baeldung.com/modulo-java
  * https://www.baeldung.com/java-ternary-operator
2018-11-10 10:29:12 -02:00
geroza 61574b7228 3-Third commit for articles:
* to core-java-lang:
  * https://www.baeldung.com/java-lang-system
  * https://www.baeldung.com/java-type-erasure
  * https://www.baeldung.com/java-assert
  * https://www.baeldung.com/java-pass-by-value-or-pass-by-reference
  * https://www.baeldung.com/java-variable-method-hiding
  * https://www.baeldung.com/java-access-modifiers
  * https://www.baeldung.com/java-super
  * https://www.baeldung.com/java-this
  * https://www.baeldung.com/java-immutable-object
  * https://www.baeldung.com/java-classnotfoundexception-and-noclassdeffounderror
  * https://www.baeldung.com/infinite-loops-java (changes for this were included in commit 1, with other loop-related examples)
2018-11-10 01:21:58 -02:00
geroza 64a22eec31 2 - Second commit for articles:
* to core-java-lang:
  * https://www.baeldung.com/java-inner-interfaces
  * https://www.baeldung.com/java-polymorphism
  * https://www.baeldung.com/java-recursion
  * https://www.baeldung.com/java-finalize
  * https://www.baeldung.com/java-method-overload-override
  * https://www.baeldung.com/java-deep-copy
  * https://www.baeldung.com/java-inheritance
  * https://www.baeldung.com/java-type-casting
  * https://www.baeldung.com/java-final
  * https://www.baeldung.com/a-guide-to-java-enums
2018-11-10 00:37:39 -02:00
geroza 792d6f6cc4 First commit to migrate the following articles from core-java:
* to core-java-lang:
  * https://www.baeldung.com/java-reflection
  * https://www.baeldung.com/java-generics
  * https://www.baeldung.com/java-eclipse-equals-and-hashcode
  * https://www.baeldung.com/java-chained-exceptions
  * https://www.baeldung.com/java-primitive-conversions //to package
  * https://www.baeldung.com/java-method-reflection
  * https://www.baeldung.com/java-enum-iteration
  * https://www.baeldung.com/java-reflection-change-annotation-params
  * https://www.baeldung.com/java-dynamic-proxies
  * https://www.baeldung.com/java-double-brace-initialization
  * https://www.baeldung.com/java-hashcode
  * https://www.baeldung.com/java-diamond-operator
  * https://www.baeldung.com/java-static (?https://github.com/eugenp/tutorials/pull/3392)
  * https://www.baeldung.com/java-comparator-comparable
  * https://www.baeldung.com/java-continue-and-break
  * https://www.baeldung.com/java-initialization
  * https://www.baeldung.com/java-nested-classes
  * https://www.baeldung.com/java-loops
  * https://www.baeldung.com/java-varargs
2018-11-09 22:22:33 -02:00
Paul 8e6fff4fc8 BAEL-1596 Spring Events (#5605)
* Annotation-driven event listener + generic events

* update examples + add tests

* add article link

* add more tests for Spring Events
2018-11-09 14:35:44 +01:00
charlesgonzales 064113f939 Add/fix links Team_BAEL-10195 (#5647)
* Update README.md

* Update README.md
2018-11-09 10:46:30 +01:00
cdjole 6a352be977 Calculate circle area. (#5644) 2018-11-08 16:07:59 -08:00
charlesgonzales 23143a0c17 Bi-monthly test fix - BAEL-10195 (#5626)
* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD
2018-11-08 21:23:23 +01:00
Laurentiu Delcea 2b581cb3f6 BAEL-1962 Convert ZonedDateTime for MongoDB interactions (#5640) 2018-11-08 11:37:35 -08:00
Mike Wojtyna e1056e04de Add BAEL-2272 persisting DDD aggregates examples (#5630)
* Add BAEL-2272 persisting DDD aggregates examples

* Update pom.xml
2018-11-08 09:54:05 -08:00
Eric Martin 91ec114e9a
Merge pull request #5603 from sandy03934/master
BAEL-2303 Added code to demonstrate how to replace multiple if statements in Java
2018-11-07 21:21:06 -06:00
Tom Hombergs d00efaa1e9
Merge pull request #5634 from eugenp/thombergs-patch-1
added link
2018-11-07 20:40:15 +01:00
Tom Hombergs 90135befd9
added link 2018-11-07 20:34:58 +01:00
Trevor Gowing edbc683094 How to limit query results (#5616)
* JPA/Hibernate
* Spring Data JPA

BAEL-2208
2018-11-07 09:12:00 -08:00
Eric Martin 78dd662f70
Merge pull request #5537 from grigoriosdimopoulos/Mercator
Convert Latitude / Longitude to a 2d Point
2018-11-06 20:53:29 -06:00
Marko Previsic 5a5c5c34b5 Guide to BufferedReader
Issue: BAEL-2255
2018-11-06 17:24:41 -07:00
Emily Cheyne ee0d4c103a
BAEL-2250 updated readme (#5631) 2018-11-06 10:46:21 -08:00
Sandip Singh 3c558d6427 BAEL-2303 Updated the code as per the review comments. 2018-11-06 14:21:19 +05:30
Kumar Chandrakant e52a4d0ce6 Handshake failures (#5624)
* BAEL-2250: Adding files for the article on SSL handshake failure.

* BAEL-2250 cleanup formatting

* Applied review feedback on the article.

* Adding cipher suite and protocol selection in server and client

* Corrected some code conventions.

* Revert: BAEL-2250 cleanup formatting

* Made further changes for the review comments on the tutorial.

* Fixed some formatting issues.
2018-11-05 15:51:10 -08:00
Dhawal Kapil 433bb89de6 BAEL-10181 Fix tutorial-build-second | Issue with spring-mvc-kotlin (#5623)
-Upgraded kotlin libraries
2018-11-05 21:04:08 +01:00
Eugen Paraschiv 807f25e992 using the boot parent 2018-11-05 21:27:46 +02:00
yatendragoel a8ee73cfc9 Convert java.time.Instant to java.sql.Timestamp and back
Issue: BAEL-2203
2018-11-05 07:42:08 -07:00
Grigorios Dimopoulos cc54876147 Merge branch 'master' into Mercator 2018-11-05 11:09:23 +02:00
Grigorios Dimopoulos 80357224ac [Mercator]: Unit test fixes 2018-11-05 11:04:44 +02:00
Loredana Crusoveanu d83eb69567
Merge pull request #5614 from amit2103/BAEL-10161
[BAEL-10161] - Upgraded codebase to spring-5
2018-11-04 23:36:54 +02:00
Loredana Crusoveanu 1ba7fee15b
Merge pull request #5604 from Doha2012/master
webflux oauth
2018-11-04 22:54:47 +02:00
KevinGilmore f2d3c040a7
BAEL-2015: add link back to article (#5619) 2018-11-04 13:10:56 -06:00
Loredana Crusoveanu 79f4cab950
Merge pull request #5618 from corneil/BAEL-2106
BAEL-2106: Spring Boot deployment to Openshift
2018-11-04 20:32:58 +02:00
Tom Hombergs 339da80529
Merge pull request #5612 from eugenp/bael-1998-remove-module
removed duplicate module
2018-11-04 19:30:06 +01:00
Corneil du Plessis c09e6d43fe BAEL-2106: Spring Boot deployment to Openshift 2018-11-04 20:15:20 +02:00
Akash Pandey e924ed163d BAEL-2227 JPA Criteria Queries In Clause (#5606)
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"

* BEAL-2227: JPA Criteria Query In clause - Tutorial.

* Minor Fix: Changed type of Predicate.

* BAEL-2227: Code Review Comments: Extracted criteriaBuilder to a field. Refactored a private method to create criteria query.

* BAEL-2227: Fixed spelling mistakes in the code.
2018-11-04 08:03:56 -08:00
Loredana Crusoveanu b9d30cef53
Merge pull request #5613 from corneil/BAEL-2106
BAEL-2106: Deploy a Spring Boot Application to OpenShift
2018-11-04 15:55:08 +02:00
Corneil du Plessis 82e4adf623 BAEL-2106: Spring Boot deployment to Openshift 2018-11-04 15:52:06 +02:00
amit2103 74fc886a41 [BAEL-10161] - Upgraded codebase to spring-5 2018-11-04 17:47:39 +05:30
Corneil du Plessis ee2e546508 BAEL-2106: Spring Boot deployment to Openshift 2018-11-04 12:53:55 +02:00
Ger Roza 81a7e1966e [BAEL-2235] | core-java | Common Array Operations in Java (#5599)
* * added all array operations and tests

* fixed details, adn added some more methods to java array operations examples

* * moved arrays operations package to core-java-collections submodule
2018-11-03 22:23:38 -07:00
Alejandro Gervasio c7b7d94409 BAEL-2312 - Abstract Classes in Java (#5598)
* Initial Commit

* Add files via upload

* Update UppercaseFileReaderUnitTest.java
2018-11-03 22:06:46 -05:00
Loredana Crusoveanu 0befbceae3
Merge pull request #5611 from eugenp/lor6-patch-3
Update README.md
2018-11-03 23:20:50 +02:00
Loredana Crusoveanu 8b89000faa
Merge pull request #5610 from eugenp/lor6-patch-2
Update README.md
2018-11-03 23:20:18 +02:00
Tom Hombergs 2899e37973 removed duplicate module 2018-11-03 22:03:12 +01:00
Loredana Crusoveanu 4337ccb909
Update README.md 2018-11-03 22:57:18 +02:00
Loredana Crusoveanu 923993ec49
Update README.md 2018-11-03 22:55:06 +02:00
Tom Hombergs 6bc487bfab
Merge pull request #5428 from vaibs28/master
BAEL-2188 Print even and odd numbers using 2 threads
2018-11-03 21:51:29 +01:00
Loredana Crusoveanu 63df2db0a2
Merge pull request #5609 from amit2103/BAEL-9551
[BAEL-9551] - Clean up code
2018-11-03 22:49:45 +02:00
amit2103 d8bdac5813 [BAEL-9551] - Clean up code 2018-11-04 02:05:32 +05:30
Eric Martin 06d1bf5946
Merge pull request #5608 from eugenp/BAEL-1358
BAEL-1358: Renamed spring-cloud-zuul-ratelimit to spring-cloud-zuul
2018-11-03 15:31:54 -05:00