forked from saragluna/spring-reference-intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspring-reference.yaml
847 lines (846 loc) · 42.8 KB
/
spring-reference.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
# Please refer to this link to see design details and how to change:
# https://dev.azure.com/azure-spring-integration/spring-integration-private/_wiki/wikis/spring-integration-private.wiki/280/Spring-Reference-for-Intellij-Plugin.
---
- name: Spring Cloud Azure Bom
content:
- name: Spring Cloud Azure Bom
description: BOM for Spring Cloud Azure support.
artifacts:
- artifactId: spring-cloud-azure-dependencies
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: Bill of Materials (BOM) for Spring Cloud Azure support.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/boms/spring-cloud-azure-dependencies
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#bill-of-material-bom
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-dependencies
dependencyPattern:
gradle: |
dependencyManagement {
imports {
mavenBom "com.azure.spring:spring-cloud-azure-dependencies:${azure.version}"
}
}
maven: |
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
<version>${azure.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
springProperties:
starter: false
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-dependencies
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-dependencies
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-dependencies
version: 4.3.0
- name: Active Directory
content:
- name: Active Directory
description: |-
Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access
management service, which helps your employees sign in and access resources.
msDocs: https://docs.microsoft.com/azure/active-directory/fundamentals/
artifacts:
- artifactId: spring-cloud-azure-starter-active-directory
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter provides the most optimal way to connect your Web
application to an Azure Active Directory (AAD for short) tenant and protect resource
server with AAD. It uses the Oauth 2.0 protocol to protect Web applications and resource
servers.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-active-directory
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-active-directory
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/aad/spring-cloud-azure-starter-active-directory/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory
version: 4.3.0
- name: Active Directory B2C
content:
- name: Active Directory B2C
description: |-
Azure Active Directory B2C provides business-to-customer identity as a service.
Your customers use their preferred social, enterprise, or local account identities
to get single sign-on access to your applications and APIs.
msDocs: https://docs.microsoft.com/azure/active-directory-b2c
artifacts:
- artifactId: spring-cloud-azure-starter-active-directory-b2c
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-active-directory-b2c
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-active-directory-b2c
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/aad/spring-cloud-azure-starter-active-directory-b2c/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory-b2c
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory-b2c
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-active-directory-b2c
version: 4.3.0
- name: App Configuration
content:
- name: App Configuration
description: |-
Azure App Configuration provides a service to centrally manage application settings and
feature flags. Modern programs, especially programs running in a cloud, generally have
many components that are distributed in nature. Spreading configuration settings across
these components can lead to hard-to-troubleshoot errors during an application
deployment. Use App Configuration to store all the settings for your application and
secure their accesses in one place.
msDocs: https://docs.microsoft.com/azure/azure-app-configuration/
artifacts:
- artifactId: spring-cloud-azure-starter-appconfiguration
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure App Configuration.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-appconfiguration
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-appconfiguration
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/appconfiguration/spring-cloud-azure-starter-appconfiguration/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-appconfiguration
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-appconfiguration
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-appconfiguration
version: 4.3.0
- name: Cosmos DB
content:
- name: Spring Data Cosmos
description: |-
Azure Cosmos DB is a fully managed NoSQL database for modern app development.
Single-digit millisecond response times, and automatic and instant scalability,
guarantee speed at any scale. Business continuity is assured with SLA-backed
availability and enterprise-grade security.
msDocs: https://docs.microsoft.com/azure/cosmos-db/
clientSource:
groupId: com.azure
artifactId: azure-spring-data-cosmos
artifacts:
- artifactId: spring-cloud-azure-starter-data-cosmos
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Spring Data Azure Cosmos DB, which enables developers to easily integrate with Azure Cosmos
DB SQL API using Spring Data.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-data-cosmos
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-cosmos-db
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-data-cosmos
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/cosmos/spring-cloud-azure-starter-data-cosmos/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-data-cosmos
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-data-cosmos
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-data-cosmos
version: 4.3.0
- name: Cosmos DB
description: |-
Azure Cosmos DB is a fully managed NoSQL database for modern app development.
Single-digit millisecond response times, and automatic and instant scalability,
guarantee speed at any scale. Business continuity is assured with SLA-backed
availability and enterprise-grade security.
msDocs: https://docs.microsoft.com/azure/cosmos-db/
artifacts:
- artifactId: spring-cloud-azure-starter-cosmos
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Cosmos DB, which enables developers to easily integrate with Azure Cosmos DB SQL API.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-cosmos
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-cosmos
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/cosmos/spring-cloud-azure-starter-cosmos/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-cosmos
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-cosmos
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-cosmos
version: 4.3.0
- name: Key Vault
content:
- name: Key Vault - Certificates
description: |-
Azure Key Vault enables Microsoft Azure applications and users to store and use certificates, which are
built on top of keys and secrets and add an automated renewal feature.
msDocs: https://docs.microsoft.com/azure/key-vault/
clientSource:
groupId: com.azure
artifactId: azure-security-keyvault-certificates
artifacts:
- artifactId: spring-cloud-azure-starter-keyvault-certificates
groupId: com.azure.spring
versionGA: 4.3.0
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Key Vault Certificates.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-keyvault-certificates
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault-certificates
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-keyvault-certificates
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-certificates
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-certificates
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-certificates
version: 4.3.0
- artifactId: azure-security-keyvault-jca
groupId: com.azure
versionGA: 2.7.0
versionPreview: 1.0.0-beta.7
type: client
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-security-keyvault-jca/2.7.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-jca
msdocs: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-jca/README.md
repopath: https://search.maven.org/artifact/com.azure/azure-security-keyvault-jca
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/keyvault/azure-securtiy-keyvault-jca
- name: Key Vault - Secrets
description: |-
Azure Key Vault Secrets allows you to securely store and tightly control the access to
tokens, passwords, API keys, and other secrets. This library offers operations to
create, retrieve, update, delete, purge, backup, restore, and list the secrets and its
versions.
msDocs: https://docs.microsoft.com/azure/key-vault/secrets/about-secrets
clientSource:
groupId: com.azure
artifactId: azure-security-keyvault-secrets
artifacts:
- artifactId: spring-cloud-azure-starter-keyvault-secrets
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Key Vault Secrets, and adds Azure Key Vault as one of Spring PropertySource.
Secrets stored in Azure Key Vault could be easily used and conveniently accessed like other
externalized configuration property.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-keyvault-secrets
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-keyvault-secrets
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/keyvault/spring-cloud-azure-starter-keyvault-secrets/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-secrets
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-secrets
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-keyvault-secrets
version: 4.3.0
- name: Storage
content:
- name: Storage - Blobs
description: |-
Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Storage
is optimized for storing massive amounts of unstructured data. Unstructured data is
data that does not adhere to a particular data model or definition, such as text or
binary data.
msDocs: https://docs.microsoft.com/azure/storage/blobs/
clientSource:
groupId: com.azure
artifactId: azure-storage-blob
artifacts:
- artifactId: spring-cloud-azure-starter-storage-blob
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Storage Blob, and implements Spring Resource abstraction for Azure Storage
service which allows you to interact with Storage Blob using Spring programming model.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-storage-blob
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-blob
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/storage/spring-cloud-azure-starter-storage-blob/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-blob
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-blob
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-blob
version: 4.3.0
- name: Storage - Files Shares
description: |-
Azure File Share storage offers fully managed file shares in the cloud that are
accessible via the industry standard Server Message Block (SMB) protocol. Azure file
shares can be mounted concurrently by cloud or on-premises deployments of Windows,
Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers
with Azure File Sync for fast access near where the data is being used.
msDocs: https://docs.microsoft.com/azure/storage/files/
clientSource:
groupId: com.azure
artifactId: azure-storage-file-share
artifacts:
- artifactId: spring-cloud-azure-starter-storage-file-share
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Storage File Share, and implements Spring Resource abstraction for Azure Storage
service which allows you to interact with Storage File Share using Spring programming model.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-storage-file-share
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#resource-handling
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-file-share
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/storage/spring-cloud-azure-starter-storage-file-share/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-file-share
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-file-share
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-file-share
version: 4.3.0
- name: Storage - Queues
description: |-
Azure Queue Storage is a service for storing large numbers of messages. You access
messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A
queue message can be up to 64 KB in size. A queue may contain millions of messages, up
to the total capacity limit of a storage account. Queues are commonly used to create a
backlog of work to process asynchronously.
msDocs: https://docs.microsoft.com/azure/storage/queues/
clientSource:
groupId: com.azure
artifactId: azure-storage-queue
artifacts:
- artifactId: spring-cloud-azure-starter-storage-queue
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Storage Queue.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-storage-queue
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-storage-queue
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/storage/spring-cloud-azure-starter-storage-queue/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-queue
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-queue
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-storage-queue
version: 4.3.0
- artifactId: spring-cloud-azure-starter-integration-storage-queue
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Spring Integration Azure Storage Queue.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-integration-storage-queue
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-storage-queue
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/storage/spring-cloud-azure-starter-integration-storage-queue/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-storage-queue
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-storage-queue
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-storage-queue
version: 4.3.0
- artifactId: spring-integration-azure-storage-queue
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Integration extension for Azure Storage Queue. Spring Integration extends
the Spring programming modoel to support well-known Enterprise Integration Patterns.
type: spring
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/spring-integration-azure-storage-queue/4.3.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-integration-azure-storage-queue
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support
repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-storage-queue
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/storage/spring-integration-azure-storage-queue/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-integration-azure-storage-queue
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-integration-azure-storage-queue
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-integration-azure-storage-queue
version: 4.3.0
- name: Service Bus
content:
- name: Service Bus
description: |-
Microsoft Azure Service Bus is a fully managed enterprise integration message broker.
Service Bus can decouple applications and services. Service Bus offers a reliable and
secure platform for asynchronous transfer of data and state. Data is transferred
between different applications and services using messages.
msDocs: https://docs.microsoft.com/azure/service-bus-messaging/
clientSource:
groupId: com.azure
artifactId: azure-messaging-servicebus
artifacts:
- artifactId: spring-cloud-azure-starter-servicebus
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Service Bus.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-servicebus
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-servicebus
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/servicebus/spring-cloud-azure-starter-servicebus/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus
version: 4.3.0
- artifactId: spring-cloud-azure-starter-integration-servicebus
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Spring Integration Azure Service Bus.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-integration-servicebus
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-servicebus
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/servicebus/spring-cloud-azure-starter-integration-servicebus/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-servicebus
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-servicebus
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-servicebus
version: 4.3.0
- artifactId: spring-integration-azure-servicebus
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Integration extension for Azure Service Bus. Spring Integration extends
the Spring programming modoel to support well-known Enterprise Integration Patterns.
type: spring
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/spring-integration-azure-servicebus/4.3.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-integration-azure-servicebus
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support
repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-servicebus
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/servicebus/spring-integration-azure-servicebus/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-integration-azure-servicebus
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-integration-azure-servicebus
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-integration-azure-servicebus
version: 4.3.0
- artifactId: spring-cloud-azure-stream-binder-servicebus
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure
Service Bus which allows you to build message-driven microservice using Spring Cloud
Stream based on Azure Service Bus.
type: spring
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/spring-cloud-azure-stream-binder-servicebus/4.3.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-stream-binder-servicebus
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-with-service-bus
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-stream-binder-servicebus
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/servicebus/spring-cloud-azure-stream-binder-servicebus/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-servicebus
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-servicebus
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-servicebus
version: 4.3.0
- name: Service Bus JMS
description: |-
Microsoft Azure Service Bus is a fully managed enterprise integration message broker.
Service Bus can decouple applications and services. Service Bus offers a reliable and
secure platform for asynchronous transfer of data and state. Data is transferred
between different applications and services using messages.
msDocs: https://docs.microsoft.com/azure/service-bus-messaging/how-to-use-java-message-service-20
artifacts:
- artifactId: spring-cloud-azure-starter-servicebus-jms
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Spring JMS with Azure Service Bus Queue and Topic.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-servicebus-jms
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-servicebus-jms
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/servicebus/spring-cloud-azure-starter-servicebus-jms/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus-jms
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus-jms
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-servicebus-jms
version: 4.3.0
- name: Event Hubs
content:
- name: Event Hubs
description: |-
Azure Event Hubs is a big data streaming platform and event ingestion service. It can
receive and process millions of events per second. Data sent to an event hub can be
transformed and stored by using any real-time analytics provider or batching/storage
adapters.
msDocs: https://docs.microsoft.com/azure/event-hubs/
clientSource:
groupId: com.azure
artifactId: azure-messaging-eventhubs
artifacts:
- artifactId: spring-cloud-azure-starter-eventhubs
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Azure Event Hubs.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-eventhubs
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#auto-configure-azure-sdk-clients
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-eventhubs
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/eventhubs/spring-cloud-azure-starter-eventhubs/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-eventhubs
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-eventhubs
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-eventhubs
version: 4.3.0
- artifactId: spring-cloud-azure-starter-integration-eventhubs
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Boot Starter helps developers to finish the auto-configuration of
Spring Integration Azure Event Hubs.
type: spring
links:
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-starter-integration-eventhubs
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-integration-eventhubs
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/eventhubs/spring-cloud-azure-starter-integration-eventhubs/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-eventhubs
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-eventhubs
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-starter-integration-eventhubs
version: 4.3.0
- artifactId: spring-integration-azure-eventhubs
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Integration extension for Azure Event Hubs. Spring Integration extends
the Spring programming modoel to support well-known Enterprise Integration Patterns.
type: spring
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/spring-integration-azure-eventhubs/4.3.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-integration-azure-eventhubs
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-integration-support
repopath: https://search.maven.org/artifact/com.azure.spring/spring-integration-azure-eventhubs
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/eventhubs/spring-integration-azure-eventhubs/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-integration-azure-eventhubs
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-integration-azure-eventhubs
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-integration-azure-eventhubs
version: 4.3.0
- artifactId: spring-cloud-azure-stream-binder-eventhubs
groupId: com.azure.spring
versionGA: 4.3.0
versionPreview: 4.0.0-beta.3
description: |-
Microsoft's Spring Cloud Stream Binder provides Spring Cloud Stream Binder for Azure
Event Hubs which allows you to build message-driven microservice using Spring Cloud
Stream based on Azure Event Hubs.
type: spring
links:
javadoc: https://azuresdkdocs.blob.core.windows.net/$web/java/spring-cloud-azure-stream-binder-eventhubs/4.3.0/index.html
github: https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure_4.3.0/sdk/spring/spring-cloud-azure-stream-binder-eventhubs
msdocs: https://docs.microsoft.com/azure/developer/java/spring-framework/spring-cloud-azure#spring-cloud-stream-binder-for-azure-event-hubs
repopath: https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-stream-binder-eventhubs
sample: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_4.3.0/eventhubs/spring-cloud-azure-stream-binder-eventhubs/
springProperties:
starter: true
bom: spring-cloud-azure-dependencies
compatibilityRange: "[2.5.0,2.7.1]"
mappings:
- compatibilityRange: "[2.5.0,2.5.14]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-eventhubs
version: 4.3.0
- compatibilityRange: "[2.6.0,2.6.9]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-eventhubs
version: 4.3.0
- compatibilityRange: "[2.7.0,2.7.1]"
groupId: com.azure.spring
artifactId: spring-cloud-azure-stream-binder-eventhubs
version: 4.3.0