Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/ApplicationInsights-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c04d50
Choose a base ref
...
head repository: microsoft/ApplicationInsights-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 423d585
Choose a head ref
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 27, 2018

  1. simplified MapUtil.copy (#796)

    * simplified the MapUtil copy method since all callers were checking if source was null/empty.
    littleaj authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    55637e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. removed dependency on guava (#803)

    replaced any methods used with apache-commons
    littleaj authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9384cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Update CHANGELOG.md

    added version 2.3.1 changes
    littleaj authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    07ab7b6 View commit details
    Browse the repository at this point in the history
  2. Update gradle.properties

    update version number
    littleaj authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    ba72474 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Update gradle.properties

    update starter version
    littleaj authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    423d585 View commit details
    Browse the repository at this point in the history
Loading