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

tightly coupled, strongly typed, stairway flight #1634

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

Conversation

dvoet
Copy link
Contributor

@dvoet dvoet commented Feb 6, 2024

this is a proof of concept riffing on the idea that setting up a flight could look like plain java code with function calls to represent steps and parameter and return values passing information between them.

See TestFlight.java for the example flight.

This is essentially delayed execution using dynamic proxies at flight creation time to record intent and create steps that are executed at flight runtime.

Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
50.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Apr 2, 2024

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.

1 participant