Arnold Buchmueller

Results 16 issues of Arnold Buchmueller

Hey everyone. I'm evaluating mongo-connector and wanted to see what's happening when there's a missing object in elasticsearch and mongo is executing an update. ``` [ERROR] mongo_connector.doc_managers.elastic2_doc_manager:648 - mGET: Document...

I'd like to use the new subschema feature, but can't seem to get it to work. Adding the attribute to the sub model like so: ``` fieldWithPath("recipes[]").optional().attributes(schema("RecipeData")) .description("List of recipes."),...

Last update was 6 years ago. There have been many Instagram API changes. I guess this is dead?

I'm trying to use the new SubSchema attribute which was introduced in latest restdocs-api-spec https://github.com/ePages-de/restdocs-api-spec/pull/246 But when using it, I get an exception: Attribute example: ``` fieldWithPath("data").attributes(Attributes.key("schemaName").value("cookbookTest123")).description("Cookbook") ``` Exception: ```...

I'm using Lombok annotations to generate setters & getters and therefore I can't select setX or setY to find all references. So if would be a little of help if...

enhancement
upstream
navigation
ux

It seems like all tests & validations are only working when using the default "target" maven folder. As soon you change the target to something else, you get unwanted errors,...