-
Notifications
You must be signed in to change notification settings - Fork 1.9k
IGNITE-28799 Fix documentation code snippets compilation #13266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0bec290
efbf32f
8a8ef69
3ac788e
f71732c
9be16df
4785ac8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ | |
| <properties> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <ignite.version>2.19.0-SNAPSHOT</ignite.version> | ||
| <ignite.extensions.version>1.0.0</ignite.extensions.version> | ||
| </properties> | ||
| <dependencies> | ||
| <dependency> | ||
|
|
@@ -67,12 +68,48 @@ | |
| <artifactId>ignite-zookeeper</artifactId> | ||
| <version>${ignite.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-aws-ext</artifactId> | ||
| <version>${ignite.extensions.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-azure-ext</artifactId> | ||
| <version>${ignite.extensions.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <!-- ignite-cloud-ext is not published to Maven Central, so use the last released legacy artifact that still provides TcpDiscoveryCloudIpFinder. --> | ||
| <artifactId>ignite-cloud</artifactId> | ||
| <version>2.13.0</version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is it from extensions ? if so - why ver is hardcoded ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes,
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Started discussion on dev list https://lists.apache.org/thread/d214wbsp84gm6sc93woctf3q68dhrsch |
||
| </dependency> | ||
|
chesnokoff marked this conversation as resolved.
chesnokoff marked this conversation as resolved.
|
||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-gce-ext</artifactId> | ||
| <version>${ignite.extensions.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-kubernetes</artifactId> | ||
| <version>${ignite.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-zookeeper-ip-finder-ext</artifactId> | ||
| <version>${ignite.extensions.version}</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>ignite-opencensus</artifactId> | ||
| <version>${ignite.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.opencensus</groupId> | ||
| <artifactId>opencensus-exporter-trace-zipkin</artifactId> | ||
| <version>0.31.1</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.