Commit Graph

7297 Commits

Author SHA1 Message Date
Loredana Crusoveanu f7e41c7a17
Merge pull request #3631 from eugenp/BAEL-1525
refactor streams ex
2018-02-10 23:23:47 +02:00
Loredana Crusoveanu 7c759545be Merge branch 'BAEL-1525' of https://github.com/eugenp/tutorials into BAEL-1525 2018-02-10 21:08:10 +02:00
Loredana Crusoveanu f7023fb616 Merge branch 'master' into BAEL-1525 2018-02-10 21:04:33 +02:00
Loredana Crusoveanu 08f08d5470
Merge pull request #3632 from eugenp/BAEL-1571
remove project from build
2018-02-10 20:17:55 +02:00
linhvovn d488e69301 [BAEL 1382] Update Unit Test (#3630)
* [tlinh2110-BAEL1382] Add Security in SI

* [tlinh2110-BAEL1382] Upgrade to Spring 5 & add Logger

* [tlinh2110-BAEL-1382] Update Unit Test
2018-02-10 09:28:00 -08:00
Loredana Crusoveanu ef8276dd1a remove project from build 2018-02-10 19:11:06 +02:00
Loredana Crusoveanu 3c371bea45 rename projects (#3604) 2018-02-10 09:04:31 -08:00
Loredana Crusoveanu 7c6a4b0b4d
Update Palindrome.java 2018-02-10 18:48:41 +02:00
Loredana Crusoveanu 4c044fcaee remove imports 2018-02-10 17:45:01 +02:00
Loredana Crusoveanu 50deec5b5c refactor streams ex 2018-02-10 17:42:52 +02:00
Loredana Crusoveanu 87a36777db
Merge pull request #3582 from shouvikbhattacharya/BAEL-1525-Check-if-a-String-is-a-palindrome
BAEL-1525: Check if a String is a palindrome
2018-02-10 16:08:32 +02:00
Carsten Gräf 1fb58909ad
Merge pull request #3614 from felipeazv/master
[BAEL-1449] Combining Publishers (Project Reactor)
2018-02-10 11:44:23 +01:00
Adam InTae Gerard c67eca5faa
Issue #3628 - Closed unclosed input stream 2018-02-09 22:55:34 -08:00
Dassi orleando d4522c7c16 BAEL-1285: Update Jackson articles (#3623)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)

* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple

* BAEL-1285: Update Jackson articles

* BAEL-1273: implement both MVC and Rest approach to serve RSS content
2018-02-09 13:25:13 -08:00
shouvikbhattacharya 830042c45a Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1525-Check-if-a-String-is-a-palindrome 2018-02-09 20:30:44 +05:30
Graham Cox 65267041c3 Examples for Infix Functions article (#3606) 2018-02-09 06:11:19 -06:00
Alessio Stalla 8b279673c4 Code for BAEL-894 - regular expressions in Kotlin (#3618) 2018-02-08 14:05:13 -08:00
Loredana Crusoveanu c85616973b
Merge pull request #3607 from khatwaniNikhil/BAEL-1472
Bael 1472
2018-02-08 19:09:16 +02:00
shouvikbhattacharya 070232016f Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1525-Check-if-a-String-is-a-palindrome 2018-02-08 21:07:04 +05:30
shouvikbhattacharya 9d9045f130 BAEL-1525: New changes added. 2018-02-08 21:04:46 +05:30
felipeazv 5ce6ad7d8f [BAEL-1449]-Combining Publishers (Project Reactor) 2018-02-08 11:39:09 +01:00
felipeazv 19ef04d07c [BAEL-1449]-Combining Publishers (Project Reactor) 2018-02-08 10:30:46 +01:00
felipeazv 2b2b78cbf2 [BAEL-1449]-Combining Publishers (Project Reactor) 2018-02-08 10:24:21 +01:00
iaforek 0743dec07c Extracted 'constraints' methods and renamed variables (#3580)
* Code for Dependency Injection Article.

* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.

* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.

* Moved project from roo to spring-roo folder.

* BAEL-838 Initial code showing how to remove last char - helper class and tests.

* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.

* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.

* BAEL-838 - Added regex method and updated tests.

* BAEL-838 Added new line examples.

* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.

* BAEL-838 Changed method names

* BAEL-838 Tiny change to keep code consistant. Return null or empty.

* BAEL-838 Removed unresolved conflict.

* BAEL-821 New class that shows different rounding techniques. Updated POM.

* BAEL-821 - Added unit test for different round methods.

* BAEL-821 Changed test method name to follow the convention

* BAEL-821 Added more test and updated round methods.

* BAEL-837 - initial commit. A few examples of adding doubles.

* BAEL-837 - Couple of smaller changes

* BAEL-837 - Added jUnit test.

* BAEL-579 Updated Spring Cloud Version

I was getting error: java.lang.NoSuchMethodError:
org.springframework.cloud.config.environment.Environment
After version update, all is okay.

* BAEL-579 Added actuator to Cloud Config Client.

* BAEL-579 Enabled cloud bus and updated dependencies.

* BAEL-579 Config Client using Spring Cloud Bus.

* BAEL-579 Recreated Basic Config Server.

* BAEL-579 Recreated Config Client.

* BAEL-579 Removed test Git URL.

* BAEL-579 Added Actuator to Config Client

* BAEL-579 Added Spring Cloud Bus to Client.

* BAEL-579 Server changes for Spring Cloud Bus

Added dependencies and removed git.clone-on-start as this was causing
server to throw errors after git properties change.

* BAEL-579 Removed Git URL.

* Revert "BAEL-579 Updated Spring Cloud Version"

This reverts commit f775bf91e5.

* Revert "BAEL-579 Config Client using Spring Cloud Bus."

This reverts commit 1d96bc5761.

* Revert "BAEL-579 Enabled cloud bus and updated dependencies."

This reverts commit 7845da922d.

* Revert "BAEL-579 Added actuator to Cloud Config Client."

This reverts commit 076657a26a.

* BAEL-579 Added missing dependency versions.

* BAEL-579 Added missing dependency versions.

* Updated gitignore

* BAEL-1065 Simple performance check StringBuffer vs StringBuilder.

* BAEL-1065 Added JMH benchmarks

* BAEL-1298 Sudoku - Backtracking Algorithm

* BAEL-1298 Sudoku - Backtracking Algorithm

* BAEL-1298 Dancing Links Algorithm. Smaller changes to Backtracking

* BAEL-1298 Resolve conflict - use most up-to-date POM

* Updated code - mostly with CONSTANTS. Extracted methods.

* Removed pointless Java8 code. Renamed constant

* Extracted 'constraints' methods and renamed coverBoard variable

* Extracted 'constraints' methods and renamed coverBoard variable
2018-02-08 07:26:42 +01:00
José Carlos Valero Sánchez 646e40d72e
Merge pull request #3526 from markusgulden/master
BAEL-1335
2018-02-07 20:21:50 +00:00
shouvikbhattacharya 15ea8a7c01 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1525-Check-if-a-String-is-a-palindrome 2018-02-07 20:32:03 +05:30
shouvikbhattacharya 6887bc10d1 BAEL-1525: More changes. 2018-02-07 20:29:35 +05:30
Nikhil Khatwani b2372b5006 Changes for BAEL-1472 2018-02-07 19:46:42 +05:30
Nikhil Khatwani 596efe3042 Changes for BAEL-1472 2018-02-07 19:45:04 +05:30
deep20jain efb66e3001 Bael 1299 - Maze Solver - deep20jain@gmail.com (#3537)
* Maze solver using DFS

* Adding BFS maze solver

* Fixing formatting
2018-02-06 21:07:38 +01:00
Orry 5a34de448e AssertJ Exception Assertions (#3600)
* Add XML, JavaConfig and Autowired examples.

* BAEL-1517: Added Java7 style assertions

* BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests

* Revert "Add XML, JavaConfig and Autowired examples."

This reverts commit 8f4df6b903.
2018-02-06 11:47:26 -08:00
linhvovn 56316fd029 [tlinh2110-BAEL1382] Add Security in SI (#3593)
* [tlinh2110-BAEL1382] Add Security in SI

* [tlinh2110-BAEL1382] Upgrade to Spring 5 & add Logger
2018-02-06 11:43:44 -08:00
shouvikbhattacharya 604f5b1535 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1525-Check-if-a-String-is-a-palindrome 2018-02-06 20:15:32 +05:30
Eric Goebelbecker 372cba10bb BAEL-1486 - small changes to JGroups (#3590)
* BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB.

* BAEL-1486 - updates for JGroups.
2018-02-05 16:47:17 -08:00
Loredana Crusoveanu d75f6fc58a
Merge pull request #3595 from eugenp/lor6-patch-8
Update README.md
2018-02-05 21:58:25 +02:00
Tom Hombergs 0e7d8c0d9d
Merge pull request #3596 from eugenp/thombergs-patch-3
added link to article
2018-02-05 20:45:09 +01:00
Loredana Crusoveanu 1011edf288
Update README.md 2018-02-05 21:16:09 +02:00
Tom Hombergs 43d0f4c15c
added link to article 2018-02-05 20:10:44 +01:00
Loredana Crusoveanu fcb114b50c
Update README.md 2018-02-05 20:55:45 +02:00
daoire bd103bdd41
Merge pull request #3592 from eugenp/daoire-patch-6
Update README.md
2018-02-05 14:49:32 +00:00
daoire 422fef6e7c
Merge pull request #3591 from eugenp/daoire-patch-5
Update README
2018-02-05 12:42:42 +00:00
daoire 34e8c290fd
Update README.md 2018-02-05 12:30:23 +00:00
daoire a6a291ce22
Update README 2018-02-05 12:18:04 +00:00
daoire 08dbab446f
Merge pull request #3454 from adrianprecub/BAEL-1267-programmatic-tomcat
BAEL-1267: programmatically create, configure and run a tomcat server
2018-02-05 12:15:30 +00:00
Markus Gulden 7ecceaf5e2 Updates after editor feedback 2018-02-05 11:17:37 +01:00
Markus Gulden c03e0919e1 Updates after editor feedback 2018-02-05 10:21:36 +01:00
abialas 84782d054e BAEL-21 (#3587)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor
2018-02-04 14:44:22 -08:00
Loredana Crusoveanu 8ada19dafe
Merge pull request #3576 from asturcon/tutorials/jpaAttributeConverters
BAEL-1509 - JPA  Attribute Converters
2018-02-04 23:02:36 +02:00
Tom Hombergs 18f77c0f37
Merge pull request #3562 from nguyennamthai/BAEL-1516
Initial commit for BAEL-1516
2018-02-04 19:45:01 +01:00
Marcos 796277bdaa fix assert 2018-02-04 14:06:11 +01:00