gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Gemini Framework

Results 7 gemini issues
Sort by recently updated
recently updated
newest added

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha2 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.0&new-version=2.12.7.1)](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...

dependencies

BasicSecurity.constructPasswordRequirements expects that it will be overwritten by applications in their extension of it. These requirements are enforced when calling BasicSecurity.passwordChange. However, in PasswordResetHandler.authorize the input is validated through getPasswordResetValidatorSet()...

WIP. This is an extension of https://github.com/TechEmpower/gemini/pull/84. Diff between this branch and that one: https://github.com/ajohnstonTE/gemini/compare/move-legacy-dispatching...ajohnstonTE:another-new-dispatcher Note: The build won't be passing for now because there are tests for unimplemented features.

Creating a module to support Firenio as a Gemini platform. Note: It's dumb that draft PRs can only be *created* and not edited from open PRs.

Moves the legacy dispatching classes to two new Maven modules, one for the general-purpose dispatching from `gemini`, and another for those that came from `gemini-resin`. There's more I'd like to...

In the Query class, you can override values via the `Query#put` methods. However, `Query#getStrings` and the other multi-value methods do not use the override map. They can't really, because the...