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

feat(plc4x-server): Build a standalone jar too #1167

Merged
merged 1 commit into from
Oct 21, 2023

Commits on Oct 19, 2023

  1. feat(plc4x-server): Build a standalone jar too

    Build a fat jar that contains all the dependencies, so user can
    set up a plc4x proxy server much easier.
    
    ```
    $ java -jar plc4j-plc4x-server-0.12.0-SNAPSHOT-uber-jar.jar
    11:50:07.822 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework
    11:50:07.826 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 24
    11:50:07.833 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
    11:50:07.839 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
    11:50:07.839 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
    ...
    ```
    takraj committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b2af7ea View commit details
    Browse the repository at this point in the history