Граф коммитов

399 Коммитов

Автор SHA1 Сообщение Дата
weiping 3a1f3fc71e
Azure storage v10 (#437)
* upgrade storage sdk to v10
2018-10-12 14:37:38 +08:00
weiping b188b31ebe
update bom and upgrade media service authentication (#435)
* update bom and upgrade media service authentication with AAD
2018-10-12 14:13:11 +08:00
weiping ae3eddecb4
catch track event exception to avoid application broken (#430) 2018-10-10 10:29:35 +08:00
weiping 5ceb3f7baf
remove unused dependency management and add optional (fix #423) 2018-10-10 09:26:34 +08:00
weiping 0dc63a4557
Refactor aad to support serializable UserPrincipal (#427)
* refactor UserPrincipal to support serialization and keep domain data only
2018-10-09 14:31:32 +08:00
Elena Neroslavskaya d393664014 add AlwaysEncrypted Starter (#420)
* add AlwaysEncrypted Starter

* review comments and remove bean warnings

* review comments and remove bean warnings
2018-10-09 09:39:31 +08:00
weiping 6b37c848a4
allow user to configure jwt connect/read timeout (#418)
* allow user to configure jwt connect/read timeout
2018-10-08 09:54:33 +08:00
Dhaval Doshi f90ed531d3 update Micrometer dependency to 1.1.0-m.1 (#424) 2018-09-29 08:53:22 +08:00
weiping 0a319bea07
update spring data cosmosdb version (#421)
* upgrade spring-data-cosmosdb to 2.0.5
2018-09-19 20:55:22 -07:00
Dhaval Doshi 5b3301cc67 adding autoconfiguration for micrometer azuremonitor registry (#419)
* adding autoconfiguration for micrometer azuremonitor registry
* remove snapshot dependency for Application Insights
2018-09-18 13:03:44 +08:00
Pan Li 03890e1cd2
Add README and gradle for spring-data-gremlin-starter. (#415)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-09-07 13:11:49 +08:00
weiping fb77bedf75
rename package and artifact ids from documentdb to cosmosdb (fix #326) 2018-09-05 10:01:30 +08:00
weiping a0279ef82b
replace json with jackson (fix #233) (#410)
* replace json with jackson
2018-09-04 11:02:14 +08:00
weiping e8fb638a59
change line wrap and use constants for numbers (#409) 2018-09-03 14:17:24 +08:00
weiping 2830968745
update development version (#408) 2018-09-03 13:38:49 +08:00
Pan Li 141bce5ad2
Use azure-dependencies-bom in azure-spring-boot. (#406)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-08-31 16:55:35 +08:00
weiping 130fda99b9
use property to store key (#405) 2018-08-31 15:34:14 +08:00
Pan Li f5104d8775
Update rest client version to 1.3.1, fix #403. (#404)
* Align the version with spring cloud azure.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-08-30 14:11:20 +08:00
Didier Cherix 957b8fd812 make azure keyvault refresh interval configurable (#362) 2018-08-28 14:41:54 +08:00
weiping 6ea1246994
update sample to release version 2.0.5 (#401)
* update sample to release version 2.0.5
2018-08-27 18:29:27 +08:00
weiping c17ec1fbde
use Spring utils to avoid dependency missing (#399)
* use Spring utils to avoid dependency missing
2018-08-27 09:47:12 +08:00
weiping 2c55b140b0
upgrade spring-data-cosmosdb to 2.0.4 (#398)
* upgrade spring-data-cosmosdb to 2.0.4

* use release version in sample code
2018-08-24 16:31:16 +08:00
Pan Li de338be7c6
Update Application Inisght version to 2.1.2, fix #391. (#392)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-08-06 09:51:12 +08:00
Patrick Hahn 611ba166df Update maven dependency for active directory starter (#390)
The code sample below doesn't work in version 2.0.2, as the `OAuth2UserService` isn't yet provided in this version. A bump to 2.0.4 fixes that problem.
2018-08-02 09:20:35 +08:00
Pan Li 44947b4ca4
Add autoconfigure-processor for spring boot metadata, #382. (#384)
* Remove manual metadata files.

* Packaging metadata files automatically.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-07-12 17:12:32 +08:00
weiping 5d9323e04d
update dev version to 2.0.5-SNAPSHOT (#386) 2018-07-12 17:05:29 +08:00
Kamal Kumar 2e01e17c7c fixed redundant graph call (#387)
* fixed redundant graph call
2018-07-12 17:05:08 +08:00
weiping 17399ec36e
add gremlin starter to default release list (#385)
* add gremlin starter to default release list

* add gremlin starter to README
2018-07-06 15:32:40 +08:00
Pan Li 556165d23e
Add starter and example code for gremlin (#373)
* Add stater and sample code for gremlin autoconfiguration.

* Update sample code description.

Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Weiping Pan <Weiping.Pan@microsoft.com>
2018-07-06 08:58:10 +08:00
Pan Li d849695d0d
Refine the gremlin autoconfig with ApplicationContextRunner, #375. (PR #376)
Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Weiping Pan <Weiping.Pan@microsoft.com>
2018-07-05 11:39:44 +08:00
weiping db8ee95104
fix vulnerbilities CVE-2018-11039 and CVE-2018-11040 (#379)
* fix vulnerbilities CVE-2018-11039 and CVE-2018-11040

* use spring boot managed snakeyaml dependency
2018-07-05 09:57:09 +08:00
weiping ceff934ed3
use ApplicationContextRunner to init test property values (#381)
* use ApplicationContextRunner to init test property values

* remove braces

* remove parentheses
2018-07-05 09:17:28 +08:00
weiping c14e9d3610
Aad faq (#378)
* ignore bin directory

* add faq
2018-07-03 15:47:45 +08:00
michel404 9fc2055deb fix logout feature in active directory sample with a redirect (#364) (#377) 2018-06-30 21:25:59 +08:00
Pan Li 689ce1ac29
fix one regression of spring.factories, #371. (#372)
* As it do not honor space, make it happy.

Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Weiping Pan <Weiping.Pan@microsoft.com>
2018-06-28 16:48:40 +08:00
Pan Li 367fc0a567
Add Unit test for gremlin auto configuration. (#368)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-06-28 14:21:05 +08:00
weiping 73cfe5114f
add correlation id suffix to on-behalf-of token request (#370) 2018-06-27 10:44:55 +08:00
Pan Li f8e31a9eb0
Add auto configuration for spring-data-gremlin. (#365)
* Add auto configuration for spring-data-gremlin.

* create Auto config when endpoint, port, username and password.

* create Auto config when Factory, Template and Converter.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-06-26 19:06:04 +08:00
weiping afa1fbd34e
remove unnecessary bean definition (#363) 2018-06-22 15:11:10 +08:00
weiping bed8097d59
increase snapshot version (#359) 2018-06-15 14:04:27 +08:00
weiping fe75454c2c
update spring data cosmosdb to version 2.0.3 (#358) 2018-06-15 10:17:29 +08:00
weiping fecf446a8f
auto configure OAuth2UserService for oauth2 with spring security 5 (#356)
* auto configure OAuth2UserService for oauth2 with spring security 5 and provide pre-configured azure oauth2 properties

* add sample and update README accordingly
2018-06-12 10:01:43 +08:00
Pan Li 40715c319e
hidden the ai telemetry key from source code. (#353)
Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Weiping Pan <Weiping.Pan@microsoft.com>
2018-06-12 09:54:42 +08:00
weiping 25eebaf9c4
move graph APIs into separate class in order to be reused (#352)
* move graph APIs into separate class in order to be reused
2018-06-06 10:17:43 +08:00
Raja Kolli e1269e8ed0 removes unused import (#348) 2018-06-05 16:33:08 +08:00
weiping 606c835990
fix wrong lombok dependency config (#349) 2018-06-04 18:55:08 +08:00
weiping 97791d9277
Gradlew version fix (#345)
* spring-security-oauth2 is not required

* update dependencies version

* run gradlew build for sample project

* add exec permission
2018-06-04 18:35:45 +08:00
David Harrigan cf7a0f1542 Lombok dependency should only use "provided" scope. (#331)
According to the official Lombok documentation
(https://projectlombok.org/mavenrepo/), the Lombok library should be
referenced as "provided" in scope. This ensures that downstream projects that
include this Spring Boot Starter project do not pull in Lombok unnecessarily.

This fixes #330

-=david=-
2018-06-04 17:21:09 +08:00
Raja Kolli 8fc07a440f Upgrade to latest version available (#344) 2018-06-04 17:20:14 +08:00
weiping b345584321
update signing key information (#346) 2018-06-04 17:17:13 +08:00