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

47 Коммитов

Автор SHA1 Сообщение Дата
weiping 70a23a5445 update snapshot version for 2.1.x (#536) 2019-01-21 22:48:32 -06:00
Kevin Zhao bae5f3b3da
Fix telemetry docs for AAD starter (#527) 2019-01-02 14:26:55 +08:00
weiping 84929ec2fc
add missing commons-io dependency (#524) 2018-12-27 10:15:51 +08:00
Pan Li b67c304832
Upgrade version to 2.1.1.BUILD-SNAPSHOT. (#518)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 21:12:03 -06:00
Pan Li cbaa229d0c
Add jackson to service bus and gremlin starter. (#517)
* Fix command line sample failure.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 20:07:48 -06:00
Pan Li 28209c6fad
Update version to 2.1.0, #485. (#516)
* Update version to 2.1.0, #485.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 04:12:11 -06:00
Pan Li 81ec7f7e21
Upgrade spring boot to 2.1.0 485 (#515)
* Update spring boot version to 2.1.0.RELEASE, resolve #485.
* Ajust test code due to assertj-core API change.
* Workaround adal4j dependency conflicit.
* Adjust autoconfigure code for spring data gremlin 2.1.0.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 02:48:43 -06:00
Pan Li 8f3a4592a0
Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 15:45:27 +08:00
Pan Li 1c056812e6
Update version to 2.0.8, #446. (#498)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 14:39:13 +08:00
LennartHaggkvistHM 73d9e1d3e5 Added support for MSI in VMs (fix #396 #432) (#456) 2018-11-13 09:10:56 +08:00
Davi Alves 02124999a9 Update dependency version and add gradle example (#394)
The last version for this dependency available in maven central is 2.0.4.
2018-11-01 11:03:22 +08:00
weiping b88d13d230
update sample to release version 2.0.7 (#443)
* update sample and dev version after 2.0.7 release
2018-10-26 13:29:19 +08:00
weiping e019be73c3
update storage README with latest properties (#438) 2018-10-12 15:28:49 +08:00
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 5ceb3f7baf
remove unused dependency management and add optional (fix #423) 2018-10-10 09:26:34 +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
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
weiping fb77bedf75
rename package and artifact ids from documentdb to cosmosdb (fix #326) 2018-09-05 10:01:30 +08:00
weiping 2830968745
update development version (#408) 2018-09-03 13:38:49 +08:00
weiping 130fda99b9
use property to store key (#405) 2018-08-31 15:34:14 +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
weiping 5d9323e04d
update dev version to 2.0.5-SNAPSHOT (#386) 2018-07-12 17:05:29 +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
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
Raja Kolli 8fc07a440f Upgrade to latest version available (#344) 2018-06-04 17:20:14 +08:00
Yunge Zhu 99174e518c
add telemetry in application insights (#322) 2018-05-03 19:54:10 -07:00
Pan Li 2b2c398cae Update master tree version to 2.0.2-SNAPSHOT (#292)
* Update master tree version.

* As branch release/2.0.1 created, update master from 2.0.1-SNAPSHOT -> 2.0.2-SNAPSHOT

* Use variable instead of hardcode in bom pom, #291.

* use variable azure.spring.boot.version instead of hardcode.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-03-07 14:12:34 +08:00
Pan Li 60d8873250
Align some naming convention with spring boot. (#285)
* Align some naming convention with spring boot, #281.

* Rename clientId -> client-id, clientSerect -> client-serect

* Rename azureservice -> azure.service

* Update the README.md for aad sample and starter.

* Use multiline for azure.service for serviceEndpoints.yml.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-03-06 13:34:46 +08:00
weiping f76109c938
update master branch latest snapshot version (#284)
* update master branch latest snapshot version

* update readme

* manage json version in parent pom
2018-03-06 11:35:20 +08:00
weiping 15dd355a76
update latest released version and develop version (#268) 2018-02-11 16:18:36 +08:00
Yitao Dong 5f8adabf9a Update README.md for AAD and DocumentDB (#261)
* Update README.md for AAD and DocumentDB

* Update README.md for AAD and DocumentDB
2018-02-05 09:31:53 +08:00
weiping 165473efa8
Support azure cn domain (#249)
* add multi service endpoints to support both global and cn domain

* configure service environment property in server side
2018-01-23 11:07:30 +08:00
yungez 4913567a59
flip version to 0.2.2-snapshot, add release automation readme (#242) 2018-01-02 17:06:09 +08:00
yungez 21a5868277
update version to 0.2.1 (#240) 2018-01-02 13:10:44 +08:00
ZhijunZhao 093ccff680 fix typos (#221)
* fix typos

* more typo correction

* update released version

* more typos

* minor
2017-10-24 16:09:34 +08:00
ZhijunZhao 14f2e2e81b bump to 0.2.0-snapshot for release purpose (#220) 2017-10-24 14:18:29 +08:00
Stéphane Nicoll 9261c7ce38 Remove use of starter in the autoconfigure module (#214)
The auto-configuration module should not use starter as this is
something that's not necessary in the scope of that module. That helps
narrowing down what is actually necessary for the auto-configuration to
work.
2017-10-19 16:18:34 +08:00
Stéphane Nicoll 494a81d8cd Polish dependency management (#212) 2017-10-19 16:13:24 +08:00
Stéphane Nicoll f6e53af051 Polish (#210) 2017-10-19 09:04:08 +08:00
ZhijunZhao d322e2b39d fix broken links and cleanup readme (#208)
* fix broken links

* update readme
2017-10-17 16:52:40 +08:00
ZhijunZhao 3cfbc2db11 bump version to 0.1.10-SNAPSHOT after releasing 0.1.9 (#207)
* bump version to 0.1.10-SNAPSHOT after releasing 0.1.9

* update version in readme
2017-10-17 14:46:11 +08:00
ZhijunZhao 0c119b19f4 Fix open issues (#205)
* Fix #197 move `GetHashMac`

* Fix issue #193 Rename 'ad-integration' to 'active-directory'

* remove duplicated scm, license and developer info from pom files

* Relocate CloudFoundry support

* minor

* move keyvalut code to azure-spring-boot module

* change starter packaging type to pom

* move aad code from starter to auzre-spring-boot module

* fix error

* add missing dependency
2017-10-16 18:53:37 +08:00
ZhijunZhao 3516c9193f change azure-support to azure-spring-boot and change package name spr… (#200)
* change azure-support to azure-spring-boot and change package name spring.boot to spring

* simplify root pacakges for samples

* rename azure-starters

* rename sample s
2017-09-28 16:16:33 +08:00