gnom_7
gnom_7
@jgrandja I’d like this feature to be able to implement IP check on per user / user’s organization and client basis, thus I need access to this info after request...
@jgrandja is there support (existing or planned) to handle cases when SPA sends multiple concurrent requests with expired access token to BFF, so BFF is required to update token via...
> If the GatewayServer is correctly shut down, it should not prevent the application from stopping: if you are experiencing this problem, I would like to get more details about...
MariaDB v10.6.2+ `alter table ... add system versioning` queries started to fail on non-empty tables
Hi @MalloD12, I use driver `org.mariadb.jdbc:mariadb-java-client` supplied by spring. I tried spring versions [v2.7.3](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.3/spring-boot-dependencies-2.7.3.pom) and [v3.1.3](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/3.1.3/spring-boot-dependencies-3.1.3.pom) which translates to driver versions `3.0.7` and `3.1.4` respectively. Since query works fine on...
@evalzy thanks I'll check it! Are there any guides about migrations from 1.0.1 to 1.0.2 and from 1.0.2 to 1.0.3?
``` 2023-10-13T12:08:57.793210196Z stdout P {"@timestamp":"2023-10-13T12:08:57.791Z","ecs.version":"1.2.0","log.level":"ERROR","message":{"simpleMessage":"Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is ***\n\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\n\tat org.apache.tomcat.util.threads.ThreadPoo 2023-10-13T12:08:57.793233876Z stdout F lExecutor$Worker.run(ThreadPoolExecutor.java:659)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\n"}...
I want to have non-prod and prod envs configured as close as possible, so that all logging pipelines etc are the same to be able to catch any issues with...
I wonder whether it makes sense to hookup into existing IDEA GrammarKit plugin to provide seamless ANTLR integration given GrammarKit is openly developed and used in JetBrains reference docs and...
ok, so in such approach it would not be possible to make any use of existing GrammarKit infra/code? makes sense thank you and looking forward for a new release of...
btw do you have or plan some documentation on somewhat non-obvious parts of implementation like lexer state support etc? I'm poking with some toy plugin and getting 'Discontinuous sequence of...