Skip to content
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

Alfredops 856 #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
7 changes: 5 additions & 2 deletions alfred-telemetry-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ In the latter case, you need to add the dependencies yourself:

```groovy
alfrescoSM "io.micrometer:micrometer-core:${micrometerVersion}"
alfrescoSM "io.github.mweirauch:micrometer-jvm-extras:${jvmExtrasVersion}"
alfrescoSM(group: 'io.github.mweirauch', name: 'micrometer-jvm-extras', version: "${jvmExtrasVersion}")
{
exclude group: "org.slf4j", module: "*"
}
```

### Manual download and install
Expand Down Expand Up @@ -173,4 +176,4 @@ To only run the integration tests for a specific Alfresco version, execute the t

```
./gradlew :integration-tests:alfresco-community-61:integrationTest
```
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'eu.xenit.docker-compose' version '5.3.2' apply false
id 'eu.xenit.docker-compose' version '5.5.0' apply false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker-compose files have to be upgrade to V3.x

version: '3.2' (Found in docker.yml files). This comment can be ignored.

id "be.vbgn.ci-detect" version "0.5.0"
id "org.sonarqube" version "3.5.0.2730"
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/alfresco-community-62/overload.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:6.2.1-A7'
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:6.3.0-repo-4735-2-15'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a weird version that can potentially be removed in future?

alfrescoBaseWar = 'org.alfresco:content-services-community:6.2.0-ga@war'
alfrescoBaseImage = 'xenit/alfresco-repository-skeleton:6.2'
solrFlavor = 'solr6'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/alfresco-community-70/overload.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:7.0.1-A7'
alfrescoBaseWarBom = 'org.alfresco:acs-community-packaging:7.0.0'
alfrescoBaseWar = 'org.alfresco:content-services-community@war'
alfrescoBaseImage = 'xenit/alfresco-repository-skeleton:7.0'
solrFlavor = 'solr6'
Expand Down