This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from eed7b11 CAMEL-13680: camel-file - From file to file with readLock=fileLock dont work on windows new d0642ac Polished new 92d5ac3 camel3 - Remove deprecated TypeConverterAware The 2 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: MIGRATION.md | 2 + .../org/apache/camel/spi/TypeConverterAware.java | 37 -------------- .../impl/converter/BaseTypeConverterRegistry.java | 11 ---- .../converter/InstanceMethodTypeConverter.java | 9 ---- .../camel/converter/TypeConverterAwareTest.java | 40 --------------- .../myconverter/PurchaseOrderConverter.java | 59 ---------------------- core/camel-main/pom.xml | 1 + 7 files changed, 3 insertions(+), 156 deletions(-) delete mode 100644 core/camel-api/src/main/java/org/apache/camel/spi/TypeConverterAware.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/converter/TypeConverterAwareTest.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/converter/myconverter/PurchaseOrderConverter.java