Skip to content

Commit

Permalink
upgrade to Fluxtion version 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-higgins committed Aug 17, 2023
1 parent 26fa802 commit 3766ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
*
*
* <pre>
* generation time : 2023-08-16T21:13:41.984620
* eventProcessorGenerator version : 9.1.3
* api version : 9.1.3
* generation time : 2023-08-17T12:40:11.486503
* eventProcessorGenerator version : 9.1.4
* api version : 9.1.4
* </pre>
*
* Event classes supported:
Expand All @@ -74,9 +74,9 @@ public class SpringBankEventProcessor
InternalEventProcessor,
BatchHandler,
Lifecycle,
BankingOperations,
CreditCheck,
Account,
BankingOperations {
Account {

//Node declarations
private final CallbackDispatcherImpl callbackDispatcher = new CallbackDispatcherImpl();
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ along with this program. If not, see

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- <fluxtion.version>9.0.11</fluxtion.version>-->
<fluxtion.version>9.1.3</fluxtion.version>
<fluxtion.version>9.1.4</fluxtion.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3766ac3

Please sign in to comment.