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

fix(infrastructure): fix java compilation issue without api, and skip unused constructs in java/py #629

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

cogwirrel
Copy link
Member

The Java website construct didn't compile when an api wasn't present due to some extra brackets being commented out, and a duplicate constructor with the same signature.

Additionally the website construct would always be rendered for typescript even if no website was configured. Likewise for Java and Python, the api and website constructs were always rendered.

This PR also adds tests for the infrastructure projects.

… unused constructs in java/py

The Java website construct didn't compile when an api wasn't present due to some extra brackets
being commented out. Additionally the website construct would always be rendered for typescript even
if no website was configured. Likewise for Java and Python, the api and website constructs were
always rendered. This PR also adds tests for the infrastructure projects.
@cogwirrel cogwirrel force-pushed the fix/infrastructure-bugs branch from 7b22426 to cbf0f6b Compare November 1, 2023 08:53
Copy link
Contributor

@agdimech agdimech left a comment

Choose a reason for hiding this comment

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

ahh good catch - not sure how this happend :(

@agdimech agdimech merged commit cc1ddca into mainline Nov 1, 2023
3 checks passed
@agdimech agdimech deleted the fix/infrastructure-bugs branch November 1, 2023 22:48
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