Nahuel Rodríguez

Results 13 issues of Nahuel Rodríguez

Hi everybody, hope you are doing well!! I have been using this library for a few months and since then I have been constantly running into difficulties when working with...

## My Environment * __ArangoDB Version__: 3.10.8 * __Deployment Mode__: Cluster * __Deployment Strategy__: Kubernetes * __Configuration__: One pod per node, operator version 1.2.24. 3 DB severs, 3 coordinators, 3...

1 Feature
3 AQL

### Describe the bug Raspberry OS 12 Bookworm no longer allows SSH over USB-C/Ethernet gadget mode. ### Steps to reproduce the behaviour Hi everyone! Not sure if this was already...

Hi there! First of all, I have been using this plugin for a while and I want to thank you for this wonderful tool :) Unfortunately, the plugin is not...

### Issue description Hi there. I'm using Micronaut Data in my application, but I would like to disable the Datasource for certain tests I have annotated with @MicronautTest. I haven't...

### Expected Behavior When `@Transactional` is applied at a class level, all non-private methods should be automatically wrapped in a transaction and have a connection available. When `@Transactional` is applied...

## Information Build system: Maven Java version: 21 Mockito version: 5.11.0 jUnit version: 5.10.2 ## Expected behavior Mockito should mock anything in

### Issue description Hi there! I have a doubt about the threading model of the HTTP clients (low-level and declarative). The HTTP low-level client [docs](https://docs.micronaut.io/4.5.3/guide/#clientBasics) (scroll down to `Performing an...

### Issue description Hi there! This is an improvement request/discussion-opener on something I bumped into recently in other issues: - [Micronaut Data #2943](https://github.com/micronaut-projects/micronaut-data/issues/2943). - [Micronaut Test #1025](https://github.com/micronaut-projects/micronaut-test/issues/1025). - [Micronaut Core...

type: improvement

### Expected Behavior As per `#CrudRepostory.update` JavaDocs: `This method issues an explicit update for the given entity. The method differs from save(Object) in that an update will be generated regardless...

status: example attached
type: bug