Bruscino Domenico Francesco

Results 10 comments of Bruscino Domenico Francesco

I see a test failure due to system properties set by the new test: https://github.com/apache/activemq-artemis/runs/7171602475?check_suite_focus=true ``` WARN [io.netty.channel.ChannelInitializer] Failed to initialize a channel. Closing: [id: 0xcf2b8ab7]: java.lang.Exception: Failed to find...

@andytaylor I pushed another commit to move the user preferences to the send page view ![use-current-logon-user-selected](https://user-images.githubusercontent.com/9419018/174792721-525183cb-0b59-4da1-a0a3-61fc02da68ea.png) ![use-current-logon-user-unselected](https://user-images.githubusercontent.com/9419018/174792746-b2b45966-b576-465b-8a3c-de1d4d240d6b.png)

I guess we would lose JDK diagnostic tools. What are the benefits to change base image from JDK to JRE?

Save 200MB would be great, +1 on having two Dockerfiles

A simple workaround is to loop through packages, i.e. ``` for PACKAGE in $(go list ./...); do go test -v ${PACKAGE}; done; ```

> The design of the matching is to be hierarchical which is relatively easy to understand and configure with words separated by a delimiter and wildcards that represent one (i.e....

@gemmellr @jbertram thanks for your feedback, I converted this PR to draft because I need more time to think.

@andytaylor could you create a JIRA to track this change?

This feature makes sense to me if your are not using HA (live/backup pairs), have you already considered waiting for a topology update to know when a node is up?...

I tested the `Squash and merge` on my test repo and it didn't create a merge commit in the following cases: - PR branch with common ancestor equal to main...