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

update Apache and Python versions #61

Open
norinespears opened this issue Oct 6, 2021 · 2 comments
Open

update Apache and Python versions #61

norinespears opened this issue Oct 6, 2021 · 2 comments

Comments

@norinespears
Copy link
Contributor

CryoArks IT will not install the Web Portal until Apache and Python are updated. Also, Apache 7.5 is hard coded.

@grantfitzsimmons
Copy link
Member

Apache Solr 7.5.x is at least hard-coded here:

matches = re.findall(r'href="7\.5\.(\d+)/"', index_html)
versions = [tuple(int(x) for x in v) for v in matches]
latest = sorted(versions, reverse=True)[0]
print '7.5.%d' % latest

Our security team is complaining about the 7.5 version of Solr that is used by the Specify Portal as it's
"end-of-life."

From Tomislav at UTexas

@misilot
Copy link

misilot commented Jul 5, 2024

Has anyone gotten at least Solr 8 to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants