Commit Graph

3047 Commits

Author SHA1 Message Date
Prashant Khanal df25f34b06 Merge pull request #709 from lor6/custom-userservice-new-project
update loaduserbyusername
2016-09-30 10:54:23 -07:00
Loredana Crusoveanu a7340609b2 update loaduserbyusername 2016-09-30 12:01:23 -04:00
Slavisa Baeldung 1b57da559b BAEL-305 - flatten the module structure for patterns section 2016-09-30 16:10:03 +02:00
Slavisa Baeldung c250fa59f1 Merge remote-tracking branch 'origin/master' 2016-09-30 14:43:29 +02:00
Prashant Khanal 115220b481 Merge pull request #687 from lor6/custom-userservice-new-project
Custom userservice new project
2016-09-29 12:47:03 -07:00
Loredana Crusoveanu d12d4e6ca5 update dependency 2016-09-29 13:52:11 -04:00
slavisa-baeldung 2688cb9c10 Merge remote-tracking branch 'origin/master' 2016-09-29 16:22:00 +02:00
slavisa-baeldung e021ca1be6 BAEL-255 - read file from Java 2016-09-29 16:17:07 +02:00
Loredana Crusoveanu 769956a808 added pom.xml 2016-09-29 09:35:12 -04:00
Eugen 50990c622f Merge pull request #674 from joshiparthin/parth-md5
Parth md5
2016-09-29 14:20:32 +03:00
maverick 758c5f7319 Removed files not useful in this branch for MD5 article. 2016-09-29 15:06:45 +05:30
maverick e0d9cd41a2 Changes in pom.xml as suggested to remove formating changes in pom.xml
commit.
2016-09-29 14:57:30 +05:30
Eugen 7d5fd81c26 Merge pull request #673 from kirangonella/master
Spring integration with Tiles
2016-09-29 08:37:50 +03:00
slavisa-baeldung 25ea6ef7ee BAEL-314 - renaming module 2016-09-29 00:12:05 +02:00
slavisa-baeldung b7385424a9 Merge remote-tracking branch 'origin/master' 2016-09-28 23:45:27 +02:00
Egima profile f3b8bb0f14 Moved regex from own module to core-java (#707)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java
2016-09-28 23:43:59 +02:00
slavisa-baeldung 4a0233f49a BAEL-314 - removing part 1 module 2016-09-28 23:40:29 +02:00
Kiran d98f232033 Updated indentation 2016-09-28 16:57:46 -04:00
Kiran 0836270add Updated indentation 2016-09-28 16:55:18 -04:00
Kiran 6b42940de8 Updated indentation 2016-09-28 16:51:55 -04:00
Kiran d9ae777b2e Updated indentation 2016-09-28 16:50:56 -04:00
Kiran 7f58390d53 Updated indentation 2016-09-28 16:50:14 -04:00
Kiran f6e5e17c9a Updated indentation 2016-09-28 16:49:17 -04:00
Kiran 651c407787 Added 'spring-mvc-tiles' module to parent pom.xml 2016-09-28 16:47:13 -04:00
Grzegorz Piwowarek e1ffd14c0d Refactor JavaFolderSizeTest 2016-09-28 19:46:18 +02:00
Loredana Crusoveanu e5302d4e75 add failed authentication test 2016-09-28 10:35:21 -04:00
Slavisa Baeldung a9dff7f259 Merge remote-tracking branch 'origin/master' 2016-09-28 16:29:28 +02: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 d1bd04d2dc Add example 2016-09-28 16:22:44 +02:00
Naoshadul Islam 4db012d57b Update README.md 2016-09-28 09:51:08 +06:00
Loredana Crusoveanu 9226fdc110 remove unnecessary code 2016-09-27 20:48:05 -04:00
Loredana Crusoveanu a24db3ac1e add test for custom user details service 2016-09-27 20:45:42 -04:00
Zeger Hendrikse e77012b160 Merge pull request #692 from sanketmeghani/master
Get current date, time and timestamp
2016-09-27 20:47:12 +02:00
sanketmeghani 719d4e5aa1 Converting date/time retrieval methods to JUnits 2016-09-27 22:13:11 +05:30
Catalin e1d32226f3 Updated broken link 2016-09-27 12:24:47 +03:00
Nancy Bosecker 7aaae1d143 Moved project to core-java from eclipse folder (#703) 2016-09-27 07:40:46 +02:00
Loredana Crusoveanu d9f89bdad3 removed extra files 2016-09-26 20:55:17 -04:00
Marek Lewandowski 302ac3a5d4 Merge pull request #694 from anton-k11/master
BAEL-27 Java 9 New Features
2016-09-26 19:34:51 +02:00
anton-k11 9965605976 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	core-java-9/pom.xml
#	core-java-9/src/test/java/com/baeldung/java9/MultiResultionImageTest.java
2016-09-26 20:15:34 +03:00
Slavisa Baeldung c774468720 NOJIRA - adding some glue text to README 2016-09-26 17:17:07 +02:00
Grzegorz Piwowarek b576a4da40 Fixed pom.xml 2016-09-26 14:50:24 +02:00
Álvaro Fernández González 52911fede4 Remove module and try-catch (#701)
* 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.

* Add tests for Optional streams.

* Add Java 9 version of the test.

* Rename and move to new core-java-9 module.

* Move contents from spring-jpa-jndi to spring-jpa and make necessary changes.

* Do not use try-catch on configuration.
2016-09-26 14:01:52 +02:00
maibin eae09bb13a Fixed both Thymeleaf and Interceptors articles (#699)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf
2016-09-25 22:45:22 +02:00
eugenp 1e6083a13c minor cleanup work 2016-09-25 15:19:09 +03:00
eugenp a351667adc minor cleanup work 2016-09-25 15:18:08 +03:00
slavisa-baeldung db3a847240 BAEL-305 - jetty version upgrade 2016-09-25 12:36:45 +02:00
slavisa-baeldung f24282cb27 Merge pull request #657 from christian-raedel/craedel-enterprise-patterns/front-controller
BAEL-305: enterprise patterns/front controller
2016-09-25 13:33:13 +03:00
slavisa-baeldung 11292acceb BAEL-657 - FrontController image resize 2016-09-25 12:24:56 +02:00
Christian Rädel 3b948c9b8b Merge remote-tracking branch 'upstream/master' into craedel-enterprise-patterns/front-controller 2016-09-25 11:13:33 +02:00
Christian Rädel 51c438b469 BAEL-305: Use release versions as dependencies. 2016-09-25 11:07:55 +02:00