Results 416 comments of Caleb Cushing

Sorry I took so long to get back to this, I rage quit gradle for a minute... looks like this isn't needed in my latest build which is running 1.33.0

I do not. Although I'm not sure it's worth generating because I think it's only one line in the manifest.mf.

I found out that a big part of my problem is "testing" apparently there's a hidden undocumented optimization that prevents the headers from being written if the expected headers aren't...

Unfortunately no, I don't currently have a use case for spring-ai. I simply took the list of spring projects that had not implemented an automatic-module and notified.

Yeah, I wonder if it's better to arbitrarily handle everything instead of coming up with a convention of what you think it should be... Meaning maybe don't handle incrementing for...

right, I honestly kind of assume it's build info. It really doesn't make a lot of sense as being a pre-release, at least not implicitly. Either way it doesn't seem...

Yeah, what happens if someone is still expecting you to do the splitting? A new method?

Maybe a couple of other alternatives. I'm not sure how possible the first one is. 1. Could the map be converted to a multi-map under the hood without changing the...

yep, I think this is what I came here to report, anyone have a workaround?

I guess putting this at the end of my test express app is sufficient in my case ```ts process.once('SIGTERM', () => process.exit(0)) ```