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

Simplify js api build #3349

Merged
merged 3 commits into from
Jan 27, 2023
Merged

Conversation

niloc132
Copy link
Member

Historically, the js api and ide projects were separate, under the assumption that distinct JS files might be exposed to different consumers. That never happened, and for DHC the web-client-ide jar is down to only three .java files. This PR moves those files to web-client-api, and then removes the build wiring made redundant with only one JS library.

@niloc132 niloc132 added this to the Jan 2023 milestone Jan 23, 2023
@niloc132 niloc132 self-assigned this Jan 23, 2023
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

Gradle changes look good to me. Was able to execute web-client-api tasks locally, and checked that server came up successfully.

@niloc132 niloc132 merged commit a1dbbf7 into deephaven:main Jan 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants