Commit Graph

10278 Commits

Author SHA1 Message Date
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
Donato Rimenti 2ddbff9858 Merge pull request #2 from eugenp/master
Update from master
2018-02-06 12:49:49 +01:00
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
Chris Franklin eaf4f4c0f2 Merge branch 'master' of git://github.com/eugenp/tutorials 2018-02-05 13:58:46 -05: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
Raksha Rao f7518c0c05 remove xml file 2018-02-05 16:39:20 +05:30
Raksha Rao 91dedcc9cb remove unnecessary sample files 2018-02-05 16:36:21 +05:30
Markus Gulden 7ecceaf5e2 Updates after editor feedback 2018-02-05 11:17:37 +01:00
Raksha Rao 20b8dbffc4 sample class loader 2018-02-05 15:45:51 +05:30
Markus Gulden c03e0919e1 Updates after editor feedback 2018-02-05 10:21:36 +01:00
Raksha Rao 2f31b4a8cc classloader example 2018-02-05 11:09:34 +05:30
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
shouvikbhattacharya 581e8592ae BAEL-1525: Article code completed. 2018-02-04 18:22:17 +05:30
iaforek 4451c11461 Merge branch 'master' of https://github.com/iaforek/tutorials 2018-02-04 11:18:11 +00:00
iaforek fb427ce680 Extracted 'constraints' methods and renamed coverBoard variable 2018-02-04 11:18:00 +00:00
iaforek 66f5474f7f Extracted 'constraints' methods and renamed coverBoard variable 2018-02-04 11:02:54 +00:00
iaforek 0f909270af Merged latest code and resolved conflicts 2018-02-04 10:31:26 +00:00
Eric Goebelbecker bf5b3045a1 BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578) 2018-02-03 19:49:11 -08:00
Loredana Crusoveanu f6efb65fa6 custom dsl ex 2018-02-04 00:41:09 +02:00
Tom Hombergs 8b7630335a Merge pull request #3575 from nguyennamthai/BAEL-1500
Modifies the Data class
2018-02-03 21:21:01 +01:00
Marcos 0bf3102188 code cleanup 2018-02-03 19:25:48 +01:00
Marcos ecf1cae3f7 JPA Attribute Converters 2018-02-03 19:01:20 +01:00
orrym 145db05949 BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests
2018-02-03 15:45:17 +02:00
Nam Thai Nguyen 53bb927610 Modifies the Data class 2018-02-03 20:21:46 +07:00
Markus Gulden 5a31640528 Updates after editor feedback 2018-02-03 13:30:52 +01:00
Markus Gulden e15f2fc7dd Updates after editor feedback 2018-02-03 13:10:31 +01:00
Markus Gulden b9ac0dc78b Updates after editor feedback 2018-02-03 12:51:59 +01:00
Grzegorz Piwowarek 710c25fb01 Ocheja fix (#3572)
* Define beans for handling different message types in a lean chat app

* Add class based spring beans configuration

* Define spring configuration in XML for constructor based bean injection

* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set

* Define configuration and classes specific to setter-based bean injection.

* Implement tests for constructor-based and setter-based bean injections

* develop codes for explaining type erasure

* Write unit tests for type erasure examples

* Remove evaluation article code

* Modify type erasure examples and unit tests

* Modify type erasure examples and unit tests

* Add expected exception in TypeErasureUnitTest

* Correct grammar in class name

* Implement File Manager app to demonstrate Polymorphism. Develop unit tests for Polymorphism article code

* Add examples for static polymorphism

* Change sysout statments to slf4j log info statements

* Add assertions and expected errors check on Test

* Add assertions and expected errors check on Test

* Correct compile time error of symbol not found

* Removed commented out non-compiling test.

* Replace string concatenations with String.format

* Replace string concatenations with String.format

* Remove verbose file info descriptor and replace with simpler one

* Add example codes for Hibernate Interceptors article
Write tests for session-scoped and sessionFactory-scoped interceptors

* Implement serializable on customInterceptorImpl

* Implement examples for spring data with spring security integration

* Remove webapp example implementations; too extensive
2018-02-03 12:37:28 +01:00
Grzegorz Piwowarek d2a4e04f37 Merge branch 'master' into BAEL-1267-programmatic-tomcat 2018-02-03 12:37:01 +01:00
orrym 4344479d7a BAEL-1517: Added Java7 style assertions 2018-02-03 13:06:31 +02:00
orrym 3eb71bca92 Merge remote-tracking branch 'upstream/master' 2018-02-03 11:38:31 +02:00
Jose Carvajal ff76cbc1fe Bael 113 (#3484)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2

* Changes after code review

* BAEL-113

* Changes after code review

* Added main method in spring boot application

* Removed extra files
2018-02-02 22:00:27 -06:00
Tom Hombergs 2781e27d1d Merge pull request #3558 from nguyennamthai/BAEL-1515
Initial commit for BAEL-1515
2018-02-02 21:13:56 +01:00
Tom Hombergs fa906a2b59 removed Car class 2018-02-02 21:01:22 +01:00
Tom Hombergs 7d8a3bf686 Merge branch 'BAEL-1515' of https://github.com/nguyennamthai/tutorials into BAEL-1515 2018-02-02 20:25:36 +01:00
Grzegorz Piwowarek 2169be4301 Async refactor (#3570) 2018-02-02 15:40:03 +01:00
Nam Thai Nguyen c057808c6e Modifies error messages 2018-02-02 11:59:17 +07:00
myluckagain 55660e7702 BAEL-1497 (#3568) 2018-02-01 23:17:53 +01:00