Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Module: HiveMQ #4797

Merged
merged 67 commits into from
Feb 17, 2022
Merged

New Module: HiveMQ #4797

merged 67 commits into from
Feb 17, 2022

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    75118cb View commit details
    Browse the repository at this point in the history
  2. updated licensing

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b688e40 View commit details
    Browse the repository at this point in the history
  3. added license exclusions to build.gradle.kts

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1bd680b View commit details
    Browse the repository at this point in the history
  4. fixed build.gradle.kts

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2302264 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary schema declarations

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    414591b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fa8d77 View commit details
    Browse the repository at this point in the history
  7. improved constants

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    805bdae View commit details
    Browse the repository at this point in the history
  8. using in memory persistence for ITs

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e32f48e View commit details
    Browse the repository at this point in the history
  9. updated license header

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    fb8cdfd View commit details
    Browse the repository at this point in the history
  10. First iteration of public docs

    codepitbull authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    72fbd88 View commit details
    Browse the repository at this point in the history
  11. Fix groupId

    Co-authored-by: Yannick Weber <yannick.weber95@googlemail.com>
    2 people authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b1cf349 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Yannick Weber <yannick.weber95@googlemail.com>
    2 people authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8c1af50 View commit details
    Browse the repository at this point in the history
  13. Removed leftover license info

    codepitbull authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    829cadb View commit details
    Browse the repository at this point in the history
  14. Update docs/modules/hviemq.md

    Co-authored-by: Yannick Weber <yannick.weber95@googlemail.com>
    2 people authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    39e5f18 View commit details
    Browse the repository at this point in the history
  15. Working recommendations in

    codepitbull authored and yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    240fb69 View commit details
    Browse the repository at this point in the history
  16. renamed hviemq to hivemq

    RabbitMQ -> HiveMQ
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    cd3c328 View commit details
    Browse the repository at this point in the history
  17. removed hivemq-extension-sdk compile-dependency

    added java-doc to HiveMQExtension
    added additional check to HiveMQExtension
    configured gradle to execute tests with Java 11
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    322337a View commit details
    Browse the repository at this point in the history
  18. removed license headers

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    54c14a9 View commit details
    Browse the repository at this point in the history
  19. removed link in javadoc because ExtensionMain is not on the classpath…

    … during compilation
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    16eabb0 View commit details
    Browse the repository at this point in the history
  20. removed guava dependency

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    cc3fb94 View commit details
    Browse the repository at this point in the history
  21. improved gradle.properties

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b795bb9 View commit details
    Browse the repository at this point in the history
  22. implementation -> shaded

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d450ea1 View commit details
    Browse the repository at this point in the history
  23. moved versions to build.gradle.kts

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a7cc93e View commit details
    Browse the repository at this point in the history
  24. removed unnecessary header

    added hivemq to nav
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a73f5f0 View commit details
    Browse the repository at this point in the history
  25. added new buildscript

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    61375b7 View commit details
    Browse the repository at this point in the history
  26. removed settings.gradle

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3d1627e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eb7b82b View commit details
    Browse the repository at this point in the history
  28. removed GradleHiveMQExtensionSupplier.java

    removed MavenHiveMQExtensionSupplier.java
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    88dc53e View commit details
    Browse the repository at this point in the history
  29. configure tests to use JDK 11

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    672929c View commit details
    Browse the repository at this point in the history
  30. removed @author javadoc

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3732c1e View commit details
    Browse the repository at this point in the history
  31. removed maven-embedded dependencies

    updated dependencies
    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e1947c2 View commit details
    Browse the repository at this point in the history
  32. removed suppression

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    03282da View commit details
    Browse the repository at this point in the history
  33. inlined file mode

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0d85c83 View commit details
    Browse the repository at this point in the history
  34. removed Nullability annotations from constants

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1806fd3 View commit details
    Browse the repository at this point in the history
  35. removed default constructor

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1656a71 View commit details
    Browse the repository at this point in the history
  36. removed default constructor from tests

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    73c33d7 View commit details
    Browse the repository at this point in the history
  37. localhost -> getHost()

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    52edca1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6f2fa80 View commit details
    Browse the repository at this point in the history
  39. wrapped with try with resources block

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    52bb0e3 View commit details
    Browse the repository at this point in the history
  40. added hivemq to dependabot.yml

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5629c8d View commit details
    Browse the repository at this point in the history
  41. removed .gitignore

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    abc4581 View commit details
    Browse the repository at this point in the history
  42. constants to upper case

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4f4dbef View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f9c8564 View commit details
    Browse the repository at this point in the history
  44. replaced getters with lombok in HiveMQExtension

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c15ff22 View commit details
    Browse the repository at this point in the history
  45. moved MultiLogMessageWaitStrategy to core

    yannick committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e998dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Moved code-samples from docs into java-files. Cleaned up docs while d…

    …oing so and removed references to removed classes
    codepitbull committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    bed4add View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Fixed review comments

    codepitbull committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1940a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    89de228 View commit details
    Browse the repository at this point in the history
  2. removed silent() method and the log-comsumer

    yannick committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2e356b5 View commit details
    Browse the repository at this point in the history
  3. adapted logback-test.xml

    yannick committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ecc7088 View commit details
    Browse the repository at this point in the history
  4. added hivemq-testcontainer.png

    updated hivemq.md
    yannick committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e835015 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    a51d854 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge pull request #4 from hivemq/fix-rendering

    Yannick Weber authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9c18121 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. addressed documentation PR change requests

    yannick committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0b3a919 View commit details
    Browse the repository at this point in the history
  2. removed nullability annotations from MultiLogMessageWaitStrategy

    renamed variable
    yannick committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1db83e5 View commit details
    Browse the repository at this point in the history
  3. changed hivemq logo

    yannick committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    daa9408 View commit details
    Browse the repository at this point in the history
  4. hivemq/hivemq-ee -> hivemq/hivemq4

    yannick committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    537c29d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. refactored log consumers

    yannick committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f717b73 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. addressed PR change request

    yannick committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    955e52b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. removed Tags from default docker image names to make the compatibilit…

    …y check work
    yannick committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a9b331d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. removed docker image creation for removal of prepackaged extensions

    adapted logback-test.xml
    reformated code
    yannick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4784f34 View commit details
    Browse the repository at this point in the history
  2. LinkedList -> Set

    alter container command only if prepackaged extensions need to be removed
    yannick committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    32b877c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. extensions are now copied from /opt/hivemq/temp-extensions to /opt/hi…

    …vemq/extensions in any case
    yannick committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7f32239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb80e8 View commit details
    Browse the repository at this point in the history
  3. removed hivemq.stop()

    yannick committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b933ea1 View commit details
    Browse the repository at this point in the history
  4. removed log consumer

    yannick committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0f5f229 View commit details
    Browse the repository at this point in the history
  5. replaced code-block with codeinclude

    yannick committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b303b85 View commit details
    Browse the repository at this point in the history