10533 Commits

Author SHA1 Message Date
José Carlos Valero Sánchez
a3ff5263fc
Merge pull request #5472 from swapanpramanick2004/BAEL-2221
Bael 2221
2018-11-10 18:46:03 +01: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
Eugen Paraschiv
c5d39535c6 maven testing cleanup 2018-11-10 15:36:47 +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
Grzegorz Piwowarek
6d1e1647d5
Core scala refactor (#5654)
* encoding

* Converting synchronous and asynchronous API to observables

* Adding different ways of converting sync/async APIs to observalbles.

* Replace anonymous class with lambda

* update based on comment from Grzegorz Piwowarek

* Refactor core-scala examples

* Cleanup
2018-11-10 12:45:08 +01:00
Grzegorz Piwowarek
03f530126f
Multiple threads odd-even refactor (#5617)
* encoding

* Converting synchronous and asynchronous API to observables

* Adding different ways of converting sync/async APIs to observalbles.

* Replace anonymous class with lambda

* update based on comment from Grzegorz Piwowarek

* Refactor even-odd semaphore demo

* Remove unrelated files
2018-11-10 12:22:48 +01:00
Rokon Uddin Ahmed
8232be4841 Update README.md (#5653) 2018-11-10 10:59:58 +01:00
gmconte
52852b3a49 BAEL-2302 UPDATED Spring Data REST HTTP Method customization example (#5594)
* BAEL-2302 Spring Data REST HTTP Method customization example

* BAEL-2302 Spring Data REST - granular HTTP Methods control

* BAEL-2302 Spring Data REST - fixed parent pom file version error

* BAEL-2302 Fixing thymeleaf dependencies

* BAEL-2302 Spring Data REST - fixed netty bootstrap

* BAEL-2302 Spring Data REST - fixed netty test

* BAEL-2302 Spring Data REST - fixed spring security oauth2

* BAEL-2302 - Fix oauth2 server deps
2018-11-09 23:26:28 -06: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
Marcos Lopez Gonzalez
1d26380c07 format 2018-11-09 20:55:36 +01:00
Marcos Lopez Gonzalez
61ffac2c77 jpa cast error 2018-11-09 20:54:10 +01:00
cdjole
2d872af165 Circle class update. (#5648) 2018-11-09 10:25:50 -08:00
Loredana Crusoveanu
1f8acbde98
Merge pull request #5572 from dkapil/feature/BAEL-896
BAEL-896 Working with dates in Kotlin
2018-11-09 19:31:30 +02:00
Emily Cheyne
abe483a85f
Merge pull request #5637 from kcacademic/character-encoding
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-09 08:14:37 -08: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
Kumar Chandrakant
6f9e1fd103 BAEL-2300: Adding files for the tutorial on character encoding. 2018-11-08 15:13:12 +05:30
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
Loredana
da1a2cb359 rename package, add java init 2018-11-05 21:33:19 +02:00
Eugen Paraschiv
807f25e992 using the boot parent 2018-11-05 21:27:46 +02:00
Dhawal Kapil
cc6af7ae4b BAEL-10181 Fix tutorial-build-second | Issue with spring-mvc-kotlin
-Upgraded kotlin libraries
2018-11-05 23:41:43 +05:30
yatendragoel
a8ee73cfc9 Convert java.time.Instant to java.sql.Timestamp and back
Issue: BAEL-2203
2018-11-05 07:42:08 -07:00
Dhawal Kapil
1cad5abf84 BAEL-896 Working with dates in Kotlin
-Moved snippets to test, now using assertions instead of println
2018-11-05 15:38:34 +05:30
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
fanatixan
d2a4341d97 bael-2190 - JPA many-to-many: adding tests and changing package 2018-11-04 17:29:22 +01: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