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

Merge staging to prod: Update to MP61 and JEE10 #133

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Merge staging to prod: Update to MP61 and JEE10 #133

merged 2 commits into from
Apr 3, 2024

Conversation

gkwan-ibm
Copy link
Member

Ruilin-Ma and others added 2 commits April 3, 2024 12:16
* Update finish/ with MP6 and EE10

* integration test + start/ added

* lint correction

* fixed start/ error

* Guide content drafed

* Content error correction

* Intro of creating SystemServiceIT added

* content update

* content updated

* content updated

* content updated

* typo fixed

* typo fixed

* typo fixed

* content revised

* supporting devc mode

* InventoryIT test avaliable with devc mode

* lint correction

* Integration test revised to  accomodate mvn verify and mvn liberty:devc

* added resetSystem

* lint correction

* revised logic for testing with mvn liberty:devc

* lint correction

* updated the licence year

* Lint correction

* expose port of the kafka service

* fixed typo

* fixed startKafka.sh unresponsive exit issue

* dependencies updated

* update default.http.port to http.port

* index.html

* dependencies version updated

* aligned the /start/script with /finish/script

* /start index/xml updated

* Add executable script

* patching local kafka producer issue

* patching kafka producer issue for system

* Replace the Kafka broker setting in 'mp-config' and remove the port overriding.

* update guide content

* update guide content

* update guide's content for introducing devc mode in reactive service testing

* typo fixed

* added tear down environment section

* Provide additional details on various approaches to service testing.

* Enhancing the guide content regarding the producer's bootstrap settings.

* update & improving guide's content

* typo correction

* content revision + gitkeep added for inventory test directory

* content revision

* Remove redundant line of code.

* content revision

* content revision

* content revision

* content revision

* removed zookeeper instances

* lint correction

* content revision

* content revision

* content revision

* content revision

* content revision

* fixed content bug & content revision

* content revision

* content revision

* resolving content subtitle bugs

* typo correction

* Addressing revision suggestions.

* add hotspots in scripts

* hotspot added for inventory test & dependencies updated to latest

* License & README update

* typo fixed

* Add a command option for different platforms.

* rewrite description for the usage of consumer.poll() method

* fixed hotspot error

* fixed hotspot error

* improve consumer hotspot

* improve consumer hotspot

* content improvement

* fix content error

* addressing comments

* fixed content issue

* update other part of the content based on comments

* Update README.adoc

* Update InventoryApplication.java

* Update InventoryManager.java

* Update InventoryResource.java

* Update InventoryLivenessCheck.java

* Update InventoryReadinessCheck.java

* Update index.html

* Update InventoryResourceClient.java

* Update InventoryServiceIT.java

* Update SystemLoad.java

* Update SystemService.java

* Update SystemLivenessCheck.java

* Update SystemReadinessCheck.java

* Update index.html

* Update SystemServiceIT.java

* update versions

* update versions

* update versions

* update versions

* polish the test code

* polish the test code

* polish the test code

* polish the test code

* add github action to check version

* add github action

* need to set TESTCONTAINERS_RYUK_DISABLED

* need to set TESTCONTAINERS_RYUK_DISABLED

* disable Ryuk

* addressing comments for improving the guide's content

* add cd command for cloud-hosted

* fix a link

* support cloud-hosted

* support cloud-hosted

* support cloud-hosted

* support cloud-hosted

* remove some ryuk disbled commands

* support cloud-hosted

* support cloud-hosted

* support cloud-hosted

* support cloud-hosted

* remove no use yml

* polish the code

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* Update README.adoc

* Update README.adoc

* Update README.adoc

Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>

* start kafka container first

* update resteasy

* Update README.adoc

---------

Co-authored-by: Gilbert Kwan <gkwan@ca.ibm.com>
Co-authored-by: Ruilin Ma <Ruilin.Ma@ibm.com>
Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>
@gkwan-ibm gkwan-ibm merged commit 00faf8e into prod Apr 3, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants