Commit Graph

7278 Commits

Author SHA1 Message Date
Loredana Crusoveanu 0f6f60f825
Merge pull request #3681 from magkrause/BAEL-1543_2
BAEL-1543: Logging to console instead of file.
2018-02-17 00:30:04 +02:00
Loredana Crusoveanu 90cd7e3e5f
Merge pull request #3680 from eugenp/issue-3554
fix spring-cloud-gateway project setup, update boot version
2018-02-16 22:52:09 +02:00
Magdalena Krause 8af29e8df5 BAEL-1543: Logging to console instead of file. 2018-02-16 16:54:04 -03:00
Loredana Crusoveanu 53529f0c50 fix spring-cloud-gateway project setup, update boot version 2018-02-16 21:35:11 +02:00
Harshil Sharma 666c07c7be BAEL-1539 shuffling collections (#3567)
* BAEL-1539 Added list, set and map shuffling code exaamples

* #BAEL-1539 fixed a typo

* #BAEL-1539 refactored sample code, added unit tests

* #BAEL-1539 Added unit tests and example for shuffling with custom randomness

* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves

* #BAEL-1539 updated map shuffling example to use lambdas

* #BAEL-1539 lambda refactoring

* Fixed an indentation
2018-02-16 07:33:34 -06:00
Loredana Crusoveanu 25424dfe3d
Merge pull request #3669 from magkrause/BAEL-1543_2
Bael 1543 2
2018-02-16 10:05:52 +02:00
iaforek a27e73a57f BAEL-1298 - Variable renames (#3653)
* 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

* Renamed variables

* More variable renames
2018-02-16 07:13:26 +01:00
KevinGilmore 7d0efdb67d
BAEL-113 README (#3658)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README

* BAEL-1297: Update README

* BAEL-1218: README

* BAEL-1148 README update

* BAEL-113 README
2018-02-15 17:53:22 -06:00
Carsten Gräf e4e9f48b83
Merge pull request #3659 from knightdna/BAEL-681
BAEL-681
2018-02-15 20:31:15 +01:00
Magdalena Krause d09a828a58 BAEL-1543: Changing tests names. 2018-02-15 13:28:56 -03:00
Magdalena Krause 443e990fd1 BAEL-1543: Spring Batch: Tasklets vs Chunks 2018-02-15 13:23:00 -03:00
linhvovn 93213af112 [BAEL 1382] tlinh2110 - Remove unnecessary logs (#3667)
* [tlinh2110-BAEL1382] Add Security in SI

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

* [tlinh2110-BAEL-1382] Update Unit Test

* [tlinh2110-BAEL1382] Remove unnecessary logs
2018-02-15 08:22:23 -08:00
Diaz Novandi 9376e8ce69 Refine test using Hamcrest and refactor JUnit rule 2018-02-14 06:39:40 +01:00
Diaz Novandi b8f433859e BAEL-681 Configuring DynamoDB locally for integration tests 2018-02-14 06:39:40 +01:00
Alejandro Gervasio 4f6988b134 Method Overloading and Overriding in Java - BAEL-1507 (#3621)
* Initial Commit

* Update Multiplier.java

* Refactored MethodOverridingUnitTest class

* Update Car.java

* Update Vehicle.java

* Update MethodOverridingUnitTest.java

* Update MethodOverridingUnitTest.java

* Fix package names
2018-02-13 21:08:31 -06:00
Allan Vital 83bc46ee22 BAEL-1368 Infinispan Guide (#3651)
* BAEL-1368: infinispan article

* BAEL-1368: new method timing method
2018-02-14 02:13:37 +01:00
haseebahmad11 bcc3b6ed95 BAEL-1343 MVC Architecture with Servlets and JSP code (#3624)
* BAEL-1343 MVC Architecture with Servlets and JSP code

* BAEL-1343 code refactoring

* BAEL-1343 code refactoring

* BAEL-1343 updated code formatting

* BAEL-1343 code refactoring
2018-02-14 01:49:46 +01:00
christopherfranklin 3d4a179ca3 [BAEL-1542] - Simple Tagging with JPA (#3626)
* Code samples for Simple Tagging with JPA

* Fix pom relative path for spring-jpa
2018-02-12 22:36:16 +00:00
ramansahasi a18ce8a380 Bael 1427 Life cycle of thread (#3637)
* Interrupted thread before logging

* abbrevated word thread and interrupted main thread
2018-02-12 09:39:31 -08:00
Rakesh Kumar 97f56f33f6 BAEL-1149 - Spring ResponseStatusException (#3648) 2018-02-12 17:20:01 +01:00
Shouvik Bhattacharya 4d64a12271 BAEL-1525: Review comments incorporated. (#3639) 2018-02-12 05:58:06 +01:00
Loredana Crusoveanu a0c907ba7c
Merge pull request #3641 from eugenp/issue-1490
remove old http client api
2018-02-11 22:02:35 +02:00
Orry 9cc582e66a BAEL-1517: Editor Review Changes (#3635)
* 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.

* BAEL-1517: Editor Review changes

* BAEL-1517: Formatting...
2018-02-11 08:40:56 -08:00
Loredana Crusoveanu 0b5a301c7c remove old http client api 2018-02-11 18:29:27 +02:00
Loredana Crusoveanu 71e27c6bf0
Merge pull request #3640 from eugenp/issue-1490
update http client incubator package
2018-02-11 17:55:10 +02:00
Loredana Crusoveanu 5a3e15a6e9 update http client incubator package 2018-02-11 17:10:07 +02:00
Loredana Crusoveanu 001fa2a49b
Merge pull request #3629 from Thoughtscript/master
Issue #3628 - BAEL-86: Unclosed Input Stream
2018-02-11 16:54:53 +02:00
Allan Vital 6eeff13c45 BAEL-1368: infinispan article (#3633) 2018-02-11 14:36:33 +01:00
Loredana Crusoveanu 1c043dc202 custom dsl ex (#3577)
* custom dsl ex

* Update application.properties
2018-02-11 11:34:49 +01:00
Ganesh d935985ec1 Priorityjobscheduler (#3583)
* priority based job execution in java

* minor fixes

* updated to use java 8 features

* fix need for type inference

* handle exception

* indentation

* handling exception generated during terminal of normal flow

* handling exception generated during terminal of normal flow

* added comment
2018-02-11 08:59:30 +01:00
Thoughtscript 59cc02f07f Merge remote-tracking branch 'upstream/master' 2018-02-11 00:51:46 +00:00
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