Steps to reproduce When invoking org.springframework.web.util.UriComponentsBuilder to build a uri query from a Java POJO, some Jacoco_data gets embedded into the result. It is getting confused with "instrument_types"
JaCoCo version: 0.8.0-0.8.3 Operating system: Mac High Sierra Tool integration: Maven Expected behaviour "http://localhost/test/v2/fees?disable_catalog=false&purchaser=XOOM&send_amount=10&destination.types=LEGACY_BILLPAY&destination.types=TOP_UP&destination.types=DELIVERY&destination.types=ATM&destination.country_code=GT&destination.currency_code=GTQ&funding.instrument_types=DRN&funding.instrument_types=ACH&funding.instrument_types=CARD&funding.country_code=US&funding.currency_code=USD" Actual behaviour Response contains ".$jacoco_data=" at the end as you see in: "http://localhost/test/v2/fees?disable_catalog=false&purchaser=XOOM&send_amount=10&destination.types=DEPOSIT&destination.types=DELIVERY&destination.types=LEGACY_BILLPAY&destination.types=BILL_PAY&destination.types=PICKUP&destination.country_code=GT&destination.currency_code=GTQ&destination.$jacoco_data=[Z@71304a7c&funding.instrument_types=CARD&funding.instrument_types=DRN&funding.country_code=US&funding.currency_code=USD&funding.$jacoco_data=[Z@11e1b0e7&$jacoco_data=[Z@782516dc" Any advice would be appreciated. Gisella -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/9f53a2aa-cb0a-45d4-9781-0f62ffb18f33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
