Doha2012
48cd6f876f
Fix test names ( #1853 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
* add missing parent
* fix logging issue
* fix test names
2017-05-15 11:35:14 -05:00
Doha2012
7c73abdede
cleanup pom ( #1836 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
2017-05-12 13:32:54 -05:00
Doha2012
35231d0c19
cleanup parent dependencies ( #1828 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
2017-05-11 11:02:04 -05:00
Doha2012
9692ae36fb
add parent to pom ( #1816 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
2017-05-09 23:37:43 +03:00
Doha2012
5e1e320cee
exclude commons-logging dependency ( #1686 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
2017-04-19 16:14:10 +02:00
Naoshadul Islam
e1692d6643
Created README.md and added relevant articles
2016-12-15 21:34:38 +01:00
DOHA
3c2b0ca141
upgrade and cleanup
2016-12-07 14:51:06 +02:00
Grzegorz Piwowarek
c4638f1b4a
Fix SpringJMS examples
2016-10-13 18:35:13 +03:00
Kiran
65cd2dfb06
Code refactored and updated ( #746 )
...
* Updated indentation and refactored code
* Updated indentation and refactored code
* Updated indentation and refactored code
* Updated indentation and refactored code
* Updated indentation
* Updated indentation and refactored code
* Updated indentation and refactored code
2016-10-12 18:08:13 +02:00
eugenp
856be0a08a
formatting work
2016-10-12 08:02:05 +03:00
Grzegorz Piwowarek
e7ea2e1d2b
Fix spring-jms
2016-10-11 09:54:18 +02:00
Kiran
805c472ed6
Added useShutdownHook="false" ( #735 )
...
Set the property useShutdownHook to false
2016-10-11 09:31:10 +02:00
Kiran
9c5a0ff10f
Removed unnecessary code and SOP statements ( #736 )
2016-10-11 09:30:54 +02:00
Grzegorz Piwowarek
dd360db060
Refactor JMS examples
2016-10-09 21:21:09 +02:00
Grzegorz Piwowarek
02a1c2d114
Merge fix
2016-10-09 20:36:41 +02:00
Grzegorz Piwowarek
7fd2511b93
Merge branch 'master' of git://github.com/kirangonella/tutorials into kirangonella-master
...
# Conflicts:
# spring-jms/src/main/java/com/baeldung/spring/jms/Employee.java
# spring-jms/src/main/java/com/baeldung/spring/jms/SampleJMSExample.java
# spring-jms/src/main/java/com/baeldung/spring/jms/SampleJmsMessageSender.java
# spring-jms/src/main/java/com/baeldung/spring/jms/SampleListener.java
# spring-jms/src/main/java/com/baeldung/spring/jms/SampleMessageConverter.java
2016-10-09 20:36:03 +02:00
Kiran
872654d54c
Changed @Before to @BeforeClass
...
accordingly made the necessary methods staic
2016-10-09 14:22:20 -04:00
Kiran
ca3e67fcd8
Changed @Before to @BeforeClass
...
accordingly made the necessary methods staic
2016-10-09 14:21:43 -04:00
Kiran
b253563e67
Junit tests
...
JUnit Tests for default text messages and custom converted messages
2016-10-09 14:06:40 -04:00
Kiran
d640b9818d
Uploaded in wrong location
2016-10-09 14:02:46 -04:00
Kiran
528e3b1ef5
Uploaded in wrong location
2016-10-09 14:02:38 -04:00
Kiran
4240e34c37
Junit tests
...
JUnit tests for testing default text message as well as custom messages
2016-10-09 14:01:42 -04:00
Kiran
147e1bfe10
Embedded activemq is configured in this file
2016-10-09 13:59:25 -04:00
Kiran
0af6fbea16
Updated ApplicationContext.xml
2016-10-09 13:58:30 -04:00
Kiran
d1bdfb5234
This class is not required
...
Embedded ActiveMq is created from XML now.
2016-10-09 13:56:37 -04:00
Kiran
fe9c63560d
Updated indentation
2016-10-09 13:55:26 -04:00
Kiran
53a353916b
Updated indentation and refactored code
...
Added a a new method receiveMessage() to receive custom converted messages
2016-10-09 13:55:01 -04:00
Kiran
94f258f90c
Updated indentation and refactored code
2016-10-09 13:53:20 -04:00
Kiran
d98924b39d
Updated indentation and refactored code
2016-10-09 13:52:52 -04:00
Grzegorz Piwowarek
64d5a03863
Refactor spring-jms code samples
2016-10-07 10:39:07 +02:00
Kiran
2010fd9a87
Updated indentation
2016-10-05 00:14:59 -04:00
Kiran
ee9f0336b5
Updated indentation
2016-10-05 00:14:21 -04:00
Kiran
d0c9040cb9
spring-jms new project
2016-10-05 00:12:42 -04:00