Commit Graph

89 Commits

Author SHA1 Message Date
Jim Kerak 67b3d62b91 Merge pull request #749 from ivanp81/master
Move OkHttp examples to spring-rest
2016-10-15 14:04:48 -04:00
Ivan Paolillo 5329c54f28 Code improvement 2016-10-13 10:20:18 +02:00
eugenp eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
Grzegorz Piwowarek 64d5a03863 Refactor spring-jms code samples 2016-10-07 10:39:07 +02:00
Grzegorz Piwowarek 1dd86be0ca Add module 2016-10-04 19:16:35 +02:00
Kevin Gilmore 73dd8fa71c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
2016-10-01 21:29:43 -05:00
Kevin Gilmore 78998f1d20 BAEL-202: Consolidated Couchbase SDK and Spring Data Couchbase from five modules down to two 2016-10-01 21:25:26 -05:00
slavisa-baeldung c8ff59ffe2 NOJIRA - fixing build 2016-09-30 21:19:27 +02:00
Eugen 7d5fd81c26 Merge pull request #673 from kirangonella/master
Spring integration with Tiles
2016-09-29 08:37:50 +03:00
Kiran 651c407787 Added 'spring-mvc-tiles' module to parent pom.xml 2016-09-28 16:47:13 -04:00
Sergey Petunin ea85fa99ee Added samples for annotation processing article. (#705)
* Added annotation processing examples. Fixed core-java8 build on OS X

* Moved projects to separate submodule
2016-09-28 16:24:03 +02:00
Grzegorz Piwowarek b576a4da40 Fixed pom.xml 2016-09-26 14:50:24 +02:00
Grzegorz Piwowarek 6243fa31e1 Move Elasticsearch module into Spring-Data-Elasticsearch 2016-09-22 19:42:47 +02:00
Slavisa Baeldung bc8fd9a260 BAEL-53 - moved to java8 foreach 2016-09-20 16:00:07 +02:00
slavisa-baeldung 4101ebd609 BAEL-226 - adding to main build 2016-09-17 13:10:29 +02:00
Christian Raedel 674c783886 BAEL-11: Added skip-tests configuration to pom.xml. 2016-09-15 11:18:58 +02:00
Grzegorz Piwowarek fa059546e5 Update pom.xml 2016-09-14 18:24:08 +02:00
Zeger Hendrikse 1cbb8341cf Merge with master 2016-09-06 21:41:47 +02:00
slavisa-baeldung 3d7ccfd56d BAEL-305 - front controller pattern source 2016-09-05 06:09:37 +02:00
Grzegorz Piwowarek 4c561c3e2e Update pom.xml 2016-09-04 12:49:49 +02:00
anton-k11 c68e1bfbc8 Java 9 new features (#660)
* initial push for core-java-9 tutorials

* Fixed Maven build with experimental java 9 Maven compiler plug-in. Minor
code changes

* Running maven build and changes to some of tests.

* Fixed maven build and modifications ot some tests

* Removing unnecessary files
2016-09-04 12:30:35 +02:00
eugenp 6bb724d828 fixing the pom (and sorting the modules a bit) 2016-09-04 10:37:27 +03:00
Alex Theedom 32231b1fb4 Remove Reflection module from pom 2016-09-04 08:04:06 +01:00
egimaben cb2c9d882c added reflection project 2016-09-03 20:37:55 +03:00
slavisa-baeldung a0ef91fc92 BAEL-169 - grouping spring-cloud modules in a multi-maven project 2016-09-01 13:56:39 +02:00
Grzegorz Piwowarek 7b53cdb9a7 Build fix 2016-08-30 22:51:37 +02:00
egimaben 784b5a6d82 added project for java reflection 2016-08-27 22:42:51 +03:00
Álvaro Fernández González e3184522c6 Code for Spring Persistence (Hibernate and JPA) with a JNDI datasource article (#632)
* 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.

* Add postgresql dependency.

* Add test and config with properties.

* [BAEL-114] Add new project for JPA with JNDI.

* [BAEL-114] Config without xml.

* [BAEL-114] Bring part of Foo, FooServie and FooDao.

* [BAEL-114] Show all foos.

* [BAEL-114] Readme.

* [BAEL-114] Undo changes on main jpa project.

* [BAEL-114] Remove unnecesary dependencies.

* [BAEL-114] Add tomcat config.

* [BAEL-114] Fixes.
2016-08-27 12:15:13 +02:00
Slavisa Baeldung 03f1602d1b Merge branch 'pr/630-hystrix-christian'
Conflicts:
	pom.xml
2016-08-26 09:10:20 +02:00
Slavisa Baeldung 5b4c8129c7 BAEL-169 - Sources for Spring Cloud Hystrix article 2016-08-26 09:06:50 +02:00
eugenp d9ca600cea skipping the gatling module as part of the standard build 2016-08-25 12:03:45 +03:00
anna.spanou 13b91a9b04 java cassandra tutorial 2016-08-25 04:30:27 +03:00
slavisa-baeldung 19ee1fefd7 BAEL-150 - adding to pom.xml 2016-08-23 23:51:02 +02:00
Christian Rädel 16e49dd8c2 Merge remote-tracking branch 'upstream/master' into craedel-spring-cloud-eureka 2016-08-17 21:35:01 +02:00
Christian Rädel 9f3fba5298 Added Feign Client. 2016-08-17 21:33:43 +02:00
eugenp 82afbe6aef maven cleanup 2016-08-17 10:41:23 +03:00
Grzegorz Piwowarek 35f53b9175 Add spring-rest-angular module 2016-08-15 12:07:24 +02:00
Grzegorz Piwowarek 59cbbd68d2 Remove redundant module entry 2016-08-15 11:51:49 +02:00
Slavisa Baeldung b62aa9a661 Merge branch 'pr/585-christian-mutual-auth' 2016-08-11 16:42:50 +02:00
slavisa-baeldung 679dfa1942 BAEL-124 - client auth 2016-08-11 07:46:03 +02:00
Alex Theedom 1e6efa68dd Add pagination module to parent POM 2016-08-08 20:58:00 +01:00
Alex Theedom 14d33019b7 Merge pull request #573 from egimaben/master
added project for orika tutorial
2016-08-04 21:42:29 +01:00
slavisa-baeldung 8fb67db7dd Merge branch 'pr/568-christian-spring-cloud-conf' 2016-08-04 06:54:19 +02:00
slavisa-baeldung 2040fda6d2 BAEL-90 - versioned config 2016-08-04 06:31:44 +02:00
egimaben 419f28732b added project for orika tutorial 2016-08-02 23:57:57 +03:00
egimaben 5cefc3b209 changed project name to dozer and added it to main maven pom 2016-08-02 13:44:53 +03:00
Grzegorz Piwowarek c6193c5e50 Add autovalue module 2016-08-01 23:04:40 +02:00
Sergey Petunin 7c34948ade Moved spring-akka to a separate project (#560) 2016-08-01 08:38:52 +02:00
Grzegorz Piwowarek ff84127f47 Add immutables module 2016-07-29 11:55:35 +02:00
Grzegorz Piwowarek 478a3c68eb Remove spring-controller module declaration 2016-07-28 09:54:04 +02:00