Hi, I'm not sure if it's me but I've noticed that resource filtering doesn't work any more if bundle packaging is used.
If I have a file inside src/main/resources with a property: Hello ${name}, with bundle packaging, the 'unexpanded' version is included in the jar while the expanded version (Hello this is the name) from target/classes is ignored. Cheers, -- Costin