afs opened a new issue, #1913: URL: https://github.com/apache/jena/issues/1913
### Change Jena shaded Google Guava. Guava is a lot more stable these days and we probably don't need to shade it. Looking for use in Jena is: * caches, where Jena has its own `Cache` interface to abstract from implementation and providers * MultiMaps, and MultiSets, where we could use Apache Common collections4. * `BiMap` - where we could use Apache Common collections4.BidiMap * A few other features like `Sets.new HashSet` (Java now has `Set.of`) and Guava's `Objects.equal`. ### Are you interested in contributing a pull request for this task? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
