Commit Graph

11364 Commits

Author SHA1 Message Date
Emily Cheyne c65180c74f
BAEL-2535
Remove CustomerReflectionToStringUnitTest
2019-01-10 15:05:00 -07:00
Laurentiu Delcea b8dbc9d053 BAEL-2480 Java Map to String conversion (#6075)
* BAEL-2480 Java Map to String conversion

* BAEL-2480 Java Map to String conversion

* BAEL-2480 Java Map to String conversion

* BAEL-2480 Java Map to String conversion
2019-01-10 13:21:06 -08:00
Loredana Crusoveanu 9e71023f98
Merge pull request #6117 from eugenp/lor6-patch-3
Update pom.xml
2019-01-10 22:19:00 +02:00
Loredana Crusoveanu dfbff7aa19
Update pom.xml 2019-01-10 21:32:08 +02:00
Loredana Crusoveanu a738f4ba97
Merge pull request #6124 from eugenp/lor6-patch-4
Update pom.xml
2019-01-10 21:31:02 +02:00
Loredana Crusoveanu 4fb05ab3a2
Update pom.xml 2019-01-10 21:22:46 +02:00
Loredana Crusoveanu 288fc3db8a
Update pom.xml 2019-01-10 01:04:16 +02:00
Loredana Crusoveanu 3bad1ab7d3
Merge pull request #6109 from eugenp/lor6-patch-2
Update and rename SpringBootRestApplicationUnitTest.java to SpringCon…
2019-01-10 00:00:05 +02:00
Kumar Chandrakant 70a7aaa4fc Kafka spark cassandra (#6089)
* Adding files for the tutorial BAEL-2301

* Incorporating review comments on the article.

* Incorporated additional review comments on the article.
2019-01-09 21:50:46 +01:00
Amy DeGregorio 128817cfeb example code for Article How to Write to a CSV File in Java (#6102) 2019-01-09 22:20:47 +02:00
Sam Millington 44490a052f BAEL2526 queue interface code (#6115)
* BAEL2526 queue interface code

* renamed test class to end with 'UnitTest', removed camel case from package name
2019-01-09 19:06:47 +01:00
Loredana Crusoveanu 502fdc0134
Merge pull request #6108 from eugenp/lor6-patch-1
Create README.md
2019-01-09 00:23:42 +02:00
Loredana Crusoveanu 58ed9e47b2
Update and rename SpringBootRestApplicationUnitTest.java to SpringContextIntegrationTest.java 2019-01-09 00:12:40 +02:00
Loredana Crusoveanu e6f28c61a3
Create README.md 2019-01-09 00:09:02 +02:00
Loredana Crusoveanu a3db30cda9
Merge pull request #6106 from dkapil/task/BAEL-10925
BAEL-10925 New module spring-boot-rest
2019-01-08 23:57:30 +02:00
Loredana Crusoveanu feccd5d345
Merge pull request #6090 from amit2103/BAEL-11415
[BAEL-11415] - Initial commit with sparing-kafka version and topic cr…
2019-01-08 22:38:12 +02:00
Dhawal Kapil 6cd561d91a Fixed pom.xml 2019-01-09 00:41:57 +05:30
Dhawal Kapil 842d8573af Revert parent pom.xml 2019-01-09 00:38:14 +05:30
Dhawal Kapil c0e36d5b10 BAEL-10925 New module spring-boot-rest 2019-01-09 00:30:54 +05:30
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
amit2103 e89c0948d8 [BAEL-11415] - Initial commit with sparing-kafka version and topic creation configuration onstatup 2019-01-07 01:06:12 +05:30
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