Skip to content

Commit

Permalink
IGNITE-17033 Move ignite-aop to the Ignite Extensions project (apache…
Browse files Browse the repository at this point in the history
…#10037)

* IGNITE-17033 Move ignite-aop to the Ignite Extensions project

* IGNITE-17033 Fix aggregate pom file
  • Loading branch information
Mmuzaf authored May 26, 2022
1 parent 6b32ff0 commit 1d04e49
Show file tree
Hide file tree
Showing 57 changed files with 2 additions and 6,502 deletions.
1 change: 0 additions & 1 deletion assembly/dependencies-apache-ignite-slim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
<exclude>${project.groupId}:ignite-compatibility</exclude>
<exclude>${project.groupId}:ignite-sqlline</exclude>
<!-- Removed from slim packaging are: -->
<exclude>${project.groupId}:ignite-aop</exclude>
<exclude>${project.groupId}:ignite-cassandra-serializers</exclude>
<exclude>${project.groupId}:ignite-cassandra-store</exclude>
<exclude>${project.groupId}:ignite-cloud</exclude>
Expand Down
1 change: 0 additions & 1 deletion assembly/libs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Here is how it can be imported into your POM file:
All optional modules can be imported just like the core module, but with different artifact IDs.

The following modules are available:
- ignite-aop (for AOP-based grid-enabling)
- ignite-cassandra (for Apache Cassandra integration)
- ignite-cloud (for Apache JClouds integration)
- ignite-indexing (for SQL querying and indexing)
Expand Down
51 changes: 0 additions & 51 deletions assembly/test.xml

This file was deleted.

5 changes: 2 additions & 3 deletions docs/_docs/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ The following modules are available:
[width="100%",cols="1,2",options="header",]
|=======================================================================
|Module’s artifactId |Description
|ignite-aop | Ignite AOP module provides capability to turn any Java method to a distributed closure by
adding @Gridify annotation to it.

|ignite-cassandra-serializers | The Ignite Cassandra Serializers module provides additional serializers to store objects as BLOBs in Cassandra. The module could be used as in conjunction with the Ignite Cassandra Store module.

|ignite-cassandra-store | Ignite Cassandra Store provides a CacheStore implementation backed by the Cassandra database.
Expand Down Expand Up @@ -267,6 +264,8 @@ The following extensions are available:
[width="100%",cols="1,2",options="header",]
|=======================================================================
|Extension’s artifactId |Description
|ignite-aop-ext | Ignite AOP module provides capability to turn any Java method to a distributed closure by adding @Gridify annotation to it.

|ignite-aws-ext|Cluster discovery on AWS S3. Refer to link:clustering/discovery-in-the-cloud#amazon-s3-ip-finder[Amazon S3 IP Finder] for details.

|ignite-azure-ext| Ignite Azure provides Azure Blob Storage-based implementation of IP finder for TCP discovery.
Expand Down
33 changes: 0 additions & 33 deletions modules/aop/README.txt

This file was deleted.

202 changes: 0 additions & 202 deletions modules/aop/licenses/apache-2.0.txt

This file was deleted.

Loading

0 comments on commit 1d04e49

Please sign in to comment.