This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.


    from 87788bd  [hotfix] Add CoC to repository
     new 73850cd  [FLINK-15759] Remove Lombok
     new 69d7278  [FLINK-15760] Fix ridesharing example simulator POM
     new 2ed5e8b  [hotfix] Manage exclusions at dependencyManagement
     new f3b04fa  [FLINK-15756] Use scala.binary.version property
     new 45a898c  [hotfix] Exclude CODE_OF_CONDUCT.md from rat license check

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   1 +
 .../statefun-ridesharing-example-simulator/pom.xml |  82 ++------
 .../simulator/controllers/ApiController.java       |   2 -
 .../simulator/model/SimulationStartedEvent.java    |  48 ++++-
 .../simulator/model/WebsocketDriverEvent.java      | 212 +++++++++++++++++++--
 .../simulator/model/WebsocketPassengerEvent.java   | 166 ++++++++++++++--
 .../simulator/services/KafkaConsumerService.java   |   2 -
 .../simulator/services/KafkaDriverPublisher.java   |  19 +-
 .../services/KafkaPassengerPublisher.java          |  20 +-
 .../ridesharing/simulator/simulation/Driver.java   |   7 +-
 .../simulator/simulation/Passenger.java            |   2 -
 .../simulator/simulation/Simulation.java           |   7 +-
 .../simulator/simulation/engine/EventLoop.java     |   9 +-
 .../simulator/simulation/engine/Scheduler.java     |   3 -
 .../simulation/messaging/Communication.java        |   2 -
 statefun-flink/pom.xml                             |  56 +++++-
 statefun-flink/statefun-flink-core/pom.xml         |   2 +-
 statefun-flink/statefun-flink-distribution/pom.xml |   4 +-
 statefun-flink/statefun-flink-harness/pom.xml      |  21 +-
 statefun-flink/statefun-flink-io-bundle/pom.xml    |  25 +--
 statefun-flink/statefun-flink-io/pom.xml           |   8 +-
 .../statefun-flink-state-processor/pom.xml         |   8 +-
 statefun-kafka-io/pom.xml                          |  16 +-
 tools/maven/spotbugs-exclude.xml                   |   4 +
 24 files changed, 476 insertions(+), 250 deletions(-)

Reply via email to