Krzysiek
87d8f17374
JAVA-959: Migrate spring-jms to com.baeldung
2020-03-11 21:30:56 +01:00
amit2103
bd8a6c0271
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
2019-11-20 11:11:07 +05:30
Dhawal Kapil
af75e04e50
BAEL-9496 Fix failing context tests ( #7855 )
...
* BAEL-9496 Fix failing context tests
- Fixes for SpringContextIntegrationTest in several projects
* BAEL-9496 Fix failing context tests
-Fixed ContextTests for spring-jms and further fixes spring-session-mongodb
* BAEL-9496 Fix failing context tests
-Fixed context tests from spring-rest-angular project
2019-09-25 07:25:50 -06:00
Dhawal Kapil
b6ae9ec3b4
Story/bael 14304 ( #7311 )
...
* BAEL-15951 Moved vavr, JHipster to default profiles
* BAEL-14304 Include the SpringContextIntegrationTest in the default build
- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists
* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles
* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
Shubhra Srivastava
00c115229b
Bael 2560 spring jms error handler ( #6447 )
...
* Spring jms error handler
* BAEL-2560 Reverting a change
2019-03-03 18:36:11 -08:00
sachin29aug
889c52f1c2
BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 27 more modules.. work in progress..)
2018-09-15 22:19:20 -04:00
amit2103
d268ffa5c9
[BAEL-7670] Added logback.xml in missing modules in src/main/resources
2018-08-05 18:40:49 +05:30
Michael C Good
dc349c17a8
BAEL-1238 michael.good703@gmail.com ( #2879 )
...
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* update
2017-10-26 21:32:25 -07:00
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 83bf1f9fd2 .
* 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
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