Christopher Schütte

Results 16 issues of Christopher Schütte

Trying to reproduce the bug mentioned in #144 Findings: Currently the mapper analyzes the type of properties. If the source value of a property is an instance of a Map,...

Omitting a read-only property in a mapper causes a misleading exception: ``` com.remondis.remap.MappingException: The get-method for property 'bruttoGewicht' in type is not a valid Java Bean property. ``` An exception...

Nested Optionals can be mapped in (hopefully) any nesting order and depth.

Property path mappings can be specified for replace operations. A property path for set operation would be helpful. Currently a workaround can be used: Use property path as function for...

- Even if a type mapping is specified, the mapping of maps is restricted. com.remondis.remap.maps.reassignMaps.MapperTest demonstrates the restriction.

Feature: Support restructure operation in mapping model Before feature: The mapping model for mappings involving restructure operations only contained omit operations for fields that take part in the restructure operations....

**Is your feature request related to a problem? Please describe.** There is currently no way (that I know) to configure papermerge's IMAP import feature with docker compose and `.env` file....

enhancement
feature request

Hi, I'm not able to get a working smtp configuration for outgoing mails. I'm using the docker-compose.yml and .env files from the repo with the following smtp configuration: ``` #...