Skip to content

elasticmq 1.7.1 (new formula) - #301544

Open
richardfsr wants to merge 1 commit into
Homebrew:mainfrom
richardfsr:elasticmq
Open

elasticmq 1.7.1 (new formula)#301544
richardfsr wants to merge 1 commit into
Homebrew:mainfrom
richardfsr:elasticmq

Conversation

@richardfsr

@richardfsr richardfsr commented Aug 31, 2026

Copy link
Copy Markdown

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

This formula was developed with assistance from GPT-5.6 Sol. I have reviewed it, installed it, and run the following tests:

brew style Formula/e/elasticmq.rb
brew audit --new --strict --formula elasticmq
brew readall --aliases homebrew/core
brew test elasticmq

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your pull request. This has been closed because it appears to be missing the pull request template, perhaps because this was written by an AI not a human. We require humans to read and fill in these templates.

Please edit this pull request to fill in the current pull request template. This workflow will reopen this pull request automatically once the template is complete. Do not open a new pull request for this.

@github-actions github-actions Bot closed this Aug 31, 2026
@github-actions github-actions Bot added new formula PR adds a new formula to Homebrew/homebrew-core java Java use is a significant feature of the PR or issue labels Aug 31, 2026
@github-actions github-actions Bot reopened this Aug 31, 2026
Comment thread Formula/e/elasticmq.rb Outdated
bind-port = 9324
bind-hostname = "127.0.0.1"
}
EOS

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If upstream does not ship a config file we should not invent one either

Comment thread Formula/e/elasticmq.rb
}
EOS

pid = spawn bin/"elasticmq"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
pid = spawn bin/"elasticmq"
pid = spawn bin/"elasticmq", "-Dconfig.file=#{testpath}/elasticmq.conf"

@github-actions github-actions Bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for contributing to Homebrew! 馃帀 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

@github-actions github-actions Bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

java Java use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants