Daniel Mensinger

Results 16 issues of Daniel Mensinger

Readded the context option which was removed in d728f80. With this change, `GraphQLView` behaves as described in the documentation. From the README: * `context`: A value to pass as the...

This commit introduces the `PROCESS_ESCAPED_MALFORMED_TAGS` and `ESCAPE_MALFORMED_TAGS` features that control whether invalid tag names will be escaped with an attribute. fixes #523 fixes #524

Example: ```java package it; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.dataformat.xml.XmlMapper; public class Dollar { public static class DTO { public String thisStringIs$Fancy$ = "Hello World!"; } public static void main(String ... args)...

2.14

Specifically map keys like `000` and `111` will be marshaled as `` and ``, which can no longer be unmarshaled. Jackson should make sure to escape those keys correctly. Example:...

This is a reproducer test case for https://hibernate.atlassian.net/browse/HHH-16672

This PR adds a new `User Management` tab where ADMINs and PMs can: - create new users - edit existing users - delete users

What we want is the ability to manage the mojito users directly in the web GUI: - creating new users - editing existing users - deleting users These operations are...

Fix for [MCOMPILER-538](https://issues.apache.org/jira/browse/MCOMPILER-538). The `generatedSourcesPath` will still be added to the *maven* project paths. --- Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make...

See [MCOMPILER-540](https://issues.apache.org/jira/projects/MCOMPILER/issues/MCOMPILER-540). This PR fixes the bug by filtering out the generated sources from the stale sources list. --- Following this checklist to help us incorporate your contribution quickly and...

This PR adds the option to restrict what locales a user can edit. This way, users that are not that well versed with mojito can't accidentally change the translations for...