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

[WIP] try to support building some connectors with a min of java 11 or 17 #950

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pjfanning
Copy link
Contributor

  • Some of our jar dependencies no longer support Java 8 (see the scala steward conf)
  • idea would be to keep java 8 support for most connectors
  • some connectors would require java > 8
  • releases would be built with java 17 but javac will have --release 8
  • WIP and not definitely going to be merged

@pjfanning pjfanning added this to the 2.0.0 milestone Jan 13, 2025
- { connector: google-cloud-storage }
- { connector: google-common }
- { connector: google-fcm }
- { connector: amqp, java_version: 8, pre_cmd: 'docker compose up -d amqp' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like how this makes sure we don't accidentally increase the required Java version

@raboof raboof marked this pull request as draft January 13, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants