Skip to content

Commit

Permalink
[2.19.x] Fixed all tests, removed modified Solr 7.4.0 files so the in…
Browse files Browse the repository at this point in the history
…cluded Solr 8.8.1 works properly (#6558)
  • Loading branch information
millerw8 authored Apr 21, 2021
1 parent 39c5817 commit 01b622f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4,217 deletions.
2 changes: 1 addition & 1 deletion catalog/solr/catalog-solr-solrclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.2</version>
<version>${solr.log4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ grant codeBase "file:/PAXEXAM-PROBE/sample-soap-endpoint/ddf.thirdparty.restito/
permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete,execute";
}

grant codeBase "file:/org.jline.terminal" {
permission java.io.FilePermission "<<ALL FILES>>", "execute";
}

grant {
permission java.io.FilePermission "${test.resources.dir}", "read, write, delete";
permission java.io.FilePermission "${test.resources.dir}${/}-", "read, write, delete";
Expand Down
2,176 changes: 0 additions & 2,176 deletions distribution/solr-distro/src/main/resources/bin/solr

This file was deleted.

2,037 changes: 0 additions & 2,037 deletions distribution/solr-distro/src/main/resources/bin/solr.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion features/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${apache-log4j.version}</version>
<version>${solr.log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${apache-log4j.version}</version>
<version>${solr.log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/install-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${apache-log4j.version}</version>
<version>${solr.log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions features/security/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@

<feature name="security-filter-csrf" version="${project.version}"
description="CSRF Filter for web applications.">
<feature>security-core-api</feature>
<bundle>mvn:ddf.security.filter/security-filter-csrf/${project.version}</bundle>
</feature>

Expand Down Expand Up @@ -616,6 +617,7 @@
</feature>

<feature name="platform-email" version="${project.version}" start-level="50">
<feature>security-encryption</feature>
<bundle>mvn:commons-lang/commons-lang/${commons-lang.version}</bundle>
<bundle>mvn:com.sun.mail/javax.mail/${javax-mail.version}</bundle>
<feature>guava</feature>
Expand Down

0 comments on commit 01b622f

Please sign in to comment.