-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish the spring-pulsar-test module (#600)
This commit makes the spring-pulsar-test module available externally. Additionally: * Add missing package-info.java in several packages * Update doc on how to use PulsarTestContainerSupport
- Loading branch information
Showing
10 changed files
with
96 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...g-pulsar-reactive/src/main/java/org/springframework/pulsar/reactive/aot/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Package containing Reactive AOT runtime hints used by the framework. | ||
*/ | ||
@NonNullApi | ||
@NonNullFields | ||
package org.springframework.pulsar.reactive.aot; | ||
|
||
import org.springframework.lang.NonNullApi; | ||
import org.springframework.lang.NonNullFields; |
9 changes: 9 additions & 0 deletions
9
...lsar-reactive/src/main/java/org/springframework/pulsar/reactive/support/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Package containing support classes for processing Pulsar messages. | ||
*/ | ||
@NonNullApi | ||
@NonNullFields | ||
package org.springframework.pulsar.reactive.support; | ||
|
||
import org.springframework.lang.NonNullApi; | ||
import org.springframework.lang.NonNullFields; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...pulsar-test/src/main/java/org/springframework/pulsar/test/support/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
* Package containing model classes to ease testing Spring for Apache Pulsar applications. | ||
* @since 1.1.0 | ||
*/ | ||
@NonNullApi | ||
@NonNullFields | ||
package org.springframework.pulsar.test.support.model; | ||
|
||
import org.springframework.lang.NonNullApi; | ||
import org.springframework.lang.NonNullFields; |
11 changes: 11 additions & 0 deletions
11
spring-pulsar-test/src/main/java/org/springframework/pulsar/test/support/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Package containing convenience utilities for testing Spring for Apache Pulsar | ||
* applications. | ||
* @since 1.1.0 | ||
*/ | ||
@NonNullApi | ||
@NonNullFields | ||
package org.springframework.pulsar.test.support; | ||
|
||
import org.springframework.lang.NonNullApi; | ||
import org.springframework.lang.NonNullFields; |
9 changes: 9 additions & 0 deletions
9
spring-pulsar/src/main/java/org/springframework/pulsar/aot/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Package containing AOT runtime hints used by the framework. | ||
*/ | ||
@NonNullApi | ||
@NonNullFields | ||
package org.springframework.pulsar.aot; | ||
|
||
import org.springframework.lang.NonNullApi; | ||
import org.springframework.lang.NonNullFields; |