1. 03 Oct, 2019 8 commits
    • Phillip Webb's avatar
      Merge pull request #18472 from neiljpowell · 4cfbe7fd
      Phillip Webb authored
      * pr/18472:
        Polish 'Support 'New Relic' eventType properties'
        Support 'New Relic' eventType properties
      
      Closes gh-18472
      4cfbe7fd
    • Phillip Webb's avatar
      Polish 'Support 'New Relic' eventType properties' · 946202bd
      Phillip Webb authored
      See gh-18472
      946202bd
    • Neil Powell's avatar
      Support 'New Relic' eventType properties · e73ae626
      Neil Powell authored
      Update `NewRelicProperties` so that the event type sent with each
      metric can be configured. An additional `boolean` property has
      also been added if the previous behavior using the "meter-name"
      is required.
      
      NewRelic's own agents publish metrics to eventTypes aligned with broader
      categories. To align with their recommendation the default behavior is
      to publish metrics under a "SpringBootSample" category. When doing so,
      additional context is provided by including "metricName" and
      "metricType" attributes.
      
      See gh-18472
      e73ae626
    • Phillip Webb's avatar
      Add String to File conversion support · 3c7d3f94
      Phillip Webb authored
      Add `String` -> `File` support to the `ApplicationConversionService`
      that can support both simple filename as well as file URLs.
      
      This allows Spring Boot application to work in a similar way to vanilla
      Spring applications where Spring's `FileEditor` provides similar
      support.
      
      Closes gh-16931
      3c7d3f94
    • Phillip Webb's avatar
      Don't generate @Configuration metadata · 61873fbf
      Phillip Webb authored
      Update `AutoConfigureAnnotationProcessor` to no longer store
      `@Configuration.value` in the meta-data JSON since we never actually
      read it.
      
      Closes gh-16608
      61873fbf
    • Phillip Webb's avatar
      Replace depends-on post processor configurations · 795303d6
      Phillip Webb authored
      Replace `AbstractDependsOnBeanFactoryPostProcessor` `@Configuration`
      classes with simple `@Import` component classes.
      
      Closes gh-18382
      795303d6
    • Madhura Bhave's avatar
      Fix @since tag · fcbd4408
      Madhura Bhave authored
      fcbd4408
    • Phillip Webb's avatar
      Relax @ConstructorBinding member class requirement · 386c0a60
      Phillip Webb authored
      Update `@ConfigurationProperties` so that `@ConstructorBinding` classes
      no longer need to repeat the annotation for their members.
      
      Closes gh-18481
      386c0a60
  2. 02 Oct, 2019 28 commits
  3. 01 Oct, 2019 4 commits