Commit Graph

9932 Commits

Author SHA1 Message Date
Eugen 01a38b89b9
Update README.md 2018-10-04 19:01:50 +01:00
Eugen c63187b581
Update README.md 2018-10-04 19:01:20 +01:00
Eugen 950631923c
Update README.md 2018-10-04 18:52:03 +01:00
Eugen 75f1d41340
Update README.md 2018-10-04 18:51:37 +01:00
Loredana Crusoveanu da4e0f7bd7
Merge pull request #5382 from eugenp/lor6-patch-1
Create README.md
2018-10-03 22:17:02 +03:00
Loredana Crusoveanu 0093ee4c3a
Create README.md 2018-10-03 22:13:41 +03:00
Loredana Crusoveanu 4d318a84ad
Merge pull request #5361 from nnhai1991/master
BAEL-2265 Kotlin return, break, continue keywords
2018-10-03 21:54:58 +03:00
Loredana Crusoveanu 2609d8b16d
Merge pull request #5381 from eelhazati/master
BAEL-1999 : Maven polyglot
2018-10-03 21:35:56 +03:00
Loredana Crusoveanu 0b792c58f2
Update and rename StructuralJumpTest.kt to StructuralJumpUnitTest.kt 2018-10-03 21:29:42 +03:00
Krzysztof Majewski 450709d13b Using Math.sin with Degrees
Issue: BAEL-2157
2018-10-03 10:59:44 -06:00
eelhazati 5f2b7d5fef Maven polyglot 2018-10-02 21:35:45 +01:00
Loredana Crusoveanu d7dac62bfb
Merge pull request #5360 from amit2103/BAEL-9460
[BAEL-9460] - Added code examples of Add section in 'Comparison with …
2018-10-02 23:17:35 +03:00
Tom Hombergs bfe0dedcc4
Merge pull request #5198 from eugenp/thombergs-patch-25
added link
2018-10-02 20:38:14 +02:00
Josh Cummings 9a085b0e8f
Polish Session.load Tests (#5378)
Cleaned up some confusing wording and a confusing test. Added two more
tests for demonstrating how session.load works with associations.

Issue: BAEL-2126
2018-10-02 07:22:12 -06:00
Josh Cummings 52c2ce4ede
Adding apache-geode module to build (#5367) 2018-10-02 07:11:43 -06:00
Loredana Crusoveanu e97c615972
Merge pull request #5359 from dkapil/task/BAEL-9148
BAEL-9148 Fix Java EE Annotations Project
2018-10-02 15:58:01 +03:00
Eugen Paraschiv adbace2aaa profile fix 2018-10-02 13:54:35 +03:00
Eugen Paraschiv 27cb74d30e trying out a profile split 2018-10-02 13:51:01 +03:00
Eugen Paraschiv d663b472f2 temporarily disabling two modules 2018-10-02 13:45:48 +03:00
Eugen Paraschiv acd7aa9852 disabling the jenkins hello workd module in the default profile 2018-10-02 12:21:22 +03:00
Hai Nguyen 9eb81e7059 change example 2018-10-02 10:45:31 +08:00
Hai Nguyen 2c6a3a69b0 change example 2018-10-02 10:43:04 +08:00
Felipe Santiago Corro 8a5d9843f6 Class Refactor (#5374)
New tests in Hibernate with proxy
2018-10-01 19:42:46 -07:00
dionisPrifti ea22559064 BAEL-2209 : Quicksort Dionis Prifti (#5365)
* Merged changes from the original repository.

* Added event streaming example with WebFlux.

* Deleted auto-generated code.

* Deleted auto-generated code.

* BAEL-2209 : Added java class and JUnit test for QuickSort implementation.

* Revert "Added event streaming example with WebFlux."

This reverts commit 21527b34643bbb0d1437a0ab3ef392024a391107.

* BAEL-2209: Removed main method from Quicksort class.

* BAEL-2209 : Added the implementation and unit test for 3-Way Quicksort.
2018-10-01 19:41:18 -07:00
Swapan Pramanick 59a5313d96 Changes for BAEL-2176 (#5305)
* Evaluation Article - Spring web-flux

* Evaluation Article - Spring web-flux

* Evaluation Article - Spring web-flux

* Evaluation Article - Spring web-flux

* core-scala: initial commit

* adding core-scala to pom

* Revert "core-scala: initial commit"

This reverts commit d46873405a.

* BAEL-2176

* inserting new lines between given, when and then parts

* Formatted using formatter

* indentation changed further

* Suggested changes in coding
2018-10-01 21:28:53 -05:00
Tom Hombergs 5aa8a5c985
Merge pull request #5322 from RoscoeLotriet/stream-foreach-ifelse-logic
BAEL-2252 Stream foreach ifelse logic
2018-10-01 21:22:56 +02:00
Tom Hombergs 0f18f2844d
Merge pull request #5307 from grigoriosdimopoulos/BAEL2150
[BAEL2150] Nth root in Java
2018-10-01 20:55:49 +02:00
Tom Hombergs d2ef471f5b
Merge pull request #5364 from eelhazati/master
BAEL-1998 : cdi portable extension
2018-10-01 20:42:31 +02:00
RoscoeLotriet 1a8b799e93 Merge branch 'master' into stream-foreach-ifelse-logic 2018-10-01 14:18:57 +02:00
RoscoeLotriet 379eab82d6 Implemented Stream forEach if/else unit test 2018-10-01 14:18:24 +02:00
sandy03934 037c3f4cc4 apache-geode code samples
Issue: BAEL-1466
2018-10-01 00:50:49 -06:00
Michael Pratt b343e82095 Initial graylog + spring boot demo (#5299)
* Initial graylog + spring boot demo

* Move Graylog demo into existing spring-boot module
2018-10-01 05:57:59 +02:00
ramansahasi 317ed150a1 BAEL-2015 Memory leaks in Java (#5295)
* BAEL-2015_Memory_leaks_in_Java

* Ignored tests

* Update NonStaticFieldsDemo.java

* Corrected class name

* converted tabspaces to whitespaces
2018-09-30 20:59:53 -05:00
Shubhra Srivastava b4aa279eaa BALE-2224 Ternary Operator In Java (#5362) 2018-09-30 14:52:49 -07:00
Loredana Crusoveanu 49176866e6
Merge pull request #5357 from eugenp/BAEL-1900-v3
add calc age test
2018-10-01 00:17:35 +03:00
eelhazati 05b75713ab cdi portable extension 2018-09-30 20:04:22 +01:00
nnhai1991@gmail.com 3b4e23cedf refactor some code 2018-09-30 23:40:19 +08:00
amit2103 91efa72938 [BAEL-9460] - Added code examples of Add section in 'Comparison with Lambdas' article 2018-09-30 20:58:06 +05:30
Dhawal Kapil 5c36405c1f BAEL-9148 Fix Java EE Annotations Project
- Removed JavaEEAnnotationsSample project from inside src/main/java/com/baeldung/javaeeannotations folder of jee-7 module
- Moved sources and jsps to jee-7 main module
2018-09-30 19:31:56 +05:30
Tom Hombergs 4c1250c76f
Merge pull request #5339 from KDobarskyi/patch-1
BAEL-2127 added link to live article about Completable
2018-09-30 13:04:29 +02:00
Loredana Crusoveanu 75430b99f2 add calc age test 2018-09-30 13:37:09 +03:00
Loredana Crusoveanu 37e291b695
Merge pull request #5355 from eugenp/file-read-update
update read file test
2018-09-30 11:19:54 +03:00
Loredana Crusoveanu dcf5a40c3f remove import 2018-09-30 11:14:54 +03:00
Loredana Crusoveanu 8cff5212f9 update read file test 2018-09-30 11:13:35 +03:00
Loredana Crusoveanu ac71273390
Merge pull request #5353 from amit2103/BAEL-9017
[BAEL-9017] - Uncommented PMD violations from default profile
2018-09-30 10:10:47 +03:00
Loredana Crusoveanu e85d1ef9d6
Merge pull request #5354 from eugenp/lor6-patch-15
Update pom.xml
2018-09-30 10:10:04 +03:00
Loredana Crusoveanu d19c5a94ac
Merge branch 'master' into BAEL-9017 2018-09-30 08:46:57 +03:00
Loredana Crusoveanu d475578d3b
Update pom.xml 2018-09-30 08:45:49 +03:00
Loredana Crusoveanu a91812d4ea
Merge pull request #5348 from amit2103/BAEL-9018
[BAEL-9018] - Fixed malformed POMs and remaining PMD problems
2018-09-30 08:44:10 +03:00
amit2103 ac15191bf6 [BAEL-9017] - Uncommented PMD violations from default profile 2018-09-30 10:42:59 +05:30