6417 Commits

Author SHA1 Message Date
gschambial
1c36955757 Removed addition classpath changes from master branch. 2017-11-13 23:01:05 +05:30
gschambial
416bd4a9d5 Removed evaluation article (Dependency Injection) from master branch. 2017-11-13 22:48:09 +05:30
gschambial
d03198a85f Merge remote-tracking branch 'upstream/master' 2017-11-13 21:31:41 +05:30
Doha2012
2e5531edd0 group and cleanup (#3027)
* 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
2017-11-13 16:45:26 +01:00
gschambial
9def3e3edb Merge remote-tracking branch 'upstream/master' 2017-11-13 21:03:02 +05:30
gschambial
40ceddea2b BAEL-1331: Quick Example: Comparator vs Comparable in Java Source code and Unit Tests added. 2017-11-13 21:01:06 +05:30
Loredana Crusoveanu
2a85b9c96e
Merge pull request #3029 from eugenp/lor6-patch-6
Update README.md
2017-11-13 15:09:37 +02:00
Loredana Crusoveanu
7cf3a763aa
Update README.md 2017-11-13 14:40:00 +02:00
Grzegorz Piwowarek
82337c59cf
OSGi cleanup (#3018) 2017-11-13 08:52:28 +01:00
Alejandro Gervasio
10ea5fa784 Implemeting the template method pattern in Java - BAEL-1289 (#3012)
* Initial Commit

* Delete domain classes
2017-11-13 08:42:26 +01:00
Grzegorz Piwowarek
294a055ce5
Update README.md (#3016) 2017-11-13 08:23:17 +01:00
Doha2012
7d41efdab1 group testing modules (#2914)
* 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
2017-11-13 08:06:06 +01:00
gschambial
3319b28b9c Merge remote-tracking branch 'upstream/master' 2017-11-13 10:46:30 +05:30
Loredana Crusoveanu
38efd3454f
Merge pull request #3024 from eugenp/BAEL-1290-v2
smaller methods
2017-11-12 23:51:17 +02:00
daoire
7633d63deb
Merge pull request #3021 from eugenp/Hibernate5-README-update
Update README.md
2017-11-12 20:55:02 +00:00
Loredana Crusoveanu
8e50444ba6 smaller methods 2017-11-12 22:31:39 +02:00
daoire
179f545f09
Update README.md 2017-11-12 20:08:24 +00:00
Daniele Demichelis
94f4dd1d77 Bael 728 introduction to osgi (#3017)
* BAEL-728: first working geocoder example

* First steps with different geocoder

* Working plaing app

* Small step

* Maven project subdivided into components.

* <Export-Package> added

* CLient

* small step fwd

* Committing before resetting idea

* It does not compile!

* some other mod

* Works

* step

* Examples works

* removed unused code

* Removed empty folder
2017-11-12 13:44:21 +01:00
Mansi
062b83fe17 BAEL-1237 String Formatter (#2912)
* 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
2017-11-12 12:51:03 +01:00
linhvovn
1b31c3ffad [tlinh2110@gmail.com]Bael1313 Introduction to Spring ACL (#3007)
* [tlinh2110@gmail.com] [BAEL1313] Introduction Spring ACL

* [tlinh2110@gmail.com] BAEL 1313 - Update unit test

* [tlinh2110@gmail.com]BAEL1313- remove unused files from spring-core
2017-11-12 12:21:05 +01:00
Grzegorz Piwowarek
776a01429e
Group testing modules (#3014)
* 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
2017-11-12 11:16:46 +01:00
Loredana Crusoveanu
b383d83bf4
Merge pull request #2972 from denis-zhdanov/BAEL-1290-javac-plugin
BAEL-1290 Creating a Java Compiler Plugin
2017-11-11 23:06:36 +02:00
Carsten Gräf
996bee2732
Merge pull request #2992 from vitallan/BAEL-1319
BAEL-1319 Quick Guide on Data.sql and Schema.sql Files in Spring
2017-11-11 13:29:18 +01:00
Daniele Demichelis
fa589fa7bf Bael 728 introduction to osgi (#3004)
* BAEL-728: first working geocoder example

* First steps with different geocoder

* Working plaing app

* Small step

* Maven project subdivided into components.

* <Export-Package> added

* CLient

* small step fwd

* Committing before resetting idea

* It does not compile!

* some other mod

* Works

* step

* Examples works

* removed unused code
2017-11-11 06:20:23 +01:00
Mitja Jeseničnik Kotnik
c6e7203f99 BAEL-624: Formating code (#3008) 2017-11-10 18:49:24 +01:00
gschambial
4678e01680 Unit Tests renamed into correct format 2017-11-10 19:44:34 +05:30
gschambial
b2dead9484 Baeldung eclipse formatter added. 2017-11-10 18:14:31 +05:30
gschambial
8c8af4e9bf 1. Constructor and Setter injection explained with example of Computer, Processor and Memory 2017-11-10 17:52:21 +05:30
gschambial
90c9744746 Merge remote-tracking branch 'upstream/master' 2017-11-10 17:48:56 +05:30
Loredana Crusoveanu
c9aaa0d993 hibernate identifiers examples (#2977)
* hibernate identifiers examples

* fix conflict

* change to longstream

* change to format
2017-11-10 12:33:52 +01:00
felipeazv
cfd3def015 BAEL-803: Backward Chaining with Drools - removed @RunWith (#3002)
* spring beans DI examples

* fix-1: shortening examples

* List of Rules Engines in Java

* BAEL-812: Openl-Tablets example added

* BAEL-812: artifacts names changed

* BAEL-812: moving rule-engines examples to rule-engines folder

* BAEL-812: removing evaluation article files

* BAEL-812: folder renamed

* BAEL-812: folder renamed

* BAEL-812: pom.xml - parent added

* BAEL-1027: Introduction to GraphQL - initial commit

* BAEL-781: Explore the new Spring Cloud Gateway

* BAEL-781: Fix UserService.java

* BAEL-781: Fix user-service pom.xml

* BAEL-781: remove eureka-server from the example

* BAEL-781: modifying example

* BAEL-803: Backward Chaining wih Drools

* BAEL-803: pom.xml

* BAEL-803: Backward Chaining with Drools - new example

* BAEL-803: Backward Chaining with Drools - parent module

* BAEL-803: Backward Chaining with Drools - parent module

* BAEL-803: Backward Chaining with Drools - meta-inf/maven-fix

* BAEL-803: Backward Chaining with Drools - drools parent module

* BAEL-803: Backward Chaining with Drools - removed @RunWith
2017-11-10 07:57:09 +01:00
Carsten Gräf
a0efd94117
Merge pull request #3005 from earth001/master
Update for article BAEL-1121
2017-11-10 06:33:45 +01:00
juan
a60d922fd6 Update pom.xml with profiles 2017-11-10 01:28:09 -03:00
juan
179838b199 Merge remote-tracking branch 'upstream/master' 2017-11-10 00:54:53 -03:00
juan
75630b6c54 Update for article BAEL-1121 2017-11-10 00:53:43 -03:00
chrisoberle
3bb538a2f7 BAEL-1314 Guide to AbstractRoutingDatasource (#2989)
* BAEL-1314 initial import.  Guide to AbstractRoutingDatasource.

* BAEL-1314 Guide to Spring AbstractRoutingDatasource

* update test name and rename test classes

* move dsrouting example to spring-boot project.  rename db create script.
2017-11-09 16:15:03 -08:00
Muhammed Almas
a38e6e295e BAEL-1296 Prime numbers till n. (#2956)
* BAEL-1296 Prime numbers till n.

* BAEL-1296 Renamed packge
2017-11-09 20:54:36 +01:00
Wosin
6a8ecab163 BAEL-1310: Code for Quick Guide to Stack. (#2993) 2017-11-09 20:52:58 +01:00
Sergey Petunin
182a7525f2 BAEL-1222: Hit the Ground Running with the Spring Security Java Configuration (#2988) 2017-11-09 05:25:49 -06:00
felipeazv
f96548363e BAEL-803: Backward Chaining with Drools - parent module (#2986)
* spring beans DI examples

* fix-1: shortening examples

* List of Rules Engines in Java

* BAEL-812: Openl-Tablets example added

* BAEL-812: artifacts names changed

* BAEL-812: moving rule-engines examples to rule-engines folder

* BAEL-812: removing evaluation article files

* BAEL-812: folder renamed

* BAEL-812: folder renamed

* BAEL-812: pom.xml - parent added

* BAEL-1027: Introduction to GraphQL - initial commit

* BAEL-781: Explore the new Spring Cloud Gateway

* BAEL-781: Fix UserService.java

* BAEL-781: Fix user-service pom.xml

* BAEL-781: remove eureka-server from the example

* BAEL-781: modifying example

* BAEL-803: Backward Chaining wih Drools

* BAEL-803: pom.xml

* BAEL-803: Backward Chaining with Drools - new example

* BAEL-803: Backward Chaining with Drools - parent module

* BAEL-803: Backward Chaining with Drools - parent module

* BAEL-803: Backward Chaining with Drools - meta-inf/maven-fix

* BAEL-803: Backward Chaining with Drools - drools parent module
2017-11-09 12:04:37 +01:00
Alejandro Gervasio
8df4293b68 Implementing the Template Method Pattern in Java - BAEL-1289 (#2976)
* Initial Commit

* Remove unit test methods

* Remove duplicated unit test methods
2017-11-09 11:14:05 +01:00
fpistritto
f499f86cc8 BAEL-1272: Java String Pool (#2952)
* Add StringPool unit tests

* Refactor tests to use AssertJ instead of JUnit asserts
2017-11-08 21:13:42 -06:00
Allan Vital
4857675e2d BAEL-1319 Quick Guide on Data.sql and Schema.sql Files in Spring 2017-11-09 00:36:53 -02:00
Muhammed Almas
7b4d644d1e BAEL-1296 Prime numbers till 'n'. (#2954) 2017-11-08 18:04:59 +01:00
Gourav Singh
bee7fafbaf
Merge pull request #1 from eugenp/master
Updating from original
2017-11-08 21:34:33 +05:30
Muhammed Almas
2f5370dea6 Spring core xml (#2971)
* BAEL-1247 Spring XML injection.

* BAEL-1247 - updated test

* BAEL-1247 - updated test
2017-11-08 08:24:37 +01:00
lor6
e98ba8a321
Merge pull request #2979 from eugenp/lor6-patch-3
Update README.MD
2017-11-07 15:21:01 +02:00
lor6
30d8509b44
Update README.MD 2017-11-07 14:46:21 +02:00
Nik
1d61601aa7 BAEL-1267 spring rest project through tomcat created in java (#2969)
* BAEL-1267 spring rest project through tomcat created in java

* BAEL-1267 including empty file for webapp
2017-11-06 21:47:10 -08:00
Michael C Good
bc3d33151c BAEL-1238 (#2974)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update

* michael.good703@gmail.com

Had to add @SpringBootApplication(exclude = MySQLAutoconfiguration.class)

* Updated for 3.3.0.Final

BAEL-1238

* Update pom.xml

* BAEL-1238

Added new module spring-boot-keycloak and removed Keycloak code from spring-boot module

* Minor changes to pom.xml

* Update CustomConverterTest.java

* Update StringToEmployeeConverter.java

* Update GenericBigDecimalConverter.java

* Update MyFeatures.java

* Update .gitignore

* Formatting changes

* "Resolving conflicts"

* Updated spring-boot to remove keycloak

* Updated to see

* Update

* Updated

* Found remnant file and deleted it

* Update pom.xml

Added spring-boot-keycloak module

* Added reference to parent-boot-5

I changed the parent from org.springframework.boot to parent-boot-5.

* Update GenericBigDecimalConverter.java

Copy current GenericBigDecimalConverter to resolve any conflicts

* Update StringToEmployeeConverter.java

Copy current version to resolve any conflicts

* Update pom.xml

* Update pom.xml

* Delete remnant files

* Updated pom.xml

* Update pom.xml
2017-11-06 14:44:53 -08:00