Update Johannes Edmeier author attribution
Congratulations to Johannes Edmeier on getting married!
This commit is contained in:
parent
a99e72f91d
commit
287a62c8f3
|
@ -85,7 +85,7 @@ import org.springframework.web.servlet.DispatcherServlet;
|
|||
* @author Phillip Webb
|
||||
* @author Christian Dupuis
|
||||
* @author Andy Wilkinson
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass({ Servlet.class, DispatcherServlet.class })
|
||||
|
|
|
@ -61,7 +61,7 @@ import org.springframework.lang.UsesJava7;
|
|||
*
|
||||
* @author Stephane Nicoll
|
||||
* @author Phillip Webb
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.2.0
|
||||
*/
|
||||
@Configuration
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.springframework.util.Assert;
|
|||
/**
|
||||
* {@link PublicMetrics} exposed from a {@link RichGaugeReader}.
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.2
|
||||
*/
|
||||
public class RichGaugeReaderPublicMetrics implements PublicMetrics {
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.springframework.util.StringUtils;
|
|||
* @author Dave Syer
|
||||
* @author Christian Dupuis
|
||||
* @author Stephane Nicoll
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.2.0
|
||||
*/
|
||||
public class SystemPublicMetrics implements PublicMetrics, Ordered {
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.springframework.context.ApplicationContextAware;
|
|||
/**
|
||||
* A {@link PublicMetrics} implementation that provides Tomcat statistics.
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @author Phillip Webb
|
||||
* @since 1.2.0
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.springframework.mail.javamail.JavaMailSenderImpl;
|
|||
/**
|
||||
* {@link HealthIndicator} for configured smtp server(s).
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.3.0
|
||||
*/
|
||||
public class MailHealthIndicator extends AbstractHealthIndicator {
|
||||
|
|
|
@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue;
|
|||
/**
|
||||
* Tests for {@link RichGaugeReaderPublicMetrics}.
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
*/
|
||||
public class RichGaugeReaderPublicMetricsTests {
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ import static org.junit.Assert.assertThat;
|
|||
/**
|
||||
* Tests for {@link TomcatPublicMetrics}
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class TomcatPublicMetricsTests {
|
||||
|
|
|
@ -42,7 +42,7 @@ import static org.mockito.Mockito.mock;
|
|||
/**
|
||||
* Tests for {@link MailHealthIndicator}.
|
||||
*
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @author Stephane Nicoll
|
||||
*/
|
||||
public class MailHealthIndicatorTests {
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.springframework.util.ReflectionUtils;
|
|||
* @author Andy Wilkinson
|
||||
* @author Marcel Overdijk
|
||||
* @author Sebastien Deleuze
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.1.0
|
||||
*/
|
||||
@Configuration
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|||
*
|
||||
* @author Andy Wilkinson
|
||||
* @author Marcel Overdijk
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
* @since 1.2.0
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "spring.jackson")
|
||||
|
|
|
@ -76,7 +76,7 @@ import static org.mockito.Mockito.mock;
|
|||
* @author Andy Wilkinson
|
||||
* @author Marcel Overdijk
|
||||
* @author Sebastien Deleuze
|
||||
* @author Johannes Stelzer
|
||||
* @author Johannes Edmeier
|
||||
*/
|
||||
public class JacksonAutoConfigurationTests {
|
||||
|
||||
|
|
Loading…
Reference in New Issue