Commit Graph

2563 Commits

Author SHA1 Message Date
Alex Theedom 66ad57e7e0 Merge pull request #571 from egimaben/master
changed project name to dozer and added it to main maven pom
2016-08-02 18:14:22 +01:00
egimaben 5cefc3b209 changed project name to dozer and added it to main maven pom 2016-08-02 13:44:53 +03:00
eugenp 81da6c5c63 cleanup work 2016-08-02 12:46:27 +03:00
eugenp e83b4b8523 formatting work 2016-08-02 12:34:08 +03:00
lor6 52445091db Non transient exception (#570)
* non transient data access exception examples

* change to derby db

* change to in memory derby db

* delete failed test

* fix invalidresource test

* fix cleanupfailure test
2016-08-02 11:25:52 +02:00
Eugen a7694dbf39 Merge pull request #567 from eugenp/eclipse-specific-files-removed
Remove eclipse-specific config
2016-08-02 11:20:40 +02:00
Grzegorz Piwowarek e21f62fbcf Merge branch 'master' into eclipse-specific-files-removed
# Conflicts:
#	spring-all/src/main/java/org/baeldung/controller/config/StudentControllerConfig.java
2016-08-02 10:30:17 +02:00
Grzegorz Piwowarek d13794a0c1 Fix formatting in StudentControllerConfig 2016-08-02 08:42:44 +02:00
prashant1067 3a6206c666 Update StudentControllerConfig.java (#569)
Making formatting changes
2016-08-02 08:21:30 +02:00
Grzegorz Piwowarek c3766c0138 Remove eclipse-specific config 2016-08-02 00:15:36 +02:00
Grzegorz Piwowarek 797db0f8e9 Add access rights in the finally block 2016-08-01 23:10:18 +02:00
Grzegorz Piwowarek 8eed2adcc1 Remove .setting and update .gitignore 2016-08-01 23:06:38 +02:00
Grzegorz Piwowarek c6193c5e50 Add autovalue module 2016-08-01 23:04:40 +02:00
Alex Theedom a10ae89792 Merge pull request #565 from egimaben/master
resolved external mapping file issue
2016-08-01 21:24:30 +01:00
egimaben d531937208 resolved external mapping file issue 2016-08-01 23:22:09 +03:00
Alex Theedom 1bd1ab3ece Merge pull request #564 from egimaben/master
made test changes to dozer tutorial
2016-08-01 19:24:46 +01:00
egimaben 290566add0 made test changes to dozer tutorial 2016-08-01 21:20:42 +03:00
Grzegorz Piwowarek eb8526cfde Fix java config 2016-08-01 18:31:44 +02:00
prashant1067 96f4f732f8 adding config files (#554)
* adding config files

* adding test class

* adding autowired annotation
2016-08-01 17:57:05 +02:00
lor6 67f24c25af Non transient exception (#563)
* non transient data access exception examples

* change to derby db

* change to in memory derby db

* delete failed test

* fix invalidresource test
2016-08-01 17:36:25 +02:00
Sergey Petunin 7c34948ade Moved spring-akka to a separate project (#560) 2016-08-01 08:38:52 +02:00
slavisa-baeldung 1972b45a5b BAEL-102 - Spring with JSON-P 2016-08-01 00:14:00 +02:00
slavisa-baeldung a9b95d326b Merge branch 'master' into pr/462-jsonp 2016-07-31 23:37:36 +02:00
slavisa-baeldung 1d1ee85fab Merge remote-tracking branch 'origin/master'
Conflicts:
	jsf/src/main/webapp/el_intro.xhtml
2016-07-31 23:30:16 +02:00
Grzegorz Piwowarek 71e40aa4f5 Remove duplicated file 2016-07-31 23:14:14 +02:00
Álvaro Fernández González 463f5256c0 Move test class to tests folder (#558)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.

* Use correct encoding. Was having problems with buildings.

* Remove failing module.

* Create new module mocks and move mock-comparisons there.

* Add jmockit module.

* Add model class.

* Add collaborator class.

* Add performer class.

* Add performer test.

* Fix

* Add interface for tests.

* Test for any.

* Test for with.

* Test for null.

* Test for times.

* Test for arg that.

* Test for result and returns.

* Test for delegate.

* Add verifications to any tests.

* Add verifications to with test.

* Add verification examples to methods using null.

* Add verifications to methods using times.

* Formatting.

* Compress tests and fix one test.

* Adding new article to readme.

* [BAEL-178] Add collaborator for advanced article.

* [BAEL-178] Add link to readme.

* [BAEL-178] Add test for mockUp.

* [BAEL-178] Add test for invoke method.

* [BAEL-178] Add constructors and tests for mockup for constructors.

* [BAEL-178] Add private fields and more test for deencapsulation.

* [BAEL-178] Add inner class and test for instantiating inner classes.

* [BAEL-178] Multimocks.

* [BAEL-178] Add test for expectation reusing.

* [BAEL-178] Move test class to tests folders.
2016-07-31 22:53:10 +02:00
Álvaro Fernández González 944525a524 Code for Advanced JMockit article (#557)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.

* Use correct encoding. Was having problems with buildings.

* Remove failing module.

* Create new module mocks and move mock-comparisons there.

* Add jmockit module.

* Add model class.

* Add collaborator class.

* Add performer class.

* Add performer test.

* Fix

* Add interface for tests.

* Test for any.

* Test for with.

* Test for null.

* Test for times.

* Test for arg that.

* Test for result and returns.

* Test for delegate.

* Add verifications to any tests.

* Add verifications to with test.

* Add verification examples to methods using null.

* Add verifications to methods using times.

* Formatting.

* Compress tests and fix one test.

* Adding new article to readme.

* [BAEL-178] Add collaborator for advanced article.

* [BAEL-178] Add link to readme.

* [BAEL-178] Add test for mockUp.

* [BAEL-178] Add test for invoke method.

* [BAEL-178] Add constructors and tests for mockup for constructors.

* [BAEL-178] Add private fields and more test for deencapsulation.

* [BAEL-178] Add inner class and test for instantiating inner classes.

* [BAEL-178] Multimocks.

* [BAEL-178] Add test for expectation reusing.
2016-07-31 22:05:45 +02:00
lor6 135adf81b1 replace mysql with derby db (#546)
* non transient data access exception examples

* change to derby db

* change to in memory derby db
2016-07-31 18:15:08 +02:00
Alex Theedom 0c8ba0bb44 Merge pull request #551 from egimaben/master
fixed failing test
2016-07-31 15:50:46 +01:00
egimaben f9459a583c fixed failing tests 2016-07-31 17:38:31 +03:00
egimaben afb340d928 merged Alex changes 2016-07-31 17:34:02 +03:00
egimaben 9143ca63b8 fixed timezone issues in dozertests 2016-07-31 17:29:03 +03:00
Alex Theedom 6f2ccdf187 Merge remote-tracking branch 'origin/master' 2016-07-31 10:49:46 +01:00
Alex Theedom 0a85d18792 Minor changes following review 2016-07-31 10:49:28 +01:00
Alex Theedom 4e9733fae8 Minor changes following review 2016-07-30 20:35:36 +01:00
DOHA 883ec051b1 minor fix 2016-07-30 20:40:40 +02:00
DOHA 42b551546a separate principal 2016-07-30 18:42:46 +02:00
Alex Theedom 05ed3d9d95 Merge pull request #548 from eugenp/grzegorz-immutables
Add examples for "Introduction to Immutables" article
2016-07-30 17:25:50 +01:00
Alex Theedom abe4c0763d Merge pull request #545 from egimaben/master
added dozer tutorial maven project
2016-07-30 17:25:42 +01:00
DOHA c9d60e614f minor fix 2016-07-30 13:47:31 +02:00
Grzegorz Piwowarek e700ce2b9e Remove unnecessary file 2016-07-30 13:00:30 +02:00
Grzegorz Piwowarek f5dbb497df Refactor examples 2016-07-30 12:56:20 +02:00
Grzegorz Piwowarek eef41ec028 Add remaining examples 2016-07-30 12:54:27 +02:00
Grzegorz Piwowarek 7b1c77c6bc Add MutabilityDetector 2016-07-30 12:22:43 +02:00
Grzegorz Piwowarek 591e3507fb Add additional tests 2016-07-30 12:08:27 +02:00
Grzegorz Piwowarek eff343b596 Add first test 2016-07-30 10:50:47 +02:00
Grzegorz Piwowarek ff84127f47 Add immutables module 2016-07-29 11:55:35 +02:00
egimaben 24dba2108a added dozer tutorial maven project 2016-07-29 02:46:59 +03:00
Sergey Petunin ffcd83697a Source code for the article "An Intro to Spring with Akka" (#541) 2016-07-28 17:22:08 +02:00
Grzegorz Piwowarek b53e46246b non transient data access exception examples (#540) 2016-07-28 11:11:37 +02:00