Willingness to contribute
{"label"=>"No. I cannot contribute a bug fix at this time.", "value"=>"cannot_contribute"}
Feature Request Proposal
README.md currently says:
OpenHouse is currently built with Java 8, and will be modernized soon.
https://www.java.com/releases
https://en.wikipedia.org/wiki/Java_version_history
Motivation
A more modern software base will ease integration with current tools and practices.
What component(s) does this feature affect?
Details
As part of this process, these lines should also be removed:
|
ignore: |
|
- dependency-name: "actions/setup-java" |
|
- dependency-name: "gradle/wrapper-validation-action" |
Willingness to contribute
{"label"=>"No. I cannot contribute a bug fix at this time.", "value"=>"cannot_contribute"}
Feature Request Proposal
README.mdcurrently says:https://www.java.com/releases
https://en.wikipedia.org/wiki/Java_version_history
Motivation
A more modern software base will ease integration with current tools and practices.
What component(s) does this feature affect?
Table Service: This is the RESTful catalog service that stores table metadata.:services:tablesJobs Service: This is the job orchestrator that submits data services for table maintenance.:services:jobsData Services: This is the jobs that performs table maintenance.apps:sparkIceberg internal catalog: This is the internal Iceberg catalog for OpenHouse Catalog Service.:iceberg:openhouseSpark Client Integration: This is the Apache Spark integration for OpenHouse catalog.:integration:sparkDocumentation: This is the documentation for OpenHouse.docsLocal Docker: This is the local Docker environment for OpenHouse.infra/recipes/docker-composeOther: Please specify the component.Details
As part of this process, these lines should also be removed:
openhouse/.github/dependabot.yml
Lines 14 to 16 in a9a8726