This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 72201ec4d26c CAMEL-23297: Add deserialization filtering to camel-netty
converters and codecs (#22490)
new 15c6bef81e00 CAMEL-23276: Add PluginRunCustomizer to JBang Plugin SPI
new 2fae35ed2447 CAMEL-23276: Run beforeRun() before dependency resolution
new 1df033fa2a81 CAMEL-23276: Fix Javadoc and protect files list from
mutation
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/dsl/jbang/core/commands/Run.java | 12 +++-
.../apache/camel/dsl/jbang/core/common/Plugin.java | 11 ++++
.../dsl/jbang/core/common/PluginRunCustomizer.java | 40 ++++++++++++
.../jbang/core/common/PluginRunCustomizerTest.java | 73 ++++++++++++++++++++++
4 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/PluginRunCustomizer.java
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/common/PluginRunCustomizerTest.java