Skip to content

0.11.0

Compare
Choose a tag to compare
@cescoffier cescoffier released this 06 Mar 15:52
· 45176 commits to main since this release

Major changes

  • #1193 - Quarkus Configuring Logging guide is out of date
  • #1156 - Document the various tools and their options
  • #1131 - Change the groupId of the log manager
  • #1059 - Create Kotlin extension
  • #560 - Align and simplify Hibernate ORM configuration name
  • #555 - Write a how to test guide
  • #200 - application.properties or protean.properties support and location

Complete changelog

  • #1269 - Rename panache-jpa to hibernate-orm-panache
  • #1268 - Fix wrong source block
  • #1266 - Merge web.xml and annotations
  • #1265 - Sync extension names with website
  • #1264 - Remove topic docs from this repository
  • #1263 - Docs - Tooling - Gradle is in place
  • #1262 - Use shell instead of bash for shell script code blocks
  • #1261 - Fix the doc url in generated projects.
  • #1260 - Register return types on REST Interface methods for reflection
  • #1259 - Add some notes about the artifact naming convention
  • #1258 - Remove Quarkus repository maven settings from guides
  • #1256 - Switch to 999-SNAPSHOT
  • #1254 - REST Client doesn't register Interface return types for reflection
  • #1253 - GitHub name fix
  • #1251 - Mimic attribute inclusion
  • #1250 - Make devmode check for application.properties changes as well
  • #1249 - Add application.properties to hot reload
  • #1248 - Remove -deployment suffix from artifacts
  • #1247 - Don't build on docs change
  • #1246 - Issue 1214 - Add internal glossary for doc and website
  • #1245 - Add testing guide
  • #1244 - rename modules
  • #1243 - RC13 fixes
  • #1242 - Issue #1229, rename security to elytron-security
  • #1241 - Stop runner before resources
  • #1240 - Move Eclipse plugin configuration to a specific profile
  • #1237 - Reorganize packages to have proper API packages
  • #1235 - Register ResteasyClientBuilder for reflection
  • #1231 - SmallRye Reactive Messaging Kafka - fix pom
  • #1230 - Register Collection classes for reflection.
  • #1229 - Rename "security" extension to "elytron-security"
  • #1228 - smallrye client 'Cannot construct instance of java.util.ArrayList'
  • #1227 - Lambda extension should mention Amazon because it's confusing
  • #1226 - Add quarkus-infinispan-client-deployment to the BOM and fix a NPE
  • #1225 - smallrye rest client RestClientBuilder property setter eliminated during native image generation
  • #1223 - various fixes for launch
  • #1222 - Ignore static and final fields in config objects
  • #1221 - Static fields break config processing
  • #1220 - Removing obsolete test
  • #1213 - Initial Undertow SSL config
  • #1212 - Set main version to 999-SNAPSHOT
  • #1211 - Cleanup the main readme and contributing files
  • #1210 - Hibernate ORM - Caching documentation review
  • #1209 - Update the CI badge again
  • #1208 - prepare pom for launch
  • #1207 - Rename the input-validation guide to validation
  • #1206 - Switch reference to 10.0.144.40/nfs to new site docs for Quarkus Beta release
  • #1205 - Minor adjustments to README and pom files
  • #1202 - Issue 1201 Improve REST guide documentation
  • #1201 - Improve REST guide documentation
  • #1200 - Update the Axle dependencies with their new artifacts
  • #1197 - Use separate jboss-logmanager-embedded
  • #1196 - Quarkus Configuring Logging guide is out of date
  • #1195 - LogConfig.categories configuration does not work
  • #1194 - added gradle-tooling doc. splitted up the tooling into maven/gradle/cli
  • #1193 - Quarkus Configuring Logging guide is out of date
  • #1192 - serverless.adoc
  • #1191 - Make sure if no hotrod-client.properties file to still use protostream marshaller and allow marshallers
  • #1190 - Update the smallrye-jwt extension config root name to smallrye-jwt
  • #1189 - Use a @configroot name of smallrye-jwt rather than jwt for consistency with out extensions
  • #1188 - Print hot reload timings in consistent format with boot times
  • #1187 - Hot replace time to be reported in consistent format as bootstrap times
  • #1186 - Add a link to the Native images and SSL guide
  • #1185 - Add application.properties as a name for build config
  • #1184 - Add information in the tooling guide about Gradle and CLI
  • #1183 - Issue 1181 - Minor fixes for Panache documentation
  • #1182 - Prepare the documentation for the config file rename
  • #1181 - Minor fixes for Panache documentation
  • #1180 - Adapt config documentation to reference application.properties
  • #1179 - native-and-ssl-guide.adoc and building-substrate-howto.adoc are not included anywhere
  • #1178 - Update Infinispan docs to update given restrictions
  • #1177 - Proposal for a full tooling guide
  • #1175 - Remove the "sleep" calls from the DevMojoIT
  • #1174 - Minor doc change proposals for getting started guides
  • #1171 - Minor doc change proposals for getting started guides
  • #1169 - Assign runner jar the proper permissions
  • #1168 - Add vscode in .gitignore
  • #1167 - Add .vscode in gitignore
  • #1165 - Tweaks to dev joy data
  • #1162 - First complete draft of the using JWT RBAC guide
  • #1161 - Fix for #1160, avoid ArrayIndexOutOfBoundsException if security not enabled
  • #1160 - Security extension produces ArrayIndexOutOfBoundsException if included but not enabled
  • #1159 - Hibernate 2LC separation into independent project
  • #1158 - Update Hibernate quickstarts and examples to new properties
  • #1156 - Document the various tools and their options
  • #1155 - Add Kotlin guide
  • #1154 - -Dquarkus.http.host=0.0.0.0
  • #1153 - Agroal - Support having no datasource configured
  • #1152 - Document the io.quarkus.DEBUG_GENERATED_CLASSES_DIR property, #1078
  • #1151 - Some README adjustments
  • #1150 - Add the missing extensions to extensions.json and add feature names
  • #1149 - Don't start the EMF/EM if we don't have any entities around
  • #1148 - Disable building the main IT native image test by default
  • #1147 - Infinispan tests log some warnings/errors on shutdown
  • #1146 - Exception when having Hibernate ORM extension but no @entity in an application
  • #1145 - Exclude old JBoss logging
  • #1143 - Including the DCO notice
  • #1142 - Display infinispan feature in startup message
  • #1141 - Inject all dependencies in bom
  • #1138 - Work on website data: community #1005
  • #1137 - Data for dev joy #1001
  • #1136 - Fix "Listening on" log message
  • #1135 - Disable Camel integration tests for now
  • #1134 - REST HTTP demo failing with java.lang.NoClassDefFoundError: javax/json/spi/JsonProvider
  • #1133 - add release profile to parent and independent projects
  • #1132 - Change the groupId of infinispan-hibernate-cache-quarkus
  • #1131 - Change the groupId of the log manager
  • #1129 - Ignore our extension-plugin with Eclipse
  • #1128 - apply formatter on the build parent
  • #1127 - Fix RESTEasy substitutions packages
  • #1126 - Camel - Fix typos and a warning
  • #1124 - Disable debug logging for the security extension tests
  • #1121 - Hibernate ORM extension config overhaul
  • #1119 - Fix issues with duplicate classes on the classpath
  • #1112 - Introduce common SSL-server configuration group class
  • #1111 - Review extensions.json to check all the extensions are properly listed
  • #1109 - Big update of docs to remove hard-coded URLs
  • #1108 - smallrye rest client failing to build native image
  • #1100 - Wrong response code if compile fails
  • #1099 - Dev mode exception returns HTTP 200 reponse
  • #1059 - Create Kotlin extension
  • #1055 - web.xml mapped servlet is not available if archive contains also annotated servlet
  • #1052 - Failed to start Quarkus when using just quarkus-undertow-deployment
  • #1044 - Customized quarkus.http.host not reflected in "Listening on" log message
  • #1005 - Website text and idea on Community page
  • #1001 - Snippet on developper joy
  • #998 - Snippet of code comparing programming approach
  • #997 - Snippet on what is GraalVM SubstrateVM native vs HotSpot
  • #996 - Snippet on target and continuum of usages
  • #994 - Define the notion of primary tag or category for extensions
  • #985 - Fix the build of all quickstarts
  • #815 - Wrong port reported in the logged messages
  • #625 - Need documentation on the security extension
  • #560 - Align and simplify Hibernate ORM configuration name
  • #555 - Write a how to test guide
  • #426 - Rerun the benchmarks with the latest release of all frameworks
  • #319 - Checkstyle
  • #270 - Just having shamrock-agroal-deployment as dependency shouldn't require it to be configured
  • #200 - application.properties or protean.properties support and location