light-4j

A fast, lightweight and more productive microservices framework

APACHE-2.0 License

Stars
3.6K
Committers
60

Bot releases are hidden (Show)

light-4j - 2.0.12

Published by stevehu over 4 years ago

2.0.12 (2020-03-31)

Merged pull requests:

  • fixes #688 add status codes for light-portal #689 (stevehu)
  • fixes #686 apply issue 679 to master branch #687 (stevehu)
  • fixes #683 update master based on 677 and 681 #685 (stevehu)
  • fixes #675 resolve a defect in client.yml for the oauth2 urls #676 (stevehu)
  • fixes #673 add replaceToken method for html email template #674 (stevehu)
  • fixes #671 change Http2Client createClientCallback debug to trace #672 (stevehu)
  • fixes #669 parameterize default client.yml in client module #670 (stevehu)
  • fixes #667 comment out server_url in client.yml to default to service… #668 (stevehu)
  • fixes #665 need to promote the scope token to authorization header if… #666 (stevehu)
  • fixes #663 update security test cases to add roles to the long-lived … #664 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with the 2.0.11 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.18

Published by stevehu over 4 years ago

1.6.18 (2020-03-31)

Merged pull requests:

  • fixes #688 add status codes for light-portal #689 (stevehu)
  • Issue 679 #684 (chenyan71)
  • fixes #681 change client.yml config name to connectionExpireTime #682 (stevehu)
  • Issue 677 #680 (chenyan71)
  • update undertow to 2.0.30.Final #678 (gexclaude)
  • fixes #673 add replaceToken method for html email template #674 (stevehu)
  • fixes #671 change Http2Client createClientCallback debug to trace #672 (stevehu)
  • fixes #663 update security test cases to add roles to the long-lived … #664 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 1.6.17 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.11

Published by stevehu over 4 years ago

2.0.11 (2020-02-29)

Merged pull requests:

  • fixes #658 add trace logging to help debug cors rejections in CorsUtil #659 (stevehu)
  • fixes #655 update logging level to trace for consul module #656 (stevehu)
  • fixes for #649 #652 (stevehu)
  • fixes #653 update OauthHelper to allow redirectUri optional when gett… #654 (stevehu)
  • fixes #647 Service registration fails with the latest Consul #651 (stevehu)
  • Issue645 #648 (stevehu)
  • fixes #645 loose the condition to apply the cors headers #646 (stevehu)
  • fixes #643 Add user_type and roles constants in utility for light-spa-4j #644 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 2.0.10 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.17

Published by stevehu over 4 years ago

1.6.17 (2020-02-29)

Merged pull requests:

  • fixes #658 add trace logging to help debug cors rejections in CorsUtil #659 (stevehu)
  • fixes #655 update logging level to trace for consul module #656 (stevehu)
  • fixes for #649 #652 (stevehu)
  • fixes #653 update OauthHelper to allow redirectUri optional when gett… #654 (stevehu)
  • fixes #647 Service registration fails with the latest Consul #651 (stevehu)
  • fixes #645 loose the condition to apply the cors headers #646 (stevehu)
  • fixes #643 Add user_type and roles constants in utility for light-spa-4j #644 (stevehu)

Upgrade Guidelines:

This is a release with defect fixes and enhancements. It is backward compatible with 1.6.16 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.16

Published by stevehu over 4 years ago

1.6.16 (2020-02-06)

Merged pull requests:

Upgrade Guidelines:

This is a release with a defect fix in light-rest-4j. It is backward compatible with 1.6.14 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.14

Published by stevehu over 4 years ago

1.6.14 (2020-01-31)

Merged pull requests:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.13 release. One of the major changes is removing the maven repository codelds for Oracle JDBC driver as it starts causing issues to download maven dependencies. For existing projects based on the older version, please remove this repository from the pom.xml if you encounter any issue during the maven build.

        <repository>
            <id>codelds</id>
            <url>https://code.lds.org/nexus/content/groups/main-repo</url>
        </repository>       

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.10

Published by stevehu over 4 years ago

2.0.10 (2020-01-31)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.9 release. One of the major changes is removing the maven repository codelds for Oracle JDBC driver as it starts causing issues to download maven dependencies. For existing projects based on the older version, please remove this repository from the pom.xml if you encounter any issue during the maven build.

        <repository>
            <id>codelds</id>
            <url>https://code.lds.org/nexus/content/groups/main-repo</url>
        </repository>       

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.9

Published by stevehu almost 5 years ago

2.0.9 (2019-12-30)

Merged pull requests:

  • fixes #637 refactor the LightHttpHandler to ensure the auditInfo is c… #638 (stevehu)
  • fixes #635 add a test case with two generic types for service module #636 (stevehu)
  • Bug fix: ConsulRegistry keeps the first service url discovered in cache #633 (jsu216)
  • fixes issue #625 #626 (chenyan71)
  • Make Http2Client.SSL public again, but deprecate it #631 (miklish)
  • Make SSL private to prevent its usage before it is initialized. #630 (miklish)
  • Make valueMap to be static to prevent multiple warning #628 (jiachen1120)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.8 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.13

Published by stevehu almost 5 years ago

1.6.13 (2019-12-30)

Merged pull requests:

  • fixes #637 refactor the LightHttpHandler to ensure the auditInfo is c… #638 (stevehu)
  • Bug fix: ConsulRegistry keeps the first service url discovered in cache #633 (jsu216)
  • fixes issue #625 #626 (chenyan71)
  • Make Http2Client.SSL public again, but deprecate it #631 (miklish)
  • Make SSL private to prevent its usage before it is initialized. #630 (miklish)
  • Make valueMap to be static to prevent multiple warning #628 (jiachen1120)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.11 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.8

Published by stevehu almost 5 years ago

2.0.8 (2019-11-27)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.7 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.11

Published by stevehu almost 5 years ago

1.6.11 (2019-11-27)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.10 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.7

Published by stevehu almost 5 years ago

2.0.7 (2019-10-26)

Merged pull requests:

  • Fix/Replace - to _ to match the OpenShift environment variable syntax #618 (jiachen1120)
  • fixes #613 service throws UT005001 once the metrics/influxdb module i… #614 (stevehu)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.6 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.10

Published by stevehu almost 5 years ago

1.6.10 (2019-10-26)

Merged pull requests:

  • Fix/Replace - to _ to match the OpenShift environment variable syntax #618 (jiachen1120)
  • fixes #613 service throws UT005001 once the metrics/influxdb module i… #614 (stevehu)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.9 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.9

Published by stevehu about 5 years ago

1.6.9 (2019-09-13)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.8 release for Java 8.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.6

Published by stevehu about 5 years ago

2.0.6 (2019-09-13)

Merged pull requests:

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.5 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 1.6.8

Published by stevehu about 5 years ago

1.6.8 (2019-08-30)

Merged pull requests:

  • fixes #605 server exits without any error in the console #606 (stevehu)
  • fixes #603 add JwtVerifier to replace JwtHelper #604 (stevehu)
  • Fixes #607 Collect Status and StackTrace on Error in light-4j handlers #608 (ddobrin)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 1.6.7 release for Java 8.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.5

Published by stevehu about 5 years ago

2.0.5 (2019-08-30)

Merged pull requests:

  • fixes #605 server exits without any error in the console #606 (stevehu)
  • fixes #603 add JwtVerifier to replace JwtHelper #604 (stevehu)
  • Fixes #607 Collect Status and StackTrace on Error in light-4j handlers #608 (ddobrin)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.4 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

light-4j - 2.0.4

Published by stevehu about 5 years ago

2.0.4 (2019-08-16)

Merged pull requests:

  • fixes #509 -DskipTests does not work to skip unit tests for master #602 (stevehu)
  • Fix/#590 skip tests #591 (BalloonWen)
  • fixes #600 upgrade jackson-databind to 2.9.9.3 #601 (stevehu)
light-4j - 1.6.7

Published by stevehu about 5 years ago

1.6.7 (2019-08-16)

Merged pull requests:

light-4j - 2.0.3

Published by stevehu about 5 years ago

2.0.3 (2019-07-31)

Merged pull requests:

  • fixes #596 useJson default to false to ensure backward compatibility #597 (stevehu)
  • API-189: Return Json format result from HealthGetHandler #589 (jsu216)
  • fixes #592 add a debug statement to output the discovered url in Oaut… #593 (stevehu)
  • fixes #586 FormData.FormValue cannot be handled by Jackson JSON parser #587 (stevehu)
  • fixes #583 Success result is returned even light-oauth2 returns an er… #585 (stevehu)
  • fixes #578 to use a hashset to track used ports #582 (stevehu)
  • fixes #579 when all instances are down and restarted, the client disc… #580 (stevehu)
  • randomly pick up port number for dynamic registry #578 (stevehu)
  • Fix/#573 consul registry notify #577 (BalloonWen)
  • Fix/#547 deprecate apis - client module #561 (BalloonWen)
  • Fix/npe service to url #576 (jiachen1120)

Upgrade Guidelines:

This is a release with some defect fixes and enhancements. It is backward compatible with 2.0.2 release.

For all the changes for the entire platform, please refer to https://trello.com/b/189msq9S/release-schedule

Package Rankings
Top 3.79% on Repo1.maven.org
Badges
Extracted from project README
Build Status codecov.io
Related Projects