Commit Graph

11344 Commits

Author SHA1 Message Date
pandachris f1fa9c8253 BAEL-2565 move code to different project (#6099)
* BAEL-2565

* BAEL-2565
Test code consistency

* BAEL-2565
Move code to different project
2019-01-08 07:18:47 -08:00
myluckagain 5faa406cb0 BAEL-2474 (#5997)
* BAEL-2474

* rename UserRepositoryImpl.java into UserRepositoryCustomImpl.java
2019-01-08 11:36:42 -03:00
Graham Cox 802e2b0398 Removed Kovert from core-kotlin now it's in kotlin-libraries instead (#6101) 2019-01-08 15:06:25 +01:00
Eric Martin c2447fba05
Merge pull request #6096 from eugenp/BAEL-2386
BAEL-2386: Moved FlightRecorder from core-java to core-java-perf
2019-01-08 06:59:40 -06:00
Graham Cox ffcb8f5866 Kovert (#6092)
* Kovert examples

* Moved the Kovert examples to kotlin-libraries
2019-01-08 11:44:18 +01:00
Eric Martin 4ee56655cf
Merge pull request #6097 from eugenp/fix-pmd-java-strings
Fix PMD violations in java-strings *ToStringTest
2019-01-07 22:02:16 -06:00
eric-martin 59fa72d45b Fix PMD violations in java-strings *ToStringTest 2019-01-07 21:51:47 -06:00
eric-martin ea1a467892 BAEL-2386: Moved FlightRecorder from core-java to core-java-perf 2019-01-07 20:32:55 -06:00
Eric Martin 3da571a218
Merge pull request #6052 from jainvarz/BAEL-2536-check-for-a-panagram-string
BAEL-2536-check-for-a-panagram-string
2019-01-07 19:59:02 -06:00
Eric Martin 1fdf586336
Merge pull request #5942 from MherBaghinyan/BAEL-2440
Bael 2440
2019-01-07 19:48:57 -06:00
Emily Cheyne 43b0770e13
Update readme (#6095) 2019-01-07 18:36:15 -07:00
Surapaneni Venkata Kiran 0e69cd5ab4 Changes to enable TLSv1.2 on Java 7
Issue: BAEL-2500
2019-01-07 07:02:58 -07:00
Alejandro Gervasio 04743892db What is thread-safety and how to achieve it
Issue: BAEL-2416
2019-01-07 04:17:52 -07:00
Rajesh Bhojwani 65b9909fed username:rajeshbhojwani "Java toString() method" (#6047)
* Check in code for Java toString method

* fix formatting issues

* Fix formatting issues

* Fix formatting issues

* Fix formatting issues

* Fix formatting issues

* Fix formatting issues

* replacing orders with order

* Update formatting

* Fix formatting

* Fix formatting

* Fix formatting

* Fix formatting

* Fix formatting
2019-01-07 10:31:13 +02:00
Andrey Shcherbakov 6f1e14b649 Code for article BAEL-2386 (#5958)
* Add code for the article 'Java Primitives versus Objects'

* Use JMH for benchmarking the primitive and wrapper classes

* Uncomment the benchmarks and remove unused class

* Add a binary search tree implementation

* Add an example of how to use the binary tree class

* Adjust the print statements

* Add a code for article #BAEL-2386
2019-01-06 14:31:51 -06:00
Loredana Crusoveanu e4dd6e0b6a
Merge pull request #6044 from markusgulden/master
BAEL-2321
2019-01-06 18:43:50 +02:00
Corneil du Plessis 731a3cd229 BAEL-2104: Spring Boot deployment to AWS Beanstalk (#5951) 2019-01-06 11:15:09 -03:00
Kumar Chandrakant 20e8886165 Kafka spark cassandra (#6078)
* Adding files for the tutorial BAEL-2301

* Incorporating review comments on the article.
2019-01-06 14:56:21 +01:00
Loredana Crusoveanu 361bc4b6ea
Merge pull request #6034 from eugenp/thombergs-patch-4
added README
2019-01-06 00:19:37 +02:00
Loredana Crusoveanu 4258a15bb6
Merge pull request #6081 from FDPro/master
dupirefr/dupire.francois+pro@gmail.com [BAEL-2424] Retrieving a Java Class Fields Using Reflection
2019-01-06 00:17:59 +02:00
Loredana Crusoveanu 08f7b00a4e
Merge pull request #6076 from amit2103/BAEL-11403
[BAEL-11403] - Moved DoubleToString and DoubleToStringUnitTest to jav…
2019-01-05 23:21:23 +02:00
kyleandari cd4be8ce9e moving code from java-core to java-core-lang (#6084) 2019-01-05 12:56:01 -08:00
Loredana Crusoveanu 1d14de6b4b
Update and rename PersonAndEmployeeReflectionTest.java to PersonAndEmployeeReflectionUnitTest.java 2019-01-05 22:39:29 +02:00
kyleandari 2d8ea6d287 Bael 2431 (#6073)
* Adding code to java core and deleting it from java-8

* removing failed unittest

* removing space
2019-01-05 10:25:22 -08:00
pandachris fe44881bb1 BAEL-2565 (#6077)
* BAEL-2565

* BAEL-2565
Test code consistency
2019-01-05 10:21:28 -08:00
dupirefr 994cb303a0 [BAEL-2424] Added classes and tests 2019-01-05 19:08:19 +01:00
Loredana Crusoveanu 956c2e7dd6
Merge pull request #6010 from smcvb/BAEL-2435
[BAEL-2435] Update Axon article
2019-01-05 19:22:11 +02:00
Loredana Crusoveanu 544e7b2d22
Merge branch 'master' into thombergs-patch-4 2019-01-05 18:53:15 +02:00
Loredana Crusoveanu 5a4ac6201b
Merge pull request #6079 from eugenp/lor6-patch-13
Update README.MD
2019-01-05 18:49:55 +02:00
Loredana Crusoveanu 9c45b7eda8
Update README.MD 2019-01-05 18:44:33 +02:00
Loredana Crusoveanu bcc848f6a7
Update DoubleToString.java 2019-01-05 18:35:47 +02:00
amit2103 b5c29f0e1b [BAEL-11403] - Moved DoubleToString and DoubleToStringUnitTest to java-numbers module 2019-01-05 20:11:29 +05:30
pcoates33 cceb6a022e spring-boot ehcache example added (#6012) 2019-01-05 13:39:43 +01:00
Maiklins e3e1c84b24 BAEL-2485 Permutations of an array in Java (#6027) 2019-01-05 13:27:25 +01:00
Kumar Chandrakant b1352b58e0 Adding files for the tutorial BAEL-2301 (#6066) 2019-01-05 13:22:23 +01:00
Loredana Crusoveanu a3d6ebef5c
Merge pull request #6068 from collaboratewithakash/master
back-link added
2019-01-05 12:07:21 +02:00
Loredana Crusoveanu 9777183a4f
Merge pull request #6074 from eugenp/lor6-patch-13
Update README.md
2019-01-05 11:24:46 +02:00
Loredana Crusoveanu ceb41607f0
Update README.md 2019-01-05 11:13:39 +02:00
Loredana Crusoveanu 833285f2ba
Update README.md 2019-01-05 11:12:31 +02:00
Varun Jain 082724abec BAEL-2536-addressed review comments 2019-01-05 10:38:13 +05:30
Olaniyi Anjola d5ab82475d BAEL-2452: Using curl from Java (#6043)
* BAEL-2452: Using curl from Java

* A re-do of the examples using tests, instead of main class

* Fix un-used variable
2019-01-04 08:44:24 -08:00
collaboratewithakash dd45e825d4
backlink added 2019-01-04 18:06:27 +05:30
collaboratewithakash 35744e7044
backlink added 2019-01-04 18:04:15 +05:30
collaboratewithakash 8b2af060df
backlink added 2019-01-04 18:03:13 +05:30
collaboratewithakash 6afe91c171
backlink added 2019-01-04 18:01:35 +05:30
collaboratewithakash eaa5775836
backlink added 2019-01-04 18:00:24 +05:30
collaboratewithakash 5e7ca37b76
Backlink added 2019-01-04 17:58:56 +05:30
collaboratewithakash c31163f54f
backlink added 2019-01-04 17:57:55 +05:30
collaboratewithakash e67dae8b6b
backlink added 2019-01-04 17:56:40 +05:30
collaboratewithakash e67486cf73
backlink added 2019-01-04 17:55:40 +05:30