|
27 | 27 | [io.netty/netty-handler-proxy ~netty-version]
|
28 | 28 | [io.netty/netty-resolver ~netty-version]
|
29 | 29 | [io.netty/netty-resolver-dns ~netty-version]
|
30 |
| - [metosin/malli "0.10.4" :exclusions [org.clojure/clojure]]] |
31 |
| - :profiles {:dev {:dependencies [[criterium "0.4.6"] |
32 |
| - [cheshire "5.10.0"] |
33 |
| - [org.slf4j/slf4j-simple "1.7.30"] |
34 |
| - [com.cognitect/transit-clj "1.0.324"] |
35 |
| - [spootnik/signal "0.2.4"] |
36 |
| - ;; This is for dev and testing ONLY, not recommended for prod |
37 |
| - [org.bouncycastle/bcprov-jdk18on "1.75"] |
38 |
| - [org.bouncycastle/bcpkix-jdk18on "1.75"] |
39 |
| - ;;[org.bouncycastle/bctls-jdk18on "1.75"] |
40 |
| - [io.netty/netty-tcnative-boringssl-static "2.0.61.Final"] |
41 |
| - ;;[com.aayushatharva.brotli4j/all ~brotli-version] |
42 |
| - [com.aayushatharva.brotli4j/brotli4j ~brotli-version] |
43 |
| - [com.aayushatharva.brotli4j/service ~brotli-version] |
44 |
| - [com.aayushatharva.brotli4j/native-linux-aarch64 ~brotli-version] |
45 |
| - [com.aayushatharva.brotli4j/native-linux-armv7 ~brotli-version] |
46 |
| - [com.aayushatharva.brotli4j/native-linux-x86_64 ~brotli-version] |
47 |
| - [com.aayushatharva.brotli4j/native-osx-aarch64 ~brotli-version] |
48 |
| - [com.aayushatharva.brotli4j/native-osx-x86_64 ~brotli-version] |
49 |
| - [com.aayushatharva.brotli4j/native-windows-x86_64 ~brotli-version] |
50 |
| - [com.github.luben/zstd-jni "1.5.5-7"]] |
51 |
| - :jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=debug" |
52 |
| - "-Dorg.slf4j.simpleLogger.showThreadName=false" |
53 |
| - "-Dorg.slf4j.simpleLogger.showThreadId=true" |
54 |
| - "-Dorg.slf4j.simpleLogger.showLogName=false" |
55 |
| - "-Dorg.slf4j.simpleLogger.showShortLogName=true" |
56 |
| - "-Dorg.slf4j.simpleLogger.showDateTime=true" |
57 |
| - "-Dorg.slf4j.simpleLogger.log.io.netty.util=error" |
58 |
| - "-Dorg.slf4j.simpleLogger.log.io.netty.channel=warn"]} |
59 |
| - :test {:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=off"]} |
| 30 | + [metosin/malli "0.10.4" :exclusions [org.clojure/clojure]] |
| 31 | + ;;[com.aayushatharva.brotli4j/all ~brotli-version] |
| 32 | + [com.aayushatharva.brotli4j/brotli4j ~brotli-version] |
| 33 | + [com.aayushatharva.brotli4j/service ~brotli-version] |
| 34 | + [com.aayushatharva.brotli4j/native-linux-aarch64 ~brotli-version] |
| 35 | + [com.aayushatharva.brotli4j/native-linux-armv7 ~brotli-version] |
| 36 | + [com.aayushatharva.brotli4j/native-linux-x86_64 ~brotli-version] |
| 37 | + [com.aayushatharva.brotli4j/native-osx-aarch64 ~brotli-version] |
| 38 | + [com.aayushatharva.brotli4j/native-osx-x86_64 ~brotli-version] |
| 39 | + [com.aayushatharva.brotli4j/native-windows-x86_64 ~brotli-version] |
| 40 | + [com.github.luben/zstd-jni "1.5.5-7"]] |
| 41 | + :profiles {:dev {:dependencies [[criterium "0.4.6"] |
| 42 | + [cheshire "5.10.0"] |
| 43 | + [org.slf4j/slf4j-simple "1.7.30"] |
| 44 | + [com.cognitect/transit-clj "1.0.324"] |
| 45 | + [spootnik/signal "0.2.4"] |
| 46 | + ;; This is for dev and testing ONLY, not recommended for prod |
| 47 | + [org.bouncycastle/bcprov-jdk18on "1.75"] |
| 48 | + [org.bouncycastle/bcpkix-jdk18on "1.75"] |
| 49 | + ;;[org.bouncycastle/bctls-jdk18on "1.75"] |
| 50 | + [io.netty/netty-tcnative-boringssl-static "2.0.61.Final"]] |
| 51 | + :jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=debug" |
| 52 | + "-Dorg.slf4j.simpleLogger.showThreadName=false" |
| 53 | + "-Dorg.slf4j.simpleLogger.showThreadId=true" |
| 54 | + "-Dorg.slf4j.simpleLogger.showLogName=false" |
| 55 | + "-Dorg.slf4j.simpleLogger.showShortLogName=true" |
| 56 | + "-Dorg.slf4j.simpleLogger.showDateTime=true" |
| 57 | + "-Dorg.slf4j.simpleLogger.log.io.netty.util=error" |
| 58 | + "-Dorg.slf4j.simpleLogger.log.io.netty.channel=warn"]} |
| 59 | + :test {:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=off"]} |
60 | 60 | :leak-level-paranoid {:jvm-opts ["-Dio.netty.leakDetectionLevel=PARANOID"]}
|
61 |
| - :pedantic {:pedantic? :abort} |
62 |
| - :trace {:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=trace"]} |
63 |
| - :profile {:dependencies [[com.clojure-goes-fast/clj-async-profiler "1.1.1"]] |
64 |
| - :jvm-opts ["-Djdk.attach.allowAttachSelf"]}} |
| 61 | + :pedantic {:pedantic? :abort} |
| 62 | + :trace {:jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=trace"]} |
| 63 | + :profile {:dependencies [[com.clojure-goes-fast/clj-async-profiler "1.1.1"]] |
| 64 | + :jvm-opts ["-Djdk.attach.allowAttachSelf"]}} |
65 | 65 | :java-source-paths ["src-java"]
|
66 | 66 | :test-selectors {:default #(not
|
67 | 67 | (some #{:benchmark :stress}
|
|
0 commit comments