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

2 fix, 2 dependencies changed, 1 feat. refer to the description for more detail. #305

Merged
merged 5 commits into from
Jul 19, 2024

Conversation

CorvusYe
Copy link
Collaborator

@CorvusYe CorvusYe commented Jul 5, 2024

fix: treat space from param as invalid, when use-session-pool is true.

fix: when timezone is not default, the time is incorrect.

chore: dependencies upgrade

  • nebula-java: 3.6.0 -> 3.8.3
  • org.hibernate:hibernate-core was excluded.

If you need to use hibernate-core, please add the dependency by yourself.

feat: support ssl and http2 config in yml.

  • example:
    nebula:
      pool-config:
        enable-ssl: true
        ssl-param:
          sign-mode: SELF_SIGNED
          crt-file-path: /path/to/client.crt
          key-file-path: /path/to/client.key
          password: password
        # ssl-param:
          # sign-mode: CA_SIGNED
          # ca-crt-file-path: /path/to/ca-client.crt
          # crt-file-path: /path/to/client.crt
          # key-file-path: /path/to/client.key
        use-http2: false
        custom-headers:
          Route-Tag: abc

@CorvusYe
Copy link
Collaborator Author

CorvusYe commented Jul 5, 2024

@Nicole00
May I ask if you have time to help me with the HTP2 test.

cc: @wey-gu

@CorvusYe CorvusYe merged commit d5ea928 into nebula-contrib:master Jul 19, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant