Skip to content

Commit 3a70d0b

Browse files
committed
bugfix/config meta data and security fix
Former-commit-id: a41706a
1 parent 0b78b72 commit 3a70d0b

6 files changed

Lines changed: 560 additions & 485 deletions

File tree

README.md

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,65 @@ nats:
4646
```
4747
4848
### TODO
49-
* No autocompletion for NatsServerSourceConfig - MetaConfigurator need update for multiple groups
50-
51-
![nats-streaming-server-embedded](src/test/resources/banner.png "nats-streaming-server-embedded")
52-
49+
* Fix SystemUtil wrong logging Error <> Info
50+
```
51+
.,,.
52+
,/*.
53+
*(/.
54+
.(#*..
55+
,(#/..
56+
,(#(*..
57+
,/###/,,
58+
..*(#(**(((*
59+
,((#(/. ./##/.
60+
./##/, ,(##/.
61+
,(((, ./###*.
62+
,///. ,(##//.
63+
,**,,/(#(*
64+
,(#(*.
65+
..*((*.
66+
,,((,
67+
..//.
68+
.,.
69+
.....,.........
70+
..,**///(((((##############(((((((//*,..
71+
.*//((#######################################((/*,.
72+
,/(###################################################/*..
73+
.,,(########################################################((/.
74+
,((###########################################################(/.
75+
.(#################################################################*
76+
.(#.###############################################################*
77+
./#....###########################################################...,
78+
.(#.....########################################################.....*
79+
,#.........##################################################.........#/.
80+
*#...##.........##########################################........#...##(((//*,.
81+
,#..####...#............##########################..........#...####..........##/..
82+
,#..####..###..............................................###..####...........##**
83+
.(#.#####.###....##..................................##...####.#####..#/,,,,/##..((.
84+
,#..####..####..###....###..................####...###...###..####..#/. .(#..((.
85+
./#.#####.#####.####...####................#####..####.#####.#####., ./#..#//.
86+
,#.#####.#####.#####..####................#####.####..##########..#/. ,##.,,
87+
*#..######################..............#######################.#(. .//#..##*
88+
*##.#####################..............#####################..#(,.,/###..#(,
89+
**#######################............#####################...#####....##*.
90+
,(#.#####################.........####################.........###//,
91+
*########################......######################..#######(/,..
92+
,(#######################....########.############..#/,....
93+
./###############.#####......#####.#############.##/**,,,.
94+
,((#.###########..###......##...###########...#(/*********,.
95+
,,(#.###########..............###########..###/************,..
96+
*(#.############.........###########..##//******************,.
97+
,/#############......###########.##(/***********************,.
98+
.*((########.........#####.###/,...,,,,,,*******************,..
99+
,,/########......#####.##((*. ....,,,,*************,,.
100+
.,(##.............##(*.....,,,,,,,,,,,,,,,,,**************,
101+
.*###........##(/***********************************,..
102+
*(#...###/************************************,.
103+
*(#.##//************************************,.
104+
./(*.,,********************************,,.
105+
.,************************,..
106+
...,,,,******,,,,...
107+
```
53108
[License-Url]: https://www.apache.org/licenses/LICENSE-2.0
54109
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg
55110
[github-release]: https://github.com/YunaBraska/nats-streaming-server-embedded

banner.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.,,.
2+
,/*.
3+
*(/.
4+
.(#*..
5+
,(#/..
6+
,(#(*..
7+
,/###/,,
8+
..*(#(**(((*
9+
,((#(/. ./##/.
10+
./##/, ,(##/.
11+
,(((, ./###*.
12+
,///. ,(##//.
13+
,**,,/(#(*
14+
,(#(*.
15+
..*((*.
16+
,,((,
17+
..//.
18+
.,.
19+
.....,.........
20+
..,**///(((((##############(((((((//*,..
21+
.*//((#######################################((/*,.
22+
,/(###################################################/*..
23+
.,,(########################################################((/.
24+
,((###########################################################(/.
25+
.(#################################################################*
26+
.(#.###############################################################*
27+
./#....###########################################################...,
28+
.(#.....########################################################.....*
29+
,#.........##################################################.........#/.
30+
*#...##.........##########################################........#...##(((//*,.
31+
,#..####...#............##########################..........#...####..........##/..
32+
,#..####..###..............................................###..####...........##**
33+
.(#.#####.###....##..................................##...####.#####..#/,,,,/##..((.
34+
,#..####..####..###....###..................####...###...###..####..#/. .(#..((.
35+
./#.#####.#####.####...####................#####..####.#####.#####., ./#..#//.
36+
,#.#####.#####.#####..####................#####.####..##########..#/. ,##.,,
37+
*#..######################..............#######################.#(. .//#..##*
38+
*##.#####################..............#####################..#(,.,/###..#(,
39+
**#######################............#####################...#####....##*.
40+
,(#.#####################.........####################.........###//,
41+
*########################......######################..#######(/,..
42+
,(#######################....########.############..#/,....
43+
./###############.#####......#####.#############.##/**,,,.
44+
,((#.###########..###......##...###########...#(/*********,.
45+
,,(#.###########..............###########..###/************,..
46+
*(#.############.........###########..##//******************,.
47+
,/#############......###########.##(/***********************,.
48+
.*((########.........#####.###/,...,,,,,,*******************,..
49+
,,/########......#####.##((*. ....,,,,*************,,.
50+
.,(##.............##(*.....,,,,,,,,,,,,,,,,,**************,
51+
.*###........##(/***********************************,..
52+
*(#...###/************************************,.
53+
*(#.##//************************************,.
54+
./(*.,,********************************,,.
55+
.,************************,..
56+
...,,,,******,,,,...

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>berlin.yuna</groupId>
1414
<artifactId>nats-streaming-server-embedded</artifactId>
15-
<version>0.4.4</version>
15+
<version>0.4.5</version>
1616
<packaging>jar</packaging>
1717

1818
<name>${project.artifactId}</name>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>berlin.yuna</groupId>
6868
<artifactId>config-metadata-generator</artifactId>
69-
<version>0.3.2</version>
69+
<version>0.4.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

0 commit comments

Comments
 (0)