Commit Graph

8079 Commits

Author SHA1 Message Date
Loredana Crusoveanu 71e1b313a6
Merge pull request #3836 from eugenp/lor6-patch-2
Update README.md
2018-03-18 16:30:41 +02:00
Loredana Crusoveanu 747bec1208
Update README.md 2018-03-18 15:49:32 +02:00
Loredana Crusoveanu 111dcfed4f
Update README.md 2018-03-18 15:46:05 +02:00
Loredana Crusoveanu 13fc703636
Merge pull request #3835 from eugenp/lor6-patch-1
Update README.md
2018-03-18 15:41:09 +02:00
Loredana Crusoveanu 1db81c1524
Update README.md 2018-03-18 15:18:18 +02:00
iaforek 2fe8d8810d BAEL-1609 Updated test to throw exception 2018-03-18 13:05:54 +00:00
Loredana Crusoveanu 8a4dbf244d
Merge pull request #3644 from eugenp/BAEL-1501
Bael 1501
2018-03-18 14:54:19 +02:00
Loredana Crusoveanu 7ead9b7c32
Merge pull request #3834 from eugenp/jjwt-alg-fix
change alg signature
2018-03-18 14:53:00 +02:00
Loredana Crusoveanu e192f70c66 change alg signature 2018-03-18 14:28:47 +02:00
iaforek cc48bd7558 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-03-18 12:11:44 +00:00
Loredana Crusoveanu df7514e14a
Merge pull request #3833 from khatwaniNikhil/BAEL-1613
Changes for BAEL-1613
2018-03-18 11:38:14 +02:00
Nikhil Khatwani 6c0124cdeb Changes for BAEL-1613 2018-03-18 14:55:13 +05:30
Grzegorz Piwowarek 764ccb54a9
BAEL-1417 Spring Data with Spring Security (#3720)
* 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-03-18 06:49:39 +01:00
Loredana Crusoveanu ac9651c773
Merge pull request #3812 from tamasradu/radutamas/BAEL-1435
Radutamas/bael 1435
2018-03-17 23:36:24 +02:00
KevinGilmore d602f66cd9
BAEL-1491 README (#3832)
* 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

* BAEL-1158 README

* BAEL-1539: Update README

* BAEL-1507 README update

* BAEL-1178 README updated

* BAEL-1462 README

* BAEL-1491 README update
2018-03-17 15:24:22 -05:00
Dennis Chen d02147c7ee Bael-1601: move servlet redirect vs forward to spring-boot-bootstrap module (#3792)
* move servlet redirect vs forward to this module

* Added Unit test for servlets

* Cleaned Unit tests

* Refactored styling of the Java files.
2018-03-17 12:00:11 +00:00
Grzegorz Piwowarek a4a6577a4a
Update .travis.yml (#3819) 2018-03-17 10:31:01 +01:00
Mher Baghinyan 7eb74160f1 @Lazy annotation (#3809) 2018-03-17 10:30:44 +01:00
Fatos Morina 4c0a39a342 Add data structures as a separate module (#3518)
* Remove data structures from core-java

* Add data-structures

* Update README with links to articles

* Add parent module reference
2018-03-17 09:41:50 +01:00
iaforek b3d54d995c Merge branch 'master' of https://github.com/eugenp/tutorials 2018-03-17 08:03:40 +00:00
Eric Goebelbecker 2b50c4c341 BAEL-1554 - Guide to Flips (#3827)
* BAEL-1554 - Flips code

* BAEL-1554 - Flips code, round 2

* BAEL-1554 - Guide to Flips

* BAEL-1554 - update read me

* BAEL-1554 - rename "Thing" to "Foo"
2018-03-16 16:06:38 -07:00
abialas d9e4ec2d2d BAEL-1567 (#3824)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api
2018-03-16 16:05:57 -07:00
Tom Hombergs ffe7e39f51
Merge pull request #3830 from eugenp/thombergs-patch-5
added link to article
2018-03-16 22:23:32 +01:00
Loredana Crusoveanu a3898e74f0
Merge pull request #3829 from eugenp/core-java-sun-error
move plugin file
2018-03-16 22:51:52 +02:00
Tom Hombergs 63e72beec3
added link to article 2018-03-16 21:16:22 +01:00
Loredana Crusoveanu b40108d91e move plugin file 2018-03-16 22:13:31 +02:00
Nikhil Khatwani a070f1b557 Bael 1532 (#3817)
* Changes for BAEL1532

* Changes for BAEL_1532

* BAEL-1532-Added as module to parent project

* zookeeper pom version upgrade
2018-03-16 09:53:40 +01:00
Mariusz Kuligowski de2f1b4617 Add integration tests for StudentService 2018-03-16 00:00:21 +01:00
Mariusz Kuligowski e29c0c5b38 Add unit tests for controller 2018-03-15 23:59:33 +01:00
Mariusz Kuligowski 8384da6aff Create views 2018-03-15 23:56:43 +01:00
Mariusz Kuligowski e24e471563 Create controller for handling crud request 2018-03-15 23:56:12 +01:00
Mariusz Kuligowski 786dfb637b Create service for managing students 2018-03-15 23:53:33 +01:00
Alessio Stalla 69cd5cf49f BAEL-1636 (#3825)
* BAEL-1636 file upload with Spring Boot (nothing changes in the code per se, just the dependencies)

* BAEL-1636 removed bogus dependencies

* Updated rest-assured version because 2.9.0 is no longer on Central
2018-03-15 15:52:27 -07:00
Mariusz Kuligowski bda9a7afd0 Remove generated test for Student domain 2018-03-15 23:48:06 +01:00
Mariusz Kuligowski 1791013061 Remove constraints and redundant ID property 2018-03-15 23:45:31 +01:00
Magdalena Krause b508689815 BAEL-1578: Hamcrest Object and Beans matchers. (#3820) 2018-03-15 15:42:11 -07:00
Radu Tamas 46e4113042 Renamed test file and fix typo in method name 2018-03-15 15:49:45 +02:00
Harshil Sharma a526bed5c2 #BAEL-1549 Completed implementation of multipart upload (#3816) 2018-03-15 13:11:12 +01:00
Loredana Crusoveanu 4d089155f1
Merge pull request #3818 from khatwaniNikhil/BAEL-1284
Changes for handling capitalised xml elements
2018-03-15 11:41:04 +02:00
Nikhil Khatwani f17b02911b Changes for handling capitalised xml elements 2018-03-15 14:47:12 +05:30
Mher Baghinyan 24acf35bce Bael 1611 (#3799)
* Externalizable test

* Guide to Externalizable interface +tests

* serialize Community
2018-03-15 10:08:37 +01:00
Radu Tamas 71f82f7b21 Ignored failing test 2018-03-14 17:06:40 +02:00
Radu Tamas 381242e50f Ignored failing test 2018-03-14 16:48:59 +02:00
Radu Tamas 0f533405da Adding code and jUnits for BAEL-1435 2018-03-14 16:20:24 +02:00
Radu Tamas fe7ed30d4d Merge branch 'master' of https://github.com/eugenp/tutorials 2018-03-14 16:09:47 +02:00
Carlo Corti 510ad19f90 BAEL-1588 Junit assertions (#3810)
* Added JUnit Assertions code

* Fix method spelling

* Fix wrong assertion
2018-03-13 22:34:40 +01:00
iaforek 96e7c4ed20 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-03-13 19:03:13 +00:00
iaforek 928755d17e BAEL-1609 Added test for CountingOutputStream 2018-03-13 19:01:29 +00:00
ankishagarwal 3ad0cb693c Request for BAEL-1584 (#3740)
* Added for BAEL-1584

* updated for BAEL-1584

* Updated as per Suggestions from Josh, for BAEL-1584

* Removed wrapper class and updated few methods to return boolean instead of Integer
2018-03-13 19:48:11 +01:00
iaforek 3c4b0fb20f BAEL-1609 Updated guava version from 21.0 to 24.0-jre 2018-03-13 18:30:34 +00:00