0.3.0
Pre-release
Pre-release
Enhancements:
- Updated with rewrite 7.8.0
- Use Java standard library instead of Guava bd1c8cd
- Replace newArrayList(Iterable) with ArrayList constructor 2948f22
- Use
new CopyOnWriteArrayList<>()
instead of Guava ed093db - Use
new LinkedList<>()
instead of Guava 26b81d2 - Use
new HashSet<>()
instead of Guava ee8a326 - Construct a set from a
new ConcurrentHashMap<>()
instead of Guava 87058f0 - Use
new LinkedHashSet<>()
instead of Guava 3e88268 - Add javax.inject to jakarta.inject recipe #35
- Add javax.batch to jakarta.batch migration #29
Fixes: