Commit Graph

3748 Commits

Author SHA1 Message Date
Yasser Afifi 31b74a996c added modified HandlerMapping code 2017-01-01 18:43:25 +00:00
Yasser Afifi f8edea40ae added HandlerMapping exampels 2016-12-27 21:55:41 +00:00
Yasser Afifi b18e801370 added more example 2016-12-02 23:31:10 +00:00
Yasser Afifi 6835625602 added generics example method and tests 2016-11-20 20:20:52 +00:00
slavisa-baeldung 5f99e5aedd BAEL-89 - Adding surefire, fixing formatting 2016-11-19 09:47:17 +01:00
slavisa-baeldung 0bc2aad035 Merge branch 'master' into pr/846-tim-session 2016-11-19 09:33:13 +01:00
Grzegorz Piwowarek da66ba8955 Remove unnecessary comments 2016-11-19 08:30:42 +02:00
Parth Joshi 224a3a8a42 GeoIp Article PR (#789)
* GEO Ip Article first commit.

* Changes in controller and flow as per review by Kevin.

* Removed this file from spring-mvc-java as I had worked on spring-mvc-xml
and this was commited by mistake.

* Some fix in service usage as i was initializing service, intializing the
db in the each requests.

* Changes for Integration Testing Config. Renaming the test file for the
same purpose.

* Removed integration profile.
2016-11-18 16:02:52 -06:00
Prashant Khanal a46208fc4f Merge pull request #847 from pkhanal/master
@Qualifier annotation removed
2016-11-18 11:16:32 -08:00
Prashant Khanal 6d8a11f0a6 @Qualifier annotation removed 2016-11-18 11:15:38 -08:00
eugenp 12de46529d cleanup work 2016-11-18 14:10:21 +02:00
eugenp 30171ef89b upgrades 2016-11-18 14:01:31 +02:00
eugenp 42946ddbac cleanup work 2016-11-18 13:41:33 +02:00
eugenp 205a84d834 major upgrades 2016-11-18 13:26:34 +02:00
tschiman 7f6130c566 BAEL-89 Adding test configuration and test classes to demonstrate the code 2016-11-17 22:19:49 -07:00
tschiman a88c500d8d BAEL-89 Adding test dependencies 2016-11-17 20:32:44 -07:00
tschiman c0e721b92e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/jettyex/JettyWebApplication.java
#	spring-session/tomcat-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/TestController.java
2016-11-17 20:32:05 -07:00
tschiman 63f7ffedf8 BAEL-89 spring session update to fork 2016-11-17 20:28:50 -07:00
Grzegorz Piwowarek 83615aadf0 Merge pull request #845 from sameira/master
Updated the dependency versions as properties
2016-11-17 22:06:27 +02:00
Sameera bc4fa86c23 Updated the dependency versions as properties 2016-11-17 20:48:06 +05:30
Grzegorz Piwowarek 75a0274fe8 Refactor SeleniumExample 2016-11-17 07:46:38 +02:00
Marek Lewandowski be5ac17249 fix tests 2016-11-16 19:56:38 +01:00
Eugen e2c76098ab Merge pull request #822 from mujahid/master
BAEL-346 - [PR -2]
2016-11-16 11:48:41 -06:00
Grzegorz Piwowarek b14bae204d Remove PathTest 2016-11-16 17:27:15 +02:00
Grzegorz Piwowarek 024b3df483 Rename test 2016-11-16 17:26:39 +02:00
Grzegorz Piwowarek 697956e003 Remove duplicated file 2016-11-16 17:09:19 +02:00
Grzegorz Piwowarek 63bb0809f7 Add missing property 2016-11-16 15:30:30 +01:00
Grzegorz Piwowarek 3ed183ee6e Add missing README.md 2016-11-16 15:08:24 +01:00
mujah 082ae7b0da xml formatting 2016-11-16 21:39:13 +08:00
Grzegorz Piwowarek d1a12c2f6c Merge pull request #831 from maibin/master
X to PDF conversions
2016-11-16 10:29:13 +01:00
Grzegorz Piwowarek 4e1be85e12 Merge pull request #835 from ante003/master
Intro to Apache Camel
2016-11-16 10:27:08 +01:00
Grzegorz Piwowarek 506bfb9b21 closeOverlay refactor 2016-11-16 10:15:37 +01:00
Marek Lewandowski b74ce5914b Fix BAEL-454 and move test to actual tests 2016-11-16 09:55:16 +01:00
Marek Lewandowski 9305e79806 Remove empty line 2016-11-16 09:50:36 +01:00
Marek Lewandowski a9bae63774 Merge pull request #820 from sbmaggarwal/master
BAEL-454 BeanFactory sample in spring-core
2016-11-16 09:49:57 +01:00
Shubham Aggarwal 5e0f94f883 Updated junit dependency in pom, named test method meaningful 2016-11-16 14:09:46 +05:30
slavisa-baeldung 4681d3d172 BAEL-80 - Adding wildcard to filename 2016-11-16 07:44:56 +01:00
slavisa-baeldung 69427b6cad BAEL-317 Adding JUnit and surefire plugin, updating auth info to fit the article 2016-11-16 07:28:35 +01:00
slavisa-baeldung 0262d2728f BAEL-317 - Added junit and surefire, updated the authentication info so that it fits the article 2016-11-16 07:21:01 +01:00
Shubham Aggarwal 89ebafc9a6 Added assertions. 2016-11-16 08:29:47 +05:30
Pritam Banerjee 35ee1b89bb BAEL-317 - Updated Wildfly configurations and changed the files 2016-11-15 21:35:34 +01:00
Pritam Banerjee efc2450123 BAEL 317: Setting up EJB
EJB Client and EJB Remote
2016-11-15 21:35:14 +01:00
slavisa-baeldung 62d58599c5 BAEL-89 - removing @RestController from application classes 2016-11-15 21:23:04 +01:00
slavisa-baeldung 3c254fad0b BAEL-80 - file copy java config 2016-11-15 07:04:56 +01:00
slavisa-baeldung 3914a5d417 BAEL-89 - splitting controller and main application class 2016-11-15 06:36:28 +01:00
slavisa-baeldung a323947704 BAEL-86 - rename main class 2016-11-14 23:43:37 +01:00
Grzegorz Piwowarek ea18d3a4b3 Merge pull request #818 from christian-raedel/craedel-log4j2
BAEL-41: craedel-log4j2
2016-11-14 21:55:48 +01:00
Grzegorz Piwowarek dbe099fab3 Merge pull request #834 from sameira/master
Adding SHA-256 hashing impl and test classes
2016-11-14 21:54:08 +01:00
Grzegorz Piwowarek a6019567a0 Remove try-catch from Test classes (#798)
* Updating the Selenium version

* Remove try-catch from Test classes

* Making changes in Maven Profile for Test Case Failure

* Making changes in Maven Profile for Test Case Failure
2016-11-14 21:30:52 +01:00
Ante Pocedulic d33c3868bc - changed names of jUnit tests due to Baeldung name convenction 2016-11-14 19:52:48 +01:00