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

[Feature] Upgrade to a modern version of Java #53

Open
8 tasks
cclauss opened this issue Mar 14, 2024 · 0 comments
Open
8 tasks

[Feature] Upgrade to a modern version of Java #53

cclauss opened this issue Mar 14, 2024 · 0 comments
Assignees
Labels
feat New feature or request

Comments

@cclauss
Copy link
Contributor

cclauss commented Mar 14, 2024

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?

  • Table Service: This is the RESTful catalog service that stores table metadata. :services:tables
  • Jobs Service: This is the job orchestrator that submits data services for table maintenance. :services:jobs
  • Data Services: This is the jobs that performs table maintenance. apps:spark
  • Iceberg internal catalog: This is the internal Iceberg catalog for OpenHouse Catalog Service. :iceberg:openhouse
  • Spark Client Integration: This is the Apache Spark integration for OpenHouse catalog. :integration:spark
  • Documentation: This is the documentation for OpenHouse. docs
  • Local Docker: This is the local Docker environment for OpenHouse. infra/recipes/docker-compose
  • Other: Please specify the component.

Details

As part of this process, these lines should also be removed:

ignore:
- dependency-name: "actions/setup-java"
- dependency-name: "gradle/wrapper-validation-action"

@cclauss cclauss added the feat New feature or request label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants