Skip to content

0.9.1

Compare
Choose a tag to compare
@cescoffier cescoffier released this 14 Feb 20:03

Major changes

  • #887 - Add support for directly injecting the HTTP URL into tests
  • #659 - Preview Hibernate 2L cache implementation

Complete changelog

  • #905 - Use a package protected property for injection
  • #904 - Fix the library path for MacOS for SSL support
  • #901 - Revert "Fixes #880, add Resteasy to the bom so the version aligns"
  • #899 - Fixes 898, Don't use a caching resource manager for dev mode and make sure it is closed on shutdown
  • #897 - Make very minor HttpConfig enhancement
  • #798 - Infinispan Client should use ProtoStreamMarshaller as default
  • #896 - Default eviction max idle and object counts for Hibernate cache
  • #894 - Suppress unchecked cast warnings in extension annotation processor
  • #893 - Handle both custom port and host for RestAssured
  • #892 - Add some notes on dev mode
  • #890 - Fixes #373, properties don't work with shamrock:dev
  • #889 - Fixes #884 limit the number of threads in dev and test mode
  • #887 - Add support for directly injecting the HTTP URL into tests
  • #886 - Fixes #880, add Resteasy to the bom so the version aligns
  • #885 - Fix JDK11 build
  • #884 - Minimal number of XNIO worker threads in dev mode
  • #882 - Fixes java.net.MalformedURLException in SmallRyeOpenApiProcessor
  • #881 - java.net.MalformedURLException: no protocol: META-INF/openapi.yml
  • #875 - Don't use of Panache Field Enhancer when there are no enhanced models
  • #872 - Change type for duration and host/port properties in Jaeger
  • #871 - Fix ArcContainerImpl.instanceSupplier()
  • #870 - Fixes #316 remove a lot of out of date info from the readme
  • #869 - Run tests on a different port
  • #868 - Make sure the entity manager works when no request scope is present
  • #867 - ContextNotActiveException on StartupEvent listener
  • #866 - Miscellaneous configuration fixes & enhancements
  • #865 - Jaeger config no longer working
  • #862 - ArC - stack log messages about usage of private members
  • #860 - Deprecate RUN_TIME_STATIC
  • #859 - Support for config maps with keys that have embedded '.'
  • #858 - Fix config wildcard handling
  • #857 - Add non-native JDK11 CI job
  • #856 - Use TCCL to load security resources so shamrock:dev works
  • #855 - ArC - stack log messages about usage of private members
  • #854 - add reactive messaging to BOM
  • #853 - Switch Graal SDK to 1.0.0-rc12, update docs and recommendations
  • #852 - Remove axle clients
  • #851 - renamed cli to devtools. ref discussion on zulip. take two.
  • #850 - Fixes #819 classfilewriter 1.2.4.Final
  • #849 - Remove Jandex exclusion
  • #848 - Upgrade to Graal RC12
  • #847 - Exclude test scoped dependencies
  • #846 - Remove dependency on shamrock-core-deployment from infinispan-hiberna…
  • #845 - Remove undertow dependency from the maven plugin
  • #844 - Use batch setting for CI builds
  • #842 - Curate the Hibernate ORM Runtime Dependencies
  • #841 - Set the transaction node name at runtime
  • #840 - Reduce reliance on hotrod client properties and change config priority
  • #835 - Extension renaming round 1
  • #834 - Switch to upstream JBoss Logging
  • #831 - Test custom converters and fix unresolved socket address case
  • #829 - Add native integration test to generated projects
  • #828 - No longer needing the redhat-ga-repository Maven repository
  • #827 - Rename standard jar when uberJar option is used
  • #826 - Integrate MP-JWT extension
  • #824 - Add Reactive Messaging to the BOM
  • #822 - Fix List-based @configitem support
  • #819 - Build fails on Java 12 due to classfilewriter
  • #817 - Fix the javadoc of @configroot
  • #816 - Fix logging levels of native image, boot, and JVM mode.
  • #813 - Panache field access
  • #812 - Build log verbosity: we now have a lot of TRACE/DEBUG messages
  • #811 - If putFromLoad happens too close to region evict, try again
  • #809 - changed aesh cli to inherit from the build parent fixes #783
  • #808 - [LOGMGR-236] Check the correct array for the index.
  • #807 - Making ProtoStreamMarshaller default marshaller and adding
  • #806 - REST client with native and SSL
  • #803 - Fixed infinispan client configuration for config changes part 2
  • #799 - TRACE logging does not work
  • #795 - Make Undertow logging use JBoss Logging
  • #794 - [#790] Allow all log levels to be configured, not just the root
  • #793 - Various small improvements to the Spring DI compatibility layer
  • #792 - Some minor cleanup of Maven plugin
  • #791 - Add REST Client guide
  • #790 - TRACE logging does not work
  • #789 - Add a Spring guide based on the existing quickstart
  • #787 - [#735] Converters for network addresses
  • #786 - Infinispan client docs
  • #785 - Reword and clarify the 2LC docs
  • #783 - Aesh CLI must inherit from the build parent
  • #782 - Register feature for Jaeger
  • #781 - [#390] Support some more primitive types
  • #779 - Remove unused converter
  • #775 - Project creator should create a native test and inject the failsafe config
  • #774 - Remove Fakereplace
  • #769 - Introduce Panache and the Panache extension
  • #759 - Hibernate 2L cache documentation
  • #737 - Axle Vertx clients integration
  • #735 - Config Converter for InetAddress/InetSocketAddress
  • #727 - Prototype solution to the general ObjectSubstitution issue, #700
  • #700 - General solution to cross extension ObjectSubstitution and sharing of BuildItems
  • #665 - Tests for the application dependencies resolver used by creator
  • #664 - Add tests for dependency resolution in creator
  • #663 - Generate extensions.json
  • #659 - Preview Hibernate 2L cache implementation
  • #654 - Obtain configuration for Jaeger from MP-Config
  • #650 - Close created URLClassLoader's
  • #642 - update aesh to 1.11 + move/update readme
  • #609 - Unused code removal, Map.Entry usage, static inner classes
  • #605 - Implement an extension for the SmallRye Reactive Type Converter
  • #587 - Add windows build to CI that does a standard Java build
  • #569 - Ability to inject a configured REST client for testing
  • #488 - Jaeger: Enable configuration via MP config
  • #316 - README.md needs an update

What happened to 0.9.0?

0.9.0 release has been canceled because of several regressions discovered during the release process. the changelog has been appended above.