Commit Graph

10 Commits

Author SHA1 Message Date
Artem Bilan
833f55d662 Upgrade to the latest dependencies
* Fix deprecation warnings
2022-07-22 16:17:47 -04:00
René Scheibe
80af14a2e6 Make fields immutable (final) where possible 2022-06-08 10:13:03 -04:00
Artem Bilan
47ebbee8f3 Fix race condition in MQTT ApplicationTest
We mock a `MessageHandler` on the receiver side, but still send the
message over MQTT.

Add `CountDownLatch` to the mocked method and wait for its count before
asserting a received message
2019-04-08 11:06:31 -04:00
Spring Operator
d8e71c687e URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 300 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 14:52:00 -04:00
Gary Russell
5ec932ef0a MQTT: Fix deprecations; add test
Polishing - PR Comments

Polishing - PR Comments.

* Fix Copyright and `@since` in the affected classes
2019-03-20 15:50:27 -04:00
Gary Russell
2f2f1f6f8b Fix MQTT Deprecations 2018-08-06 11:39:23 -04:00
Gary Russell
e37904128e INTSAMPLES-150: Switch to Log4j2
JIRA: https://jira.spring.io/browse/INTSAMPLES-150
2017-09-01 16:14:34 -04:00
Artem Bilan
a21a2444ef Change Kafka Samples to use Boot auto-config
Remove `@IntegrationComponentScan` from Boot samples

Since the latest Spring Boot utilize already `@IntegrationComponentScan` for the `@SpringBootApplication` class package, there is no reason to worry about lost `@MessagingGateway`

Reflect Kafka samples changes according latest Spring Boot fixes
2017-01-16 13:23:50 -05:00
Artem Bilan
5f524dc534 Upgrade to SI-5.0 & SIK-3.0, Reactor 3.0
* Fix compatibility after Java DSL migration to the SI Core
* Also upgrade all the JMS sample to the JMS 2.0
* Fix default `connectionFactory` bean reference to the current `jmsConnectionFactory`
* Remove unsupported JPA-1.0 Spec via `OpenJpaAutoConfiguration`, since the minimum now is JPA-2.0
* Remove non-lambda sample since minimum now is Java 8
* Rename `PromiseTest` to `MonoTest` and fix it to Reactor 3.0
* Fix `stomp-server.xml` to use proper Reactor 3.0 `eactor.util.function.Tuples` for SpEL
* Regenerate POMs
2016-11-18 14:11:32 -05:00
Gary Russell
b52ee9ed9c Add MQTT Sample
* Move `ftp` `log4j` dependency to the `testCompile` configuration
* Regenerate POM for MQTT sample
2016-03-07 10:10:29 -05:00