Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ https://github.com/gravitee-io/issues/issues/XXXXX

A small description of what you did in that PR.

> [!WARNING]
> Major version 7.x is the latest version available for this repository.
> It is used by the latest versions of `gravitee-reporter-***` plugins that are compatible with APIM 4.10.
>
> ⚠️**No new major version should be released.**
>
> Starting with APIM 4.11.0, `gravitee-reporter-common`, `gravitee-reporter-elasticsearch` and `gravitee-reporter-file` have been added as maven modules in the APIM monorepo.
>
> As a consequence, **all bug fixes** that are merged into `gravitee-reporter-elasticsearch` have to be cherry-picked in the [APIM monorepo](https://github.com/gravitee-io/gravitee-api-management).

**Additional context**

<!-- Add any other context about the PR here -->
Expand Down
15 changes: 12 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ image:https://circleci.com/gh/gravitee-io/gravitee-reporter-elasticsearch.svg?st
image:https://f.hubspotusercontent40.net/hubfs/7600448/gravitee-github-button.jpg["Join the community forum", link="https://community.gravitee.io?utm_source=readme", height=20]
endif::[]

[WARNING]
====
Major version 7.x is the latest version available for this repository.

⚠️**No new major version should be released.**

Starting with APIM 4.11.0, `gravitee-reporter-common`, `gravitee-reporter-elasticsearch` and `gravitee-reporter-file` have been added as maven modules in the [APIM monorepo](https://github.com/gravitee-io/gravitee-api-management).

As a consequence, **all bug fixes** that are merged into `gravitee-reporter-elasticsearch` have to be cherry-picked in the [APIM monorepo](https://github.com/gravitee-io/gravitee-api-management).
====


== Presentation

Expand All @@ -18,9 +29,7 @@ This reporter writes access logs to an Elasticsearch instance

|===
|Plugin version | APIM version | ES version | JDK version

| 7.x | 4.10.x | 7.x and later | 17

| 7.x | 4.10.x | 7.x and later | 17
| 6.x | 4.8.x | 7.x and later | 17
| 5.x | 4.0.x | 7.x and later | 17
| 4.x | 3.20.x to 4.0.x | 5.x and later | 11
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.gravitee</groupId>
<artifactId>gravitee-parent</artifactId>
<version>22.6.0</version>
<version>23.5.0</version>
</parent>

<groupId>io.gravitee.reporter</groupId>
Expand Down