resource deduplication (strategies)
See original GitHub issuecurrently if a project is a multi project in maven/gradle (or even my implementation in sbt) resource would “break” the build. i.e. all layers would be correctly build, however a layer might be broken, if actually two resource files with different content would exist on the classpath.
consider somebody adds a lang.properties
file with different content, jib would break. most often the content of these files should just be merged together.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Best Practices For Avoiding Or Correcting Duplicate Customer ...
Different Types Of Duplicate Data · Strategy 1: Have Validation Checks On Data Entry · Strategy 2: Perform Deduplication Using Automated Tools.
Read more >5 Data Deduplication Strategies for Marketers
1. Have Stricter Data Entry Practices · 2. Use Automation to Help Spot Duplicate Data · 3. Apply Human Insights to Any Data...
Read more >Understanding the Importance of Deduplication in ... - Arcserve
Deduplication is a technique that minimizes the amount of space required to save data on a given storage medium. As the name suggests,...
Read more >The Duplicate Data Dread – A Guide to Data Deduplication
The process of removing duplicates is called data deduplication and the goal is to prevent a duplicate data problem from turning into a...
Read more >Data Deduplication: A Guide - Tamr
Data deduplication helps provide the customer success team with a holistic view of their customers and provides the best customer experience ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@schmitch Also when we turn
jib-core
into its own released library #337 😃i.e. most of my problems will also be fixed via
https://github.com/GoogleContainerTools/jib/pull/516
. I guess.