Commit Graph

6945 Commits

Author SHA1 Message Date
Ahmed Tawila 2773555188 Merge branch 'future-vavr' of https://github.com/ahmedtawila/tutorials 2017-12-04 00:24:08 +02:00
Ahmed Tawila ebc28dbe98 Future in Vavr 2017-12-04 00:19:58 +02:00
Ahmed Tawila 3bafafd4e9 Merge branch 'future-vavr' of https://github.com/ahmedtawila/tutorials 2017-12-04 00:11:06 +02:00
Ahmed Tawila 224c964801 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-04 00:10:44 +02:00
Ahmed Tawila 31a0f7b817 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-04 00:10:17 +02:00
Ahmed Tawila a523437dc0 Future in Vavr 2017-12-04 00:09:43 +02:00
Muhammed Almas 63d4e7d014 BAEL-1375 Counter in Java. (#3170)
* BAEL-1375 Counter in Java.

* BAEL-1375 Frequency counter in java.

* BAEL-1375 Refactored method names.
2017-12-03 21:22:39 +01:00
José Carlos Valero Sánchez 41ce086ec6
Merge pull request #3173 from sazzer/master
Pull Request for BAEL-807
2017-12-03 12:43:55 +00:00
José Carlos Valero Sánchez ab40539043
Merge pull request #3089 from Namozag/bddmockito
BAEL-1184
2017-12-03 12:43:23 +00:00
Ahmed Tawila 53a84bf789 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-03 13:39:59 +02:00
Yasin c01c2266b8 BAEL-1334: Guide to Hibernate Spatial (#3183)
* BAEL-1334 Guide to Hibernate Spatial

* BAEL-1334 Guide to Hibernate Spatial

Moving the files to hibernate5 from libraries

* Reverting the pom file

* BAEL-1334 Guide to Hibernate Spatial

* BAEL-1334 Guide to Hibernate Spatial

Moving the files to hibernate5 from libraries

* Reverting the pom file

* BAEL-1334 Guide to Hibernate Spatial

Improved assertions
2017-12-03 12:21:42 +01:00
mkuligowski e75a143e9f Add shadow plugin 2017-12-03 11:26:27 +01:00
mkuligowski 867e8ef3be Add custom task which produces fat jar 2017-12-03 11:23:53 +01:00
mkuligowski b152de4851 Modify jar task from java plugin in order to produce fat-jar 2017-12-03 10:56:52 +01:00
Ahmed Tawila 6267c53114 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-03 01:30:34 +02:00
Ahmed Tawila 1ad1431c76 Future in Vavr 2017-12-03 01:30:02 +02:00
mkuligowski 3f8fb8dd78 Add main class 2017-12-02 23:30:55 +01:00
mkuligowski d88e07dd2d Add starting build.gradle file 2017-12-02 23:30:28 +01:00
Shouvik Bhattacharya 4e39bfb945 Bael-1305: A Guide to Java Loops (#3181)
* BAEL-1305: A Simple Guide to Java Loops.

* BAEL-1305: Updated article to add few more examples.
2017-12-02 21:54:36 +01:00
Carsten Gräf aadde5b526
Merge pull request #3161 from markusgulden/master
BAEL-1336 Introduction to Hibernate Search
2017-12-02 17:45:44 +01:00
Eugen Paraschiv 9f54deaff7 minor documentation work 2017-12-02 18:26:00 +02:00
Eugen Paraschiv c2e8eb2ccc cleanup Hibernate work 2017-12-02 18:24:28 +02:00
Walter Gómez 79cf459013 Generated id fix (#3180)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Update hibernate tests
Change sesssion handling
Modify event creation

* Remove setId method on generated id
2017-12-02 18:04:30 +02:00
Shouvik Bhattacharya 3d0e68b4a9 Guide to HashSet (#3165) 2017-12-02 15:27:28 +01:00
Loredana Crusoveanu 4876a7a26f
Merge pull request #3182 from eugenp/lor6-patch-1
Update README.md
2017-12-02 12:20:56 +02:00
Loredana Crusoveanu 2c7481c35f
Update README.md 2017-12-02 11:55:12 +02:00
Loredana Crusoveanu 449d65ed45
Merge pull request #3179 from egoebelbecker/master
BAEL-1374 - search an array
2017-12-02 01:16:26 +02:00
ericgoebelbecker 89ab473651 BAEL-1374 - search an array. Name changes. 2017-12-01 18:02:13 -05:00
ericgoebelbecker e4d301e81d BAEL-1374 - search an array 2017-12-01 15:08:19 -05:00
Michael C Good b7a86b1b56 BAEL-1341 JDBC RowSet Interface (#3175)
* 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

* BAEL-1341 JDBC RowSet Interface

This commit includes the main package and test package to accompany the tutorial JDBC RowSet Interface.

* Update pom.xml

* Changed from MySQL to h2

Changed MySQL to embedded database for ease of use.
2017-12-01 19:28:09 +01:00
daoire e9a56b20a4
Merge pull request #3177 from eugenp/daoire-patch-2
Update README.md
2017-12-01 16:50:06 +00:00
daoire 39fb51e63d
Update README.md 2017-12-01 16:06:12 +00:00
Loredana Crusoveanu bd0bba04d4
Merge pull request #3176 from Sgitario/master
BAEL-1174: A Quick Guide to Spring Cloud Consul: Fix Ribbon client
2017-12-01 18:02:48 +02:00
Jose Carvajal 1f7572884b BAEL-1174: A Quick Guide to Spring Cloud Consul: Fix Ribbon client
sasd

a
2017-12-01 16:56:34 +01:00
Loredana Crusoveanu bec94e9508
Merge pull request #3174 from eugenp/BAEL-21
add headers ex
2017-12-01 17:05:50 +02:00
Loredana Crusoveanu 6d639f6864
Merge pull request #3171 from eugenp/BAEL-1174
refactor packages
2017-12-01 16:12:51 +02:00
Loredana Crusoveanu bdf881701c add headers ex 2017-12-01 16:11:07 +02:00
Graham Cox f00c95f4fc Examples of writing Extension Methods 2017-12-01 14:05:24 +00:00
Loredana Crusoveanu ae204db0af Merge branch 'master' into BAEL-1174 2017-12-01 15:31:57 +02:00
Loredana Crusoveanu d4715a7329
Merge pull request #3172 from eugenp/fix-cas-project
fix cas project build
2017-12-01 15:30:16 +02:00
Ahmed Tawila c728e9d4a8 cleanup 2017-12-01 14:50:22 +02:00
Ahmed Tawila 956ad7cccb Merge branch 'master' of https://github.com/ahmedtawila/tutorials 2017-12-01 14:46:17 +02:00
Ahmed Tawila ea2c91871e merge with base repo 2017-12-01 14:46:05 +02:00
Loredana Crusoveanu 4e61c381e3 remove extra depedency 2017-12-01 14:43:27 +02:00
Loredana Crusoveanu 20ffefae39
Merge pull request #3019 from parthkaria/master
BAEL-21 Exploring the new HTTP Client in Java 9
2017-12-01 14:39:39 +02:00
Loredana Crusoveanu 69fc1a02f4 fix cas project build 2017-12-01 14:36:59 +02:00
Graham Cox 7da69bcbda Merge remote-tracking branch 'central/master' 2017-12-01 12:02:53 +00:00
Loredana Crusoveanu cd14a791d1 remove extra word file 2017-12-01 13:56:44 +02:00
Loredana Crusoveanu 5aa0b890d1 refactor packages 2017-12-01 13:34:00 +02:00
Loredana Crusoveanu 4672451564
Merge pull request #3164 from Sgitario/master
BAEL-1174 A Quick Guide to Spring Cloud Consul
2017-12-01 12:20:30 +02:00