Skip to content

Commit c3ab4b8

Browse files
committed
Merge branch '2.2.x'
Closes gh-19504
2 parents 6fc52b0 + 66eb2a4 commit c3ab4b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,12 +17,12 @@
1717
package org.springframework.boot.autoconfigure.jms.artemis;
1818

1919
import org.apache.activemq.artemis.core.config.Configuration;
20-
import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS;
20+
import org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ;
2121

2222
/**
2323
* Callback interface that can be implemented by beans wishing to customize the Artemis
2424
* JMS server {@link Configuration} before it is used by an auto-configured
25-
* {@link EmbeddedJMS} instance.
25+
* {@link EmbeddedActiveMQ} instance.
2626
*
2727
* @author Eddú Meléndez
2828
* @author Phillip Webb

0 commit comments

Comments
 (0)