Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-java/nvim-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: nvim-java/nvim-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 1, 2024

  1. feat: add validations for exec order, duplicate setup calls (#219)

    NOTE: Previous installation instruction we had are causing jdtls to setup multiple times and on some configuration jdtls setup is done before nvim-java setup (nvim-java should always should be setup before jdtls). 
    
    - Now there are validations for execution order check. For example, if the jdtls setup is called before the nvim-java setup, user will see an error on startup (This is not perfect but it's something). You can either remove the check from the nvim-java configuration if everything works fine for you and you don't want to touch anything. But if you have time, check the latest installation instruction or try to figure out what's causing the issue in your config.
    
    - Additionally, we check is nvim-java setup is being called more than once. If you are passing some configuration to nvim-java if they are not working, this is probably why. First time it's setup with the config you are passing but using the default in consequent calls. Once again, you can check the instructions to fix the issue.
    s1n7ax authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    15bc822 View commit details
    Browse the repository at this point in the history
  2. chore(doc): automatic vimdoc update (#222)

    Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
    github-actions[bot] and s1n7ax authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2015631 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.8.0 (#221)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    26bfcbe View commit details
    Browse the repository at this point in the history
Loading