This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from b8e42f3a6 fix(doc): registry link
new 69c0eb170 bugfix(#5758): changing incremental image build to not allow
extra dependencies
new d66be5ed4 bugfix(#5758): changing dependencies build order strategy to
be compatible with the incremental image build algorithm
new 74860143a bugfix(#5758): incremental image build should not consider
the application jar when matching dependencies
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:
pkg/apis/camel/v1/build_type_support_test.go | 189 +++++++++--
pkg/apis/camel/v1/build_types_support.go | 39 ++-
pkg/builder/image.go | 23 +-
pkg/builder/image_test.go | 449 +++++++++++++++++++++++++++
pkg/controller/build/build_monitor_test.go | 4 +-
5 files changed, 664 insertions(+), 40 deletions(-)