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: Netflix/karyon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Netflix/karyon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 34 files changed
  • 6 contributors

Commits on Aug 8, 2014

  1. Fixes #63

    Integrated with new eureka functionality of providing a HealthcheckHandler that provides detailed eureka status as opposed to a binary value.
    
    Since, we need to be backward compatible with existing Healthcheck implementation, this change deprecates the older way and adds a new way of healthcheck. The karyon healthcheck abstraction does not change.
    
    The new functionality can be enabled by using the property "com.netflix.karyon.eureka.use.healthcheck.handler=true"
    
    Also updated the example to demonstrate this behavior.
    Nitesh Kant committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    56d6d67 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Merge pull request #92 from NiteshKant/1.x

    Fixes #63
    NiteshKant committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    5db229b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afe4ab View commit details
    Browse the repository at this point in the history
  3. [Gradle Release Plugin] - new version commit: '1.0.27'.

    Bob T Builder committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    54eb103 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Removing bad apply froms.

    Justin Ryan committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    92a1bad View commit details
    Browse the repository at this point in the history
  2. add property to allow for component to come up without user interacti…

    …on, put links on index to stop and start component
    aspyker committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    115e0a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from aspyker/1.x-allcontrolofcompstartup

    add property to allow for component to come up without user interaction,...
    NiteshKant committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    9c10ed1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #119 from Netflix/publish-just-war

    Removing bad apply froms.
    NiteshKant committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    244caf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. switch test port for 8077 to 18077 so tests can run on servers alread…

    …y running karyon servers
    aspyker committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    bce6654 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from aspyker/1.x-fixunitteststousediffport

    switch test port for 8077 to 18077 so tests can run on servers already r...
    NiteshKant committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    896bd0f View commit details
    Browse the repository at this point in the history
  3. [Gradle Release Plugin] - new version commit: '1.0.28'.

    Bob T Builder committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    7a4c88f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Make it possible to override the entire list of packages for class pa…

    …th scanning without forcing com.netflix. Create class path scanner lazily.
    elandau committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    a0ef2cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3fe109 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Configuration menu
    Copy the full SHA
    4f21d0b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Merge pull request #250 from elandau/1.x

    Make class path scanning packages fully customizable
    elandau committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    559bff7 View commit details
    Browse the repository at this point in the history
  2. Re-implement AsyncHealthCheckInvokationStrategy to provide more consi…

    …stent delays when health check is invoked from multiple threads.
    elandau committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    4e80d9e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Merge pull request #267 from elandau/1.x

    Improved AsyncHealthCheckInvokationStrategy
    elandau committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    92dcf52 View commit details
    Browse the repository at this point in the history
Loading