You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin (org.codehaus.mojo:versions-maven-plugin:2.5:display-dependency-updates) was explicitly disabled for this project in #486. This is because of suspected issues with the maven http client within the Github Actions environment.
Once those issues are resolved we need to re-enable this plugin.
The text was updated successfully, but these errors were encountered:
Fixes a bug with reloads that occurs as follows:
* Job begins executing and sets the currentlyExecutingFlag
* Anti-entropy kicks in and sends a `Reload` message.
* Reload thinks that it's been triggered by the completion of a job, and so clears the currentlyExecuting flag
* Reload completes and immediately kicks off a second execution (via tick).
This makes it so we only clear the execution flag if we're sure the Reload message occurred internally, otherwise it's ignored since we'll already reload when the execution completes.
Additionally some changes were necessary to our build to deal with issues in GA
* Updated Maven to 3.6.3 (latest)
* Disabled the display-dependency-updates goal. See #487.
The plugin (
org.codehaus.mojo:versions-maven-plugin:2.5:display-dependency-updates
) was explicitly disabled for this project in #486. This is because of suspected issues with the maven http client within the Github Actions environment.Once those issues are resolved we need to re-enable this plugin.
The text was updated successfully, but these errors were encountered: