Skip to content

Fixes #30 Postgres: NPE executig command when portal is null#37

Merged
lvca merged 1 commit intoArcadeData:mainfrom
giastfader:30-Postgres-NPE-executing-command-when-portal-is-null
Sep 7, 2021
Merged

Fixes #30 Postgres: NPE executig command when portal is null#37
lvca merged 1 commit intoArcadeData:mainfrom
giastfader:30-Postgres-NPE-executing-command-when-portal-is-null

Conversation

@giastfader
Copy link
Copy Markdown
Contributor

What does this PR do?
Deletes unnecessary statement that threw an NPE

Motivation
I'm against NPEs

Related issues
#30

Checklist
[X] I have run the build using mvn clean package command
[] My unit tests cover both failure and success scenarios

@lvca
Copy link
Copy Markdown
Member

lvca commented Sep 7, 2021

Thanks!

@lvca lvca merged commit cca1b83 into ArcadeData:main Sep 7, 2021
mergify bot added a commit that referenced this pull request Jan 28, 2026
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.10.2 to 1.10.3.
Release notes

*Sourced from [at.yawk.lz4:lz4-java's releases](https://github.com/yawkat/lz4-java/releases).*

> lz4-java v1.10.3
> ----------------
>
> What's Changed
> --------------
>
> * github-pages documentation by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#32](https://redirect.github.com/yawkat/lz4-java/pull/32)
> * Improve README formatting by [`@​Marcono1234`](https://github.com/Marcono1234) in [yawkat/lz4-java#37](https://redirect.github.com/yawkat/lz4-java/pull/37)
> * fix NPE in LZ4FrameInputStream#available by [`@​dldnhf`](https://github.com/dldnhf) in [yawkat/lz4-java#40](https://redirect.github.com/yawkat/lz4-java/pull/40)
>
> New Contributors
> ----------------
>
> * [`@​dldnhf`](https://github.com/dldnhf) made their first contribution in [yawkat/lz4-java#40](https://redirect.github.com/yawkat/lz4-java/pull/40)
>
> **Full Changelog**: <yawkat/lz4-java@v1.10.2...v1.10.3>


Commits

* [`af57e23`](yawkat/lz4-java@af57e23) fix NPE in available() ([#40](https://redirect.github.com/yawkat/lz4-java/issues/40))
* [`384ade4`](yawkat/lz4-java@384ade4) Improve README formatting ([#37](https://redirect.github.com/yawkat/lz4-java/issues/37))
* [`b8af362`](yawkat/lz4-java@b8af362) github-pages documentation ([#32](https://redirect.github.com/yawkat/lz4-java/issues/32))
* See full diff in [compare view](yawkat/lz4-java@v1.10.2...v1.10.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=at.yawk.lz4:lz4-java&package-manager=maven&previous-version=1.10.2&new-version=1.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.

2 participants