Commit Graph

11374 Commits

Author SHA1 Message Date
Loredana Crusoveanu 9e5b55889f
Merge pull request #6126 from eugenp/echeyne-readme
BAEL-2535
2019-01-11 22:53:04 +02:00
Emily Cheyne 4b47306e91
BAEL-2535 2019-01-11 12:48:28 -07:00
Eric Martin 0fa8d64898
Merge pull request #6118 from rodolforfq/BAEL-2446
BAEL-2446
2019-01-11 13:29:04 -06:00
Amy DeGregorio 583969b59d BAEL-2499 Write to CSV in Java - Updated PR (#6122)
* example code for Article How to Write to a CSV File in Java

* Updated to use a Stream
2019-01-11 19:28:10 +01:00
Upendra Chintala 36e4892446 Check if a year/date is a leap year in Java (#6086)
* Hexagonal architecture implementation in Java -
upendra.chintala@gmail.com

* An example program to find a leap year using java 8 java.time.Year API

* Changed to add assertions

* Remvoed evaluation article code

* Added unit test suite for leap year testing using java.time.Year and
java.util.GregorianCalendar

* Update LeapYearUnitTest.java

* Update LeapYearUnitTest.java
2019-01-11 13:43:27 +01:00
Olaniyi Anjola c4edb95d4e BAEL-2452: Using curl from Java (#6113)
* Renamed from Unit Test to Live Test

* Update JavaCurlExamplesLiveTest.java
2019-01-10 15:51:30 -08:00
Erick Audet M.Sc c5415eecac BAEL-2059
* New section in InputStream to byte array article and recreating branch.

* Minor typo

* Code reformat using intellij formatter.

* Code reformat using intellij formatter.

* guava implementation to be completed

* guava implementation

* Added assert to guava test

* Fix formatting
2019-01-10 15:16:53 -07:00
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
Rodolfo Felipe 44a796b9e6 Deleting invalid package
Package added by eclipse. Nonexistent.
2019-01-09 23:16:44 -04:00
Rodolfo Felipe 57228dfc6b BAEL-2446
Unit tests for new added examples.
2019-01-09 22:29:44 -04:00
rodolforfq 808ccc2382
Merge pull request #1 from eugenp/master
Sync
2019-01-09 22:14:26 -04: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