Commit Graph

6498 Commits

Author SHA1 Message Date
Doha2012 c1ecbf5710 move spring-jpa to persistence-modules (#3134)
* move security content from spring-security-rest-full

* swagger update

* move query language to new module

* rename spring-security-rest-full to spring-rest-full

* group persistence modules

* group testing modules

* try fix conflict

* cleanup

* group and cleanup

* add readme to grouping modules

* move spring-jpa to persistence-modules
2017-11-26 08:40:54 +01:00
adamd1985 aa46858c0f
BAEL-1289 - Merge (#3136)
* Initial Commit

* Added Domain Classes

* Update HighEndComputer.java

* Update StandardComputer.java

* Update TemplateMethodPatternTest.java

* Update parent pom.xml

* Update pom.xml in template-method submodule

* Update readme.md

* Update README.md

* Initial Commit

* Update HighEndComputer.java

* Delete article folder

* Initial Commit

* Initial Commit

* Initial Commit

* Added Article Folder

* Delete Article Folder

* Added Article Folder
2017-11-26 00:03:05 +01:00
Muhammed Almas 04dc60bd12 BAEL-1370 Added test to show usage of ArrayDeque. (#3128) 2017-11-25 11:36:23 +01:00
Ahmed Tawila 6435d5723a BAEL-1309 Append Data to a File with Java (#3054)
* Evaluation article: Different Types of Bean Injection in Spring

* added tests & changed configuration to Java-based config

* removed xml config files

* rename unit tests

* BAEL-972 - Apache Commons Text

* remove code from evaluation article

* remove code from evaluation article

* BAEL-972 - Apache Commons Text - added another example

* BAEL-972 - Apache Commons Text - just indentation

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java - fix problems

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* fix formatting

* BAEL-1033 minor refactor

* BAEL-1035 Introduction to Eclipse Collections

* format

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* BAEL-1035 Introduction to Eclipse Collections

* cleanup

* cleanup

* BAEL-1109 Introduction to JCache

* BAEL-1109 Introduction to JCache

* remove unneeded property in pom.xml

* fix formatting

* close cache instances properly

* remove latest commit

* BAEL-1057 Introduction to rxjava-jdbc

* refactor rxjava-jdbc

* Refactor rxjava-jdbc

* Refactoring rxjava-jdbc

* BAEL-1171 java.lang.String API

* refactor rxjava-jdbc

* refactor String

* String API - move multiple classes into a single class

* move class into test package

* BAEL-1171 String.lang.String API

* BAEL-1171 java.lang.String API

* BAEL-1250 Initializing Arrays in Java

* BAEL-1250 Initializing Arrays in Java

* BAEL-1250 Initializing Arrays in Java

* small fix

* BAEL-1171 java.lang.String API

* BAEL-1263 Daemon Threads in Java

* merge with fork

* BAEL-1263 Daemon Threads in Java

* fix compilation error

* BAEL-1309 Append Data to a File with Java

* fix build fails

* fix test error

* fix build failures

* cleanup

* fix Sneaky Runnable test

* revert sneaky runnable fix attempt

* fix test failure

* fix test failure

* fix all test failures

* fix test failure

* fix test failures

* Nested Classes in Java
2017-11-25 11:18:49 +01:00
Loredana Crusoveanu c8d11d0b81 fix log display issue (#3117) 2017-11-25 10:41:31 +01:00
abialas edec7ddbe5 BAEL-1344 (#3081)
* BAEL-1344 add java8 convert methods date, localdate, localdatetime

* BAEL-1344 add java9 example

* Move Date to LocalDate and LocalDateTime converters from core-java-8 to core-java-9
2017-11-24 13:29:08 -08:00
Loredana Crusoveanu 036fed69f9
Merge pull request #3120 from vivekkr12/BAEL-1173
BEAL-1173 - Add EC2 metadata access class and Integration Test
2017-11-24 22:46:33 +02:00
Vivek Kumar 42e89c72c2 BEAL-1173 - Add EC2 metadata access class and Integration Test 2017-11-25 01:43:02 +05:30
Loredana Crusoveanu ae6daf5124
Merge pull request #3112 from eugenp/lor6-patch-11
Update README.md
2017-11-23 20:58:11 +02:00
Loredana Crusoveanu 0b23dd8987
Update README.md 2017-11-23 20:26:53 +02:00
Loredana Crusoveanu cfac0b12f5
Update README.md 2017-11-23 19:42:57 +02:00
Loredana Crusoveanu e6b415a23b
Merge pull request #3111 from eugenp/lor6-patch-10
Update README.md
2017-11-23 19:40:38 +02:00
Loredana Crusoveanu 06c5ae3691
Merge pull request #3110 from eugenp/lor6-patch-9
Update README.md
2017-11-23 19:40:18 +02:00
Loredana Crusoveanu 57f6077f2a
Update README.md 2017-11-23 18:57:18 +02:00
Loredana Crusoveanu 7a8bb6c677
Update README.md 2017-11-23 18:49:27 +02:00
Carsten Gräf 16814c19bc
Merge pull request #3102 from earth001/master
Add Adapter sample & update Yasson version - earth001_BAEL-1121
2017-11-23 13:44:42 +01:00
Mansi 69613f8e53 BAEL-1237 String Formatter (#3103)
* Example Code For Evaluation Article

This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"

* Added unit tests

* Minor changes to application context

* Removed code committed for evaluation article

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Code Formatting and solving build issue

* BAEL-944 Resolving build issue due to change in Spring version

* BAEL-944 Resolving build issue

* BAEL-944 Formatting code

* BAEL-944 Moving tests to correct package

* BAEL-944 Moving tests to correct package

* BAEL-944 Replacing @RequestMapping by @GetMapping

* BAEL-944 Remove unnecessary attribute name, "value" in annotations

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Adding activiti module to the parent modules

* BAEL-79 Using latest version

* BAEL-79 Update Spring boot version that works with Activiti

* BAEL-79 Replace RequestMapping with GetMapping

* BAEL-79 Use Java 8 Syntax

* BAEL-79 Formatting

* BAEL-79 changed module name

* BAEL-378 A Guide to Activiti with Java

* BAEL-79 Fixed unit tests

* BAEL-79 Simplified the process

* BAEL-79 Fix test cases

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave

* BAEL-1090 Difference between compact and compressed strings in Java 9

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 String Formatter

* BAEL-1237 Guide to java.util.Formatter

* BAEL-1237 String Formatter

* BAEL-1237 Using platform dependent line separator in new line test
2017-11-23 13:27:18 +01:00
Seun Matt 668f1f1bb3 Added SQL File to Create test Database (#3086)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file

* updated example code for Apache Shiro

* updated Vavr Collections example

* added example code for N1QL

* update example code for N1QL

* added integration test for N1QL

* update N1QL Example code

* update the N1QL example Code

* rename module to couchbase

* rename module to couchbase

* change module name in parent module and pom

* added cas-server module

* added cas secured app for Spring SSO with CAS

* refactor cas modules into cas folder

* updated files

* removed redundant files

* refactor the config for cas-server

* added sql file to generate tables and database
2017-11-22 23:22:34 +01:00
Grzegorz Piwowarek 4d3e730637 BAEL-1181 manual (#3104)
* Move data.sql - schema.sql

* Implement NameAscendingOrderOfExecutionTest

* Implement DefaultOrderOfExecutionTest

* Implement JVMOrderOfExecutionTest
2017-11-22 23:07:51 +01:00
abirkhan04 9caf73c18e Gradle tutorial project : (#2922)
* Gradle tutorial project :
1. A multi-project build
2. Inclusive all required tasks and dependency example.

* Gradle tutorial is shifted to gradle folder
2017-11-22 20:19:42 +01:00
Loredana Crusoveanu 9f497981fd
Merge pull request #3107 from eugenp/lor6-patch-8
Update README.md
2017-11-22 20:26:02 +02:00
Loredana Crusoveanu b702625234
Update README.md 2017-11-22 19:13:58 +02:00
Loredana Crusoveanu b567fba474 Bael 1337 (#3072)
* inheritance ex

* add more ex and tests, formatting
2017-11-22 13:22:59 +01:00
Juan M.vi 454674b65c Merge branch 'master' into earth001_BAEL-1121 2017-11-22 01:25:30 -03:00
Juan M.vi 7490c2c04c Add Adapter sample & update Yasson version 2017-11-22 01:22:35 -03:00
KevinGilmore 41d7ec50a1
BAEL-1272 README (#3101)
* 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
2017-11-21 22:21:27 -06:00
Juan M.vi ced330630b Revert "Add Adapter Sample"
This reverts commit d20693e31b.
2017-11-22 01:06:36 -03:00
Juan M.vi 19a9077274 Merge remote-tracking branch 'upstream/master' 2017-11-22 00:54:56 -03:00
Juan M.vi d20693e31b Add Adapter Sample 2017-11-22 00:49:35 -03:00
Loredana Crusoveanu ea64def1ae
Merge pull request #3098 from eugenp/BAEL-1317
change time zone method name
2017-11-22 00:51:16 +02:00
Loredana Crusoveanu 06b58e7978 formatting to trigger build 2017-11-21 23:49:37 +02:00
Loredana Crusoveanu 0b6a047cc0 change time zone method name 2017-11-21 22:30:29 +02:00
Loredana Crusoveanu 67e78dbf76
Merge pull request #3084 from steinhauer-software/BAEL-1317
BAEl-1317: Display All Time Zones With GMT and UTC
2017-11-21 21:49:16 +02:00
Loredana Crusoveanu 8560a940f4
Merge pull request #3096 from eugenp/BAEL-1308
update guava version
2017-11-21 18:46:59 +02:00
Loredana Crusoveanu bc29683080 update guava versiob 2017-11-21 18:19:10 +02:00
Holger Steinhauer 12567132b1 BAEL-1317: Moving Java7 example to `core-java` module 2017-11-21 07:31:09 +00:00
Holger Steinhauer dbee97c1c1 BAEL-1317: Adding Java7 examples 2017-11-20 21:47:48 +00:00
Gopal Singh Rajput e271fa0c63 Rename test to testFile (#3060) 2017-11-20 22:20:06 +01:00
ramansahasi 8de9f342e4 BAEL-1212 Guide to Creational Design Patterns (#2932)
* Initial commit for 'Introduction to Creational Design Patterns'

* second commit with some minor fixes and test case additions

* second commit with some minor fixes and test case additions

* BAEL-1212 Guide to Creational Patterns - Made changes as per latest review

* Renamed Toy family to AAnimal family.
2017-11-20 22:13:07 +01:00
Loredana Crusoveanu 2814a5f8d0
Merge pull request #3077 from Ahmad-alsanie/master
BAEL-1308
2017-11-20 21:33:06 +02:00
Ahmad Alsanie 5b25c39f08 BAEL-1308 changed name to original.txt 2017-11-20 21:18:17 +02:00
Adam Arold 2061f5b7eb adding built-in java annotation examples (#3087) 2017-11-20 11:11:34 -08:00
Ahmad Alsanie dd91ef722b BAEL-1308 DI related code removed and included original text file 2017-11-20 21:08:41 +02:00
Vivek Kumar dba132f7de BAEL-1173 - Add spring-cloud-aws module (#3046) 2017-11-20 17:24:03 +01:00
Ahmad Alsanie cf7c96b469 BAEL-1308 - copy a file with java (Editor Notes) 2017-11-20 18:05:47 +02:00
abialas 6211154062 Bael 1344 (#3068)
* BAEL-1344 add java8 convert methods date, localdate, localdatetime

* BAEL-1344 add java9 example
2017-11-19 13:03:09 -08:00
Eric Goebelbecker e2202f0285 BAEL-1182 - mocking final classes and methods with Mockito (#3083) 2017-11-19 11:47:03 -08:00
Alejandro Gervasio 2a9570cc1f Implementing the Template Method Pattern in Java - BAEL-1289 (#3078)
* Initial Commit

* Added Domain Classes

* Update HighEndComputer.java

* Update StandardComputer.java

* Update TemplateMethodPatternTest.java

* Update parent pom.xml

* Update pom.xml in template-method submodule

* Update readme.md

* Update README.md
2017-11-19 20:45:54 +01:00
Holger Steinhauer 232d2d8e81 BAEL-1317: Display All Time Zones With GMT and UTC 2017-11-19 18:08:35 +00:00
Holger Steinhauer d9608d20a2 BAEL-1317: Display All Time Zones With GMT and UTC 2017-11-19 18:02:25 +00:00