Skip to content

Commit

Permalink
Merge branch 'master' of github.com:networknt/light-4j
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Oct 4, 2023
2 parents 07ef6cd + 85c421d commit c5429b2
Show file tree
Hide file tree
Showing 59 changed files with 79 additions and 58 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# Change Log

## [2.1.27](https://github.com/networknt/light-4j/tree/2.1.27) (2023-10-04)


**Merged pull requests:**


- fixes \#1902 A defect in JWT audience validation with multiple oauth s… [\#1903](https://github.com/networknt/light-4j/pull/1903) ([stevehu](https://github.com/stevehu))
- Issue19000 [\#1901](https://github.com/networknt/light-4j/pull/1901) ([stevehu](https://github.com/stevehu))
- fixes \#1895 Update SalesforceHandler to add more trace statements for… [\#1896](https://github.com/networknt/light-4j/pull/1896) ([stevehu](https://github.com/stevehu))
- fixes \#1891 Update the pom.xml and audit test cases to build with JDK 17 [\#1892](https://github.com/networknt/light-4j/pull/1892) ([stevehu](https://github.com/stevehu))
- fixes \#1889 fix a bug in sanitizer config to load multiple toEncode a… [\#1890](https://github.com/networknt/light-4j/pull/1890) ([stevehu](https://github.com/stevehu))
- fixes \#1887 remove powermock dependency from status module for JDK 17 [\#1888](https://github.com/networknt/light-4j/pull/1888) ([stevehu](https://github.com/stevehu))
- Added condition for http1.1 [\#1885](https://github.com/networknt/light-4j/pull/1885) ([fortunadoralph](https://github.com/fortunadoralph))
- fixes \#1882 add a trace statement for CorrelationHandler to output al… [\#1883](https://github.com/networknt/light-4j/pull/1883) ([stevehu](https://github.com/stevehu))
- fixes \#1880 add trace statements to body interceptor, injection handl… [\#1881](https://github.com/networknt/light-4j/pull/1881) ([stevehu](https://github.com/stevehu))
- fixes \#1875 remove dependency to Undertow in status module [\#1876](https://github.com/networknt/light-4j/pull/1876) ([stevehu](https://github.com/stevehu))
- fixes \#1878 sanitizer handler use contains for header comparison whic… [\#1879](https://github.com/networknt/light-4j/pull/1879) ([stevehu](https://github.com/stevehu))
- fixes \#1873 Add trace log for swt introspection call to output server… [\#1874](https://github.com/networknt/light-4j/pull/1874) ([stevehu](https://github.com/stevehu))
- fixes \#1871 add trace log for HeaderHandler and ProxyHandler to outpu… [\#1872](https://github.com/networknt/light-4j/pull/1872) ([stevehu](https://github.com/stevehu))


## [2.1.26](https://github.com/networknt/light-4j/tree/2.1.26) (2023-08-17)


Expand Down
2 changes: 1 addition & 1 deletion api-key/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion audit/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion balance/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion basic-auth/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion body/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cache-manager/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cluster/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion config-reload/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion consul/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion correlation/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cors/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion data-source/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion db-provider/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion decryptor/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion deref-token/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dump/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion egress-router/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion email-sender/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion encode-decode/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exception/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion handler/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion header/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion health/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion http-entity/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion http-string/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion http-url/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion info/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ingress-proxy/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ip-whitelist/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jaeger-tracing/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ldap-util/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logger-config/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mask/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion monad-result/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Framework Components</description>
Expand Down
2 changes: 1 addition & 1 deletion portal-registry/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.networknt</groupId>
<artifactId>light-4j</artifactId>
<version>2.1.27-SNAPSHOT</version>
<version>2.1.27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c5429b2

Please sign in to comment.