Upgrades and simplifies build#427
Closed
ppkarwasz wants to merge 3 commits into
Closed
Conversation
The Maven build was stuck at version 2.x of `actions/checkout` and `actions/setup-java`. This change: - Upgrades the actions to the newest version, - Adds a test on Windows, - Simplifies the build by removing the steps that were meant to make more space on the runner. These are not necessarily needed on newer runners.
Member
Author
|
Merged with #429 |
rgoers
added a commit
that referenced
this pull request
May 20, 2026
* Update version to 2.0.0-SNAPSHOT. disable hadoop builds * Normalize line endings * Update Maven Wrapper script * Upgrade plugins to reproducible build requirements * updated doap to show Logging Services as their developers * change pmc to logging as requested by sebbaz@gmail.com * Fix build issues * Resolve conflicts * Add Develocity publishing workflow * Announce dormant status * FLUME-3466: Remove morphline-solr-sink module (moved to its own repo) (#426) The Morphline Solr Sink has been split out of the Flume monorepo into its own repository: https://github.com/apache/logging-flume-morphline This removes the duplicated in-tree copy under `flume-ng-sinks/flume-ng-morphline-solr-sink`. * fix merge conflicts * Ignore test since hadoop has been removed * fix: upgrade and simplify build Merges #427 into this PR. * fix typo * fix: missing references * Revert "fix: missing references" This reverts commit f9eca83. --------- Co-authored-by: Piotr P. Karwasz <piotr.github@karwasz.org> Co-authored-by: Christian Grobmeier <cg@grobmeier.de> Co-authored-by: Jan Friedrich <freeandnil@apache.org> Co-authored-by: Volkan Yazıcı <volkan@yazi.ci> Co-authored-by: Piotr P. Karwasz <pkarwasz-github@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Maven build was stuck at version 2.x of
actions/checkoutandactions/setup-java. This change: