Ulises Bocchio
Ulises Bocchio
You can pass the `path` option to [git-raw-commits](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#gitoptspath) for the changelog plugin to select the proper package bump. What I'm not clear is, what role does `git.changelog` play in all...
Having the same issue here, wonder if you can just remove: ```js if (_this._maxRetries && _this._maxRetries > _this._retries) { return; } ``` from `RequestBase.prototype.then`'s abort listener
English please?
Interesting. When you say embedded config server… do you mean you’re running the config server along side spring cloud config? All in the same app?
It wouldn’t surprise me if the config server is relying on a specify type of PropertySource that it might not find with this library on because it would be wrapped...
@marchi1986 are you also using the config-server embedded in your app?
From what I can tell... @NacosConfigurationProperties does not pull configuration from the environment where this plugin intercepts properties. There is however a NacosPropertySource injected in the environment via the NacosPropertySourceLocator...
for #82 there seems to be an issue with either spring's pom/build script or gradle itself, so nothing I can do about that, but you can add the dependencies needed...
@warrenc5 are you trying to put encrypted properties in the Dozer XML?
I think it’s the second. You have to use the exact same class with the exact same configuration to encrypt/decrypt. I can see that BasicTextEncryptor only sets the algorithm on...