Commit Graph

11606 Commits

Author SHA1 Message Date
Eric Martin 0fa8d64898
Merge pull request #6118 from rodolforfq/BAEL-2446
BAEL-2446
2019-01-11 13:29:04 -06:00
Loredana Crusoveanu 39f2baab28
Update LoopScopeExample.java 2019-01-11 21:25:58 +02: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
mherbaghinyan ea5039f1a1 indexOf changed example 2019-01-11 15:05:34 +04: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 7f501f169f
Update Circle.java 2019-01-10 22:32:12 +02:00
Loredana Crusoveanu 9e71023f98
Merge pull request #6117 from eugenp/lor6-patch-3
Update pom.xml
2019-01-10 22:19:00 +02:00
Ger Roza a15045f8a7
edit readme to trigger travis build 2019-01-10 18:17:59 -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
Ger Roza 94c146e245 just to trigger the Travis build 2019-01-10 14:21:27 -02:00
eelhazati 994b7426d9 exludes jpa entities. 2019-01-10 17:08:47 +01:00
eelhazati 1c6dba9718 excludes jpa entities. 2019-01-10 16:50:29 +01:00
eelhazati 3907f624b5 jpa 2.2 support for java 8 date and time types. 2019-01-10 16:36:52 +01:00
eelhazati 2432527980 jpa 2.2 support for java 8 date and time types. 2019-01-10 16:22:07 +01:00
geroza 8c34b3e93b * removed temporary parent module parent-spring-5 2019-01-10 11:05:18 -02:00
geroza 1ca15e5919 Migrated modules using parent-spring-5:
ethereum
persistence-modules/spring-data-elasticsearch
persistence-modules/spring-data-mongodb
spring-dispatcher-servlet
spring-mvc-forms-jsp
spring-mvc-java
2019-01-10 11:05:18 -02:00
mherbaghinyan 6202b7caab localdate converter 2019-01-10 15:18:21 +04:00
mherbaghinyan 9b550e6554 localdate converter 2019-01-10 15:00:38 +04:00
dupirefr bb966c8e14 [BAEL-2531] Directories creation tests 2019-01-10 08:51:53 +01: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
geroza 39bfa04d11 change to kick off build 2019-01-09 23:54:26 -02:00
geroza 04a4c339b7 change to kick off build 2019-01-09 23:54:26 -02:00
geroza 63258737ce modified readme file to kick off travis build 2019-01-09 23:54:26 -02:00
geroza 74df0da304 fixed removed import by mistake 2019-01-09 23:54:26 -02:00
geroza cde1d1c7ad Fixed usage of deprecated GzipResourceResolver in spring-static-resources
added back spring-version modification in module that hasnt been worked yet
cleaned unused classes
2019-01-09 23:54:26 -02:00
geroza c7ba38ffcd migrated the following modules using parent-spring-5 to spring 5.1:
spring-mvc-simple
spring-security-mvc-custom
spring-security-mvc-login
spring-security-rest
spring-security-rest-basic-auth
spring-static-resources
spring-thymeleaf
2019-01-09 23:54:26 -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
Mikhail Chugunov a094e49a62 BAEL-2475: Changes after first review 2019-01-09 19:53:12 +03:00
mherbaghinyan 9e9458ea5f indexOf example 2019-01-09 17:17:35 +04:00
mherbaghinyan d413ec768f match words final 2019-01-09 16:18:32 +04:00
mherbaghinyan 1861e9b94c match words 2019-01-09 16:16:48 +04:00
mherbaghinyan f1e3ceaea7 text searching Aho-Corasick algorithm 2019-01-09 12:21:43 +04:00
jose 065a6e2519 BAEL-2472 code examples 2019-01-08 23:55:48 -03: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