Skip to content

Add tomcat operator sample #659

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

Merged
merged 55 commits into from
Nov 12, 2021
Merged

Add tomcat operator sample #659

merged 55 commits into from
Nov 12, 2021

Conversation

adam-sandor
Copy link
Collaborator

Move the Tomcat Operator sample from the samples repo and add end to end tests in the process.

adam-sandor and others added 30 commits October 21, 2021 16:43
Bumps `spring-boot.version` from 2.5.5 to 2.5.6.

Updates `spring-boot-dependencies` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)

Updates `spring-boot-maven-plugin` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/awaitility/awaitility/releases)
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.1.0...awaitility-4.1.1)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Properly start event handler when starting the event source. 
Minor clean-ups.
Fixes #630
Co-authored-by: csviri <[email protected]>
@csviri
Copy link
Collaborator

csviri commented Nov 8, 2021

@adam-sandor @metacosm moved the sample to use informers, also some minor changes to make it easy to write. (those are already in v2, or in different way)

Also renamed the samples to smoke-test-samples.

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can delete I don't mind

@csviri csviri requested a review from metacosm November 12, 2021 11:52
@metacosm
Copy link
Collaborator

I think we can still make improvements but let's get this merged first and address any remaining issue / improvements in subsequent PRs.

@csviri csviri merged commit 63f1dc7 into master Nov 12, 2021
@csviri csviri deleted the add_tomcat_operator_sample branch November 12, 2021 13:08
@adam-sandor
Copy link
Collaborator Author

🎉

csviri added a commit that referenced this pull request Nov 15, 2021
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
csviri added a commit that referenced this pull request Nov 15, 2021
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
csviri added a commit that referenced this pull request Nov 15, 2021
fixed informer bug and related IT as part of this commit

Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
csviri added a commit that referenced this pull request Nov 16, 2021
fixed informer bug and related IT as part of this commit

Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
csviri added a commit that referenced this pull request Nov 22, 2021
fixed informer bug and related IT as part of this commit

Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
metacosm added a commit that referenced this pull request Nov 26, 2021
fixed informer bug and related IT as part of this commit

Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
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.

5 participants