Skip to content

Conversation

@dlg99
Copy link
Collaborator

@dlg99 dlg99 commented Jun 2, 2023

Since our branch can't be used to build/deploy flink most of the changes just exclude parts of the project.
There were a few problems - dependencies that no longer exist on maven central, sun-jdk specific code etc. Some modules just got commented out, a few tests just deleted to not deal with figuring out what's wrong there.

With changes in project settings (jdk 11 + set output path), plus unchecked "use release" for java compiler, activated profile "java11-target", and these changes I was able to build the project in intellij

mvn clean install -Drat.skip=true -Dcheckstyle.skip=true -DskipTests -P java11-target worked from cli too

Context: https://datastax.slack.com/archives/C04U1EMNTU3/p1685666444798889?thread_ts=1685647168.573669&cid=C04U1EMNTU3

@dlg99 dlg99 marked this pull request as draft June 2, 2023 21:19
@eolivelli
Copy link
Collaborator

what about deleting the code of the modules that you disabled ?

it is useless and misleading

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.

3 participants