apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.56k stars 1k forks source link

merge gradle/ant test security policies [LUCENE-9159] #10199

Open asfimport opened 4 years ago

asfimport commented 4 years ago

Currently gradle has a complete fork of the files.

Rather than maintain separate files, it would be better to just merge in the stuff that gradle needs (and add comments to the ant-specific stuff it doesnt need so it can be later removed).

I noticed this looking at cleaning up network ports permissions on #10198, but would rather fix it first so there isn't copies.


Migrated from LUCENE-9159 by Robert Muir (@rmuir) Attachments: LUCENE-9159_lucene.patch, LUCENE-9159_replicator.patch

asfimport commented 4 years ago

Robert Muir (@rmuir) (migrated from JIRA)

First patch for lucene/replicator. I also merged in any cleanups/comments Dawid had done. There is a separate section for the ant build. if you remove that stuff, gradle build still works.

I will commit this duplication removal first and let CI sort out any issues and work on the main lucene one next. This stuff can be trunk only, otherwise it will never happen (too many build systems, jdk versions, os versions, policy files)

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 7e0534d87c6bea945c9a51306e30b04fad3af834 in lucene-solr's branch refs/heads/master from Robert Muir https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7e0534d

LUCENE-9159: merge gradle/ant test security policies

asfimport commented 4 years ago

Robert Muir (@rmuir) (migrated from JIRA)

similar patch for the standard lucene policy file. will look at the solr one next. May need to address #10200 first so that gradle is faster on my system before tackling that :)

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 3ecd7a03aa3452c649e2aeb261b0ab13de910c77 in lucene-solr's branch refs/heads/master from Robert Muir https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=3ecd7a0

LUCENE-9159: merge gradle/ant test security policies (main file)

asfimport commented 4 years ago

Dawid Weiss (@dweiss) (migrated from JIRA)

Thanks Robert.

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 7e0534d87c6bea945c9a51306e30b04fad3af834 in lucene-solr's branch refs/heads/gradle-master from Robert Muir https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7e0534d

LUCENE-9159: merge gradle/ant test security policies

asfimport commented 4 years ago

ASF subversion and git services (migrated from JIRA)

Commit 3ecd7a03aa3452c649e2aeb261b0ab13de910c77 in lucene-solr's branch refs/heads/gradle-master from Robert Muir https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=3ecd7a0

LUCENE-9159: merge gradle/ant test security policies (main file)