snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
23 stars 36 forks source link

Handle DateTime serializing (Fixes #378) #379

Closed stephen-murby closed 6 months ago

stephen-murby commented 7 months ago

Add handling for parsing date and time objects when serialising a Map<K,V> to a JSON String.

snowplowcla commented 7 months ago

Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.

stephen-murby commented 7 months ago

All done and signed :)

On Wed, Feb 7, 2024 at 9:41 AM Snowplow CLA bot @.***> wrote:

Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.

— Reply to this email directly, view it on GitHub https://github.com/snowplow/snowplow-java-tracker/pull/379#issuecomment-1931651880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZM4AMPV7BR5XWCHPMXLYDYSND55AVCNFSM6AAAAABC5PQRPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZRGY2TCOBYGA . You are receiving this because you authored the thread.Message ID: @.***>

snowplowcla commented 7 months ago

Confirmed! @stephen-murby has signed the Contributor License Agreement. Thanks so much.

matus-tomlein commented 7 months ago

Thanks a lot for the contribution @stephen-murby! We will review and release this in the next version of the tracker.