forked from springwolf/springwolf-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): move everything in springwolf core to io.github.sprin… (
springwolf#614) * refactor(core): move everything in springwolf core to io.github.springwolf.core Co-authored-by: Timon Back <[email protected]> * refactor(asyncapi): move everything in springwolf asyncapi to io.github.springwolf.asyncapi Co-authored-by: Timon Back <[email protected]> * chore(plugin): fix imports in javadoc after moving springwolf core Co-authored-by: Timon Back <[email protected]> * chore(common-model-converters): move everything in springwolf common_model_converters to io.github.springwolf.addons.common_model_converters Co-authored-by: Timon Back <[email protected]> * chore(generic-binding): move everything in springwolf generic binding to io.github.springwolf.addons.generic_binding Co-authored-by: Timon Back <[email protected]> * chore(json-schema): move everything in springwolf json schema to io.github.springwolf.addons.json_schema Co-authored-by: Timon Back <[email protected]> * chore(json-schema): move everything in springwolf json schema to io.github.springwolf.addons.json_schema Co-authored-by: sam0r040 <[email protected]> * chore: formatting Co-authored-by: sam0r040 <[email protected]> * chore(kafka): move everything in springwolf examples kafka Co-authored-by: sam0r040 <[email protected]> * chore(amqp): move everything in springwolf examples amqp Co-authored-by: sam0r040 <[email protected]> * chore(cloud-stream): move everything in springwolf examples cloud-stream Co-authored-by: sam0r040 <[email protected]> * chore(jms): move everything in springwolf examples jms Co-authored-by: sam0r040 <[email protected]> * chore(sns): move everything in springwolf examples sns Co-authored-by: sam0r040 <[email protected]> * chore(sqs): move everything in springwolf examples sqs Co-authored-by: sam0r040 <[email protected]> * chore(amqp): move everything in springwolf plugins amqp Co-authored-by: sam0r040 <[email protected]> * chore(cloud-stream): move everything in springwolf plugins cloud-stream Co-authored-by: sam0r040 <[email protected]> * chore(jms): move everything in springwolf plugins jms Co-authored-by: sam0r040 <[email protected]> * chore(kafka): move everything in springwolf plugins kafka Co-authored-by: sam0r040 <[email protected]> * chore(sns): move everything in springwolf plugins sns Co-authored-by: sam0r040 <[email protected]> * chore(sqs): move everything in springwolf plugins sqs Co-authored-by: sam0r040 <[email protected]> * chore: switch remaining stavshamir references to springwolf Co-authored-by: sam0r040 <[email protected]> --------- Co-authored-by: Timon Back <[email protected]>
- Loading branch information
Showing
576 changed files
with
2,649 additions
and
2,607 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,9 @@ asyncapi.actual.json | |
.classpath | ||
.project | ||
.settings/ | ||
|
||
# VsCode | ||
.vscode/ | ||
|
||
# Mac | ||
.DS_Store |
4 changes: 2 additions & 2 deletions
4
...mmonModelConvertersAutoConfiguration.java → ...mmonModelConvertersAutoConfiguration.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
2 changes: 1 addition & 1 deletion
2
...erters/monetaryamount/MonetaryAmount.java → ...erters/monetaryamount/MonetaryAmount.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
2 changes: 1 addition & 1 deletion
2
...netaryamount/MonetaryAmountConverter.java → ...netaryamount/MonetaryAmountConverter.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
2 changes: 1 addition & 1 deletion
2
...esources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
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 |
---|---|---|
@@ -1 +1 @@ | ||
io.github.stavshamir.springwolf.addons.common_model_converters.configuration.CommonModelConvertersAutoConfiguration | ||
io.github.springwolf.addons.common_model_converters.configuration.CommonModelConvertersAutoConfiguration |
3 changes: 1 addition & 2 deletions
3
...nverters/MonetaryAmountConverterTest.java → ...ryamount/MonetaryAmountConverterTest.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
4 changes: 2 additions & 2 deletions
4
...otation/AsyncGenericOperationBinding.java → ...otation/AsyncGenericOperationBinding.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
6 changes: 3 additions & 3 deletions
6
...gwolfGenericBindingAutoConfiguration.java → ...gwolfGenericBindingAutoConfiguration.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
10 changes: 5 additions & 5 deletions
10
...syncGenericOperationBindingProcessor.java → ...syncGenericOperationBindingProcessor.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
2 changes: 1 addition & 1 deletion
2
.../annotation/processor/PropertiesUtil.java → .../annotation/processor/PropertiesUtil.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
2 changes: 1 addition & 1 deletion
2
...esources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
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 |
---|---|---|
@@ -1 +1 @@ | ||
io.github.stavshamir.springwolf.addons.generic_binding.annotation.configuration.SpringwolfGenericBindingAutoConfiguration | ||
io.github.springwolf.addons.generic_binding.annotation.configuration.SpringwolfGenericBindingAutoConfiguration |
6 changes: 3 additions & 3 deletions
6
...GenericOperationBindingProcessorTest.java → ...GenericOperationBindingProcessorTest.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
8 changes: 4 additions & 4 deletions
8
...ons/json_schema/JsonSchemaCustomizer.java → ...ons/json_schema/JsonSchemaCustomizer.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
6 changes: 3 additions & 3 deletions
6
...dons/json_schema/JsonSchemaGenerator.java → ...dons/json_schema/JsonSchemaGenerator.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
8 changes: 4 additions & 4 deletions
8
...pringwolfJsonSchemaAutoConfiguration.java → ...pringwolfJsonSchemaAutoConfiguration.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
2 changes: 1 addition & 1 deletion
2
...esources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
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 |
---|---|---|
@@ -1 +1 @@ | ||
io.github.stavshamir.springwolf.addons.json_schema.configuration.SpringwolfJsonSchemaAutoConfiguration | ||
io.github.springwolf.addons.json_schema.configuration.SpringwolfJsonSchemaAutoConfiguration |
8 changes: 4 additions & 4 deletions
8
...json_schema/JsonSchemaCustomizerTest.java → ...json_schema/JsonSchemaCustomizerTest.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
10 changes: 5 additions & 5 deletions
10
.../json_schema/JsonSchemaGeneratorTest.java → .../json_schema/JsonSchemaGeneratorTest.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
4 changes: 2 additions & 2 deletions
4
.../asyncapi/v3/bindings/ChannelBinding.java → .../asyncapi/v3/bindings/ChannelBinding.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
4 changes: 2 additions & 2 deletions
4
.../asyncapi/v3/bindings/MessageBinding.java → .../asyncapi/v3/bindings/MessageBinding.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
4 changes: 2 additions & 2 deletions
4
...syncapi/v3/bindings/OperationBinding.java → ...syncapi/v3/bindings/OperationBinding.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
4 changes: 2 additions & 2 deletions
4
...f/asyncapi/v3/bindings/ServerBinding.java → ...f/asyncapi/v3/bindings/ServerBinding.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
4 changes: 2 additions & 2 deletions
4
.../v3/bindings/amqp/AMQPChannelBinding.java → .../v3/bindings/amqp/AMQPChannelBinding.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
2 changes: 1 addition & 1 deletion
2
...s/amqp/AMQPChannelExchangeProperties.java → ...s/amqp/AMQPChannelExchangeProperties.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
2 changes: 1 addition & 1 deletion
2
...indings/amqp/AMQPChannelExchangeType.java → ...indings/amqp/AMQPChannelExchangeType.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
2 changes: 1 addition & 1 deletion
2
...ings/amqp/AMQPChannelQueueProperties.java → ...ings/amqp/AMQPChannelQueueProperties.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
2 changes: 1 addition & 1 deletion
2
...api/v3/bindings/amqp/AMQPChannelType.java → ...api/v3/bindings/amqp/AMQPChannelType.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
4 changes: 2 additions & 2 deletions
4
.../v3/bindings/amqp/AMQPMessageBinding.java → .../v3/bindings/amqp/AMQPMessageBinding.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
4 changes: 2 additions & 2 deletions
4
...3/bindings/amqp/AMQPOperationBinding.java → ...3/bindings/amqp/AMQPOperationBinding.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
4 changes: 2 additions & 2 deletions
4
...i/v3/bindings/amqp/AMQPServerBinding.java → ...i/v3/bindings/amqp/AMQPServerBinding.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
4 changes: 2 additions & 2 deletions
4
...3/bindings/amqp1/AMQP1ChannelBinding.java → ...3/bindings/amqp1/AMQP1ChannelBinding.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
4 changes: 2 additions & 2 deletions
4
...3/bindings/amqp1/AMQP1MessageBinding.java → ...3/bindings/amqp1/AMQP1MessageBinding.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
4 changes: 2 additions & 2 deletions
4
...bindings/amqp1/AMQP1OperationBinding.java → ...bindings/amqp1/AMQP1OperationBinding.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
4 changes: 2 additions & 2 deletions
4
...v3/bindings/amqp1/AMQP1ServerBinding.java → ...v3/bindings/amqp1/AMQP1ServerBinding.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
4 changes: 2 additions & 2 deletions
4
...glepubsub/GooglePubSubChannelBinding.java → ...glepubsub/GooglePubSubChannelBinding.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
4 changes: 2 additions & 2 deletions
4
...glepubsub/GooglePubSubMessageBinding.java → ...glepubsub/GooglePubSubMessageBinding.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
2 changes: 1 addition & 1 deletion
2
...sub/GooglePubSubMessageStoragePolicy.java → ...sub/GooglePubSubMessageStoragePolicy.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
4 changes: 2 additions & 2 deletions
4
...epubsub/GooglePubSubOperationBinding.java → ...epubsub/GooglePubSubOperationBinding.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
2 changes: 1 addition & 1 deletion
2
...ings/googlepubsub/GooglePubSubSchema.java → ...ings/googlepubsub/GooglePubSubSchema.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
2 changes: 1 addition & 1 deletion
2
...glepubsub/GooglePubSubSchemaSettings.java → ...glepubsub/GooglePubSubSchemaSettings.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
Oops, something went wrong.