Warren Zhu
7fdba3e343
Merge pull request #67 from Microsoft/support-filepath-credential
...
use resource loader to support classpath and file system files #66
2018-07-10 15:07:27 +08:00
Warren Zhu
992515bce3
Fix failed tests caused by merge
2018-07-10 15:05:38 +08:00
Warren Zhu
860453ce4e
Merge branch 'master' of github.com:Microsoft/Spring-cloud-azure into refactor
2018-07-10 15:03:45 +08:00
weiping
e1c30e4e4c
use resource loader to support classpath and file system files
2018-07-10 14:35:29 +08:00
Pan Li
d629e4cc7a
Inject ai instrumentation key as application.properties, #59 . ( #60 )
...
* Inject ai instrumentation key as application.properties, #59 .
* Remove some unused files.
* Add telemetery properties.
* Set Invalid Key for telemetry context.
Signed-off-by: Pan Li <panli@microsoft.com>
2018-07-10 13:03:53 +08:00
Warren Zhu
eb651fb88b
Add unit test of Spring cloud auto config
2018-07-10 11:48:03 +08:00
Warren Zhu
3e800af53f
Refactor Spring cloud azure auto-config
2018-07-10 11:42:19 +08:00
Pan Li
522f8478b4
Comment the not used field of PR template
2018-07-10 10:22:31 +08:00
Warren Zhu
2c87e6eaa5
Merge pull request #56 from Microsoft/refactor
...
Implement azure redis cluster auto config
2018-07-10 09:50:32 +08:00
Warren Zhu
a0dbade934
Extract constant in AzureRedisAutoConfigurationTest
2018-07-09 11:25:03 +08:00
Warren Zhu
de8a8f9df2
Implement Azure redis cluster auto config
2018-07-09 11:11:13 +08:00
Warren Zhu
30b3946a18
Use lombok annotation to replace getter and setter
2018-07-09 11:05:17 +08:00
Warren Zhu
006d6e366b
Merge pull request #45 from Microsoft/servicebus-starter
...
Add Servicebus auto-config, starter and sample
2018-07-09 10:55:51 +08:00
Warren Zhu
725da54290
Merge branch 'master' of github.com:Microsoft/Spring-cloud-azure into servicebus-starter
2018-07-09 10:50:43 +08:00
weiping
dab6eaf3e0
Merge pull request #55 from Microsoft/use-slf4j
...
use slf4j logger
2018-07-09 10:44:59 +08:00
weiping
fc7d580f42
use slf4j logger
2018-07-09 10:09:59 +08:00
Warren Zhu
b6896efe89
Merge pull request #44 from Microsoft/servicebus
...
Add service bus topic and queue send and subscribe operation
2018-07-06 11:31:59 +08:00
Warren Zhu
31ca6f0d9b
Add Spring Cloud Azure Service Bus sample
2018-07-06 11:14:57 +08:00
Warren Zhu
ca684ebf42
Fix wrong dependency
2018-07-06 10:59:46 +08:00
Warren Zhu
27d8587086
Add Spring-cloud-azure-starter-servicebus
2018-07-06 10:58:02 +08:00
Warren Zhu
aae8d9ec51
Add Spring Cloud Azure Service Bus topic and queue auto config
2018-07-06 10:49:56 +08:00
Warren Zhu
11a30e6892
Implement service bus topic inbound adapter
2018-07-06 10:35:09 +08:00
Warren Zhu
7a19a01f87
Implement service bus queue inbound adapter
2018-07-06 10:33:19 +08:00
Warren Zhu
b8ae9743db
Use positive check whether string is empty
2018-07-06 10:28:17 +08:00
Warren Zhu
5c5bf941f3
Use more specific runtime exception when service bus key empty
2018-07-06 10:26:48 +08:00
Warren Zhu
a5b1661593
Fix checkstyle line lenght violation
2018-07-06 10:25:04 +08:00
Warren Zhu
752c0316a1
Fix typo in comments
2018-07-06 10:23:25 +08:00
Warren Zhu
d58920d7c0
Implement Service Bus message handler to send message to queue or topic
2018-07-05 15:32:29 +08:00
Warren Zhu
ed768eb575
Fix bug of incorrect use of Memoizer function
2018-07-05 15:30:57 +08:00
Warren Zhu
62430e1f01
Merge branch 'master' of github.com:Microsoft/Spring-cloud-azure into servicebus
2018-07-05 11:34:55 +08:00
Pan Li
a18b4ffe3d
Add telemetry mode for spring cloud azure autoconfiguration, #38 . ( #39 )
...
* Add telemetry mode for spring cloud azure autoconfiguration.
* track version, installId, subsId, resourcGroup and serviceName.
* Add Unit test for telemetry bean.
Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Warren Zhu <Zhongwei.Zhu@microsoft.com>
2018-07-05 11:31:09 +08:00
Warren Zhu
d4eb67f42d
Add ServiceBusTopicTemplate as default implementation of ServiceBusTopicOperation
2018-07-05 11:17:10 +08:00
Warren Zhu
6925de2159
Add ServiceBusQueueTemplate as default implementation of ServiceBusQueueOperation
2018-07-05 11:14:01 +08:00
Warren Zhu
b87b9b19aa
Add Service Bus message handler
2018-07-05 11:12:23 +08:00
Warren Zhu
9a29c4c7eb
Implement Service Bus send template
2018-07-05 10:44:49 +08:00
Warren Zhu
5191cda6ca
Add ServiceBusRuntimeException
2018-07-05 10:35:42 +08:00
Warren Zhu
e177f07cfe
Add service bus dependency in spring-integration-azure
2018-07-05 10:33:05 +08:00
Warren Zhu
4fb750aee1
Add implementation of service bus topic and queue client factory
2018-07-05 10:30:43 +08:00
Warren Zhu
a486458ecc
Add interface of service bus topic and queue client factory
2018-07-05 10:28:54 +08:00
Warren Zhu
6436ca5c4f
Merge pull request #43 from Microsoft/eventhub-refactor
...
Fix wrong dependency caused by renaming
2018-07-04 17:26:54 +08:00
Warren Zhu
853ad74942
Merge branch 'master' of github.com:Microsoft/Spring-cloud-azure into eventhub-refactor
2018-07-04 15:18:04 +08:00
Warren Zhu
26f4d11bc3
Disable cache in travis CI due to issues
2018-07-04 15:12:44 +08:00
Warren Zhu
689ffb29c0
Fix missing dependency caused by renaming
2018-07-04 15:11:32 +08:00
Warren Zhu
377d8b9243
Move Tuple into spring-azure-context
2018-07-04 15:04:58 +08:00
Warren Zhu
6fa0af5fd3
Support service bus topic and queue query and creation
2018-07-04 14:57:28 +08:00
Warren Zhu
44ee3f8cfe
Merge pull request #37 from Microsoft/eventhub-refactor
...
Refactor by extracting inbound and outbound adapter logic
2018-07-04 10:46:29 +08:00
Pan Li
2666796c11
Add issue templates ( #41 )
2018-07-03 13:55:39 +08:00
Pan Li
1216f4dd18
Add jacoco for code coverage. ( #42 )
...
Signed-off-by: Pan Li <panli@microsoft.com>
2018-07-03 13:11:16 +08:00
Pan Li
ff6ed43b0d
Create PR template. ( #40 )
...
Signed-off-by: Pan Li <panli@microsoft.com>
2018-07-03 10:24:32 +08:00
Warren Zhu
ade99e09c4
Refactor EventHubClientFactory to return functional creator
2018-07-02 13:38:10 +08:00