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

feat(cli): support PACT_PLUGIN_CLI_SKIP_LOAD #70

Merged

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Jul 17, 2024

Allow skipping the auto load of plugins, to allow installing the avro plugin whilst we sort the below snag which will be introduced by #69

Avro plugin has failed to load on windows since moving to threads in commit

Amending the following logback.xml from the installed pact-avro-plugin

From

https://github.com/austek/pact-avro-plugin/blob/main/modules/plugin/src/main/resources/logback.xml

To

<configuration>
</configuration>

will allow the plugin framework to pick up the plugins loaded message (serverKey and port).

So there may be a change required in the pact-avro-plugin to support.

This can easily be reproduced with on a windows machine by performing pact-plugin-cli install -y avro

@rholshausen rholshausen merged commit 8ae3c6f into pact-foundation:main Aug 21, 2024
20 of 26 checks passed
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