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

49 Коммитов

Автор SHA1 Сообщение Дата
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
Pan Li e0c84152ae
Adjust media service sample due to sdk upgrade, resolve #496. (#497)
* Adjust media service sample due to sdk upgrade, resolve #496.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 11:35:35 +08:00
weiping dc5459940d
Fix incorrect items (#445)
* fix incorrect boot version, missing dependency and readme text
2018-10-26 15:08:52 +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
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 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 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
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 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
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 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
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
Asad Mansoor cdc5a71049 Update README.md (#332)
Fixed a typo in the create storage account on Azure section
2018-05-10 16:41:34 +08:00
mindprogenitor e91576ab9c Support for azure storage using user provided services (#317)
* Allow service configuration through a user provided service

* add informtion on how to use it with user provided services
2018-05-08 09:39:42 +08:00
Jonathan Giles d9877ace7a Update README.md (#318)
fix unsupported --secret-permissions options all
2018-05-04 15:40:25 +08:00
Yunge Zhu 99174e518c
add telemetry in application insights (#322) 2018-05-03 19:54:10 -07:00
weiping aea8de755b
upgrade spring boot to 2.0.1.RELEASE (#314) 2018-04-09 15:04:27 +08:00
weiping 36ca41a32f
Fix sonar reported bugs (#296)
* throw explicit exception

* use logger

* close InputStream
2018-03-12 11:40:34 +08:00
weiping 63ee95300d
check optional value must present (#289) 2018-03-07 14:12:50 +08: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
Pan Li 4b7b668819 Support spring boot 2.0 release (#276)
* Upgrade spring boot version to M6.

* Adjust some unit tests due to version change.

* Align the ServiceEndpoint configuration prefix.

* Meet one mock injection failure on class MappingDocumentDbConverter.

Signed-off-by: Pan Li <panli@microsoft.com>

* Align the restriction of ConfigurationProperties prefix.

* The prefix name of ConfigurationProperties should be lower-case.

* Error message is misleading, and spring boot may refine this.

* Details see: https://github.com/spring-projects/spring-boot/issues/9545

Signed-off-by: Pan Li <panli@microsoft.com>

* Align the code change for spring boot 2.0.0.RELEASE

* One expected exception changes.

* yamlPropertySourceLoad API change.

* Add default constructor for documentdb sample.

Signed-off-by: Pan Li <panli@microsoft.com>

* Upgrade spring-data-documentdb to version 2.0.1

* For fix the Mock cannot find class MappingDocumentDbConverter.

Signed-off-by: Pan Li <panli@microsoft.com>

* Remove unnecessary dependences.

* Repository url of snapshot and milestone.

* Spring security.

* Json.

Signed-off-by: Pan Li <panli@microsoft.com>

* Re-enable DocumentDBAutoConfigurationTest.

* As documentdb is not available in previous.

Signed-off-by: Pan Li <panli@microsoft.com>

* Remove unnecessary Autowired Annontation.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-03-02 15:08:14 +08:00
Pan Li 346ef92756 Adjust long lines of sample README.md without wrapping. (#270)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-03-01 10:51:04 +08:00
yungez e7fb0b5353
support build samples with gradle (#273)
* support build samples with gradle

* use version properties in root gradle setting

* more version property
2018-02-27 16:54:05 +08:00
weiping 15dd355a76
update latest released version and develop version (#268) 2018-02-11 16:18:36 +08:00
yungez 4b599e2541
update documentdb sample readme (#269) 2018-02-11 16:03:56 +08:00
weiping 5bb6b1de29
upgrade spring data documentdb to 0.1.4 (#254)
* inject mocked object

* upgrade spring data documentdb to 0.1.4
2018-02-01 13:12:24 +08:00
weiping 38a195569f
Add user agent support (#245)
* remove unsupported secret key format

* call RestClient with customized user agent

* change service name

* remove unused imports

* refactor user agent naming etc.
2018-01-24 14:15:46 +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
yungez 08268aba6c
fix keyvault sample readme (#237) 2017-12-05 13:02:22 +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 494a81d8cd Polish dependency management (#212) 2017-10-19 16:13:24 +08:00
Stéphane Nicoll 0e777f1f2e Polish (#211) 2017-10-19 09:05:03 +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
Raja Kolli 49ae1d9404 Fix java package names (#202)
* Polish

* polish packages

* use original version
2017-09-28 20:05:07 +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