What's Changed
- Fixes #4338 - Start new cycle by @mnriem in #4344
- Fixes #4339 - Upgrade to Checkstyle 10.20.2 by @mnriem in #4346
- Fixes #4340 - Upgrade to EclipseLink 5.0.0-B04 by @mnriem in #4348
- Fixes #4342 - Upgrade to Maven Checkstyle Plugin 3.6.0 by @mnriem in #4349
- Fixes #4343 - Upgrade to Maven Dependency Plugin 3.8.1 by @mnriem in #4351
- Fixes #4345 - Upgrade to Maven Failsafe Plugin 3.5.2 by @mnriem in #4352
- Fixes #4347 - Upgrade to Maven Invoker Plugin to 3.9.0 by @mnriem in #4353
- Fixes #4350 - Upgrade to Maven JavaDoc plugin 3.11.2 by @mnriem in #4354
- Fixes #4355 - Upgrade to Maven Surefire Plugin 3.5.2 by @mnriem in #4356
- Fixes #4358 - Upgrade to Nimbus JOSE+JWT 9.47 by @mnriem in #4359
- Fixes #4360 - Upgrade to OmniUtils 0.14 by @mnriem in #4363
- Fixes #4361 - Upgrade to Spring Boot 3.4.0 by @mnriem in #4370
- Fixes #4362 - Upgrade to Maven Versions Plugin 2.18.0 by @mnriem in #4371
- Fixes #4369 - Add specific dependencies to be ignored to Maven Versions Plugin configuration by @mnriem in #4372
- Fixes #4364 - Upgrade to Weld 6.0.0.CR2 by @mnriem in #4373
- Fixes #4365 - Cleanup test/micro/helloworld/pom.xml by @mnriem in #4374
- Fixes #4366 - Cleanup test/servlet/helloworld/pom.xml by @mnriem in #4375
- Fixes #4367 - Enable JavaDoc plugin in http/virtual/pom.xml by @mnriem in #4376
- Fixes #4377 - Upgrade to Hibernate Validator 9.0.0.CR1 by @mnriem in #4378
- Fixes #4336 - Update Piranha Core Profile – create a REST service guide by @mnriem in #4379
- Fixes #4380 - Upgrade to Netty 4.1.115.Final by @mnriem in #4381
- Fixes #4382 - Upgrade to Checkstyle 10.21.0 by @mnriem in #4383
- Fixes #4384 - Upgrade to Maven Plugin Plugin 3.15.1 by @mnriem in #4385
- Fixes #4386 - Upgrade to Maven Plugin Plugin 3.15.1 by @mnriem in #4387
- Fixes #4388 - Upgrade to Maven Plugin Report Plugin 3.15.1 by @mnriem in #4389
- Fixes #4390 - Upgrade to Arquillian 1.9.1.Final by @mnriem in #4391
- Fixes #4392 - Upgrade to Shrinkwrap Impl Base 2.0.0-beta-2 by @mnriem in #4393
- Fixes #4394 - Upgrade to Maven Plugin Annotations 3.15.1 by @mnriem in #4395
- Fixes #4396 - Upgrade to Maven Plugin Tools Annotations 3.15.1 by @mnriem in #4397
- Fixes #4398 - Move REST example to Piranha Core Profile tests by @mnriem in #4399
- Fixes #4341 - Upgrade to Exousia 3.0.0-M3 by @mnriem in #4400
- Fixes #4401 - Fix arquillian-protocol-servlet-jakarta dependency for REST TCK by @mnriem in #4402
- Fixes #4403 - Fix GrizzlyServer to not suspend indefinitely for async requests by @mnriem in #4404
- Fixes #4405 - Exclude TCK SSE broadcast test by @mnriem in #4406
- Fixes #4408 - Move test/debug module up one level by @mnriem in #4412
- Fixes #4333 - Cleanup various bits by @mnriem in #4422
- Fixes #4413 - Add Annotations TCK for Piranha Web Profile by @mnriem in #4423
- Fixes #4414 - Move Annotations TCK to coreprofile-tck module by @mnriem in #4424
- Fixes #4415 - Move Inject TCK to coreprofile-tck module by @mnriem in #4425
- Fixes #4418 - Move Pages TCK to servlet-tck module by @mnriem in #4426
- Fixes #4420 - Move webprofile module in external/tck to webprofile-tck module by @mnriem in #4427
- Fixes #4416 - Move JSON Binding TCK to coreprofile-tck module by @mnriem in #4428
- Fixes #4419 - Move Expressions TCK to servlet-tck module by @mnriem in #4429
- Fixes #4421 - Refactor initializeXXX methods to be protected to DefaultWebApplication implementation by @mnriem in #4430
- Fixes #4417 - Move JSON Processing TCK to coreprofile-tck module by @mnriem in #4431
- Fixes #4432 - Add DeclaredServletContainerInitializer by @mnriem in #4433
- Fixes #4434 - Fix JSON Processing TCK by @mnriem in #4435
- Fixes #4436 - Exclude TCK SSE event source test by @mnriem in #4437
- Fixes #4438 - Add security constraints to SecurityManager API by @mnriem in #4439
- Fixes #4441 - Add security role refs to SecurityManager API by @mnriem in #4442
- Fixes #4184 - Refactor web.xml processing to hide WebXmlXXX as internal API by @mnriem in #4443
- Fixes #4444 - Move Annotations TCK to Piranha Core Profile TCK project by @mnriem in #4445
- Fixes #4446 - Move Inject TCK to Piranha Core Profile TCK project by @mnriem in #4447
- Fixes #4448 - Move JSON Binding TCK to Piranha Core Profile TCK project by @mnriem in #4449
- Fixes #4450 - Move JSON Processing TCK to Piranha Core Profile TCK project by @mnriem in #4451
- Fixes #4452 - Move Core Profile TCK to Piranha Core Profile TCK project by @mnriem in #4453
- Fixes #4454 - Move REST TCK to Piranha Core Profile TCK project by @mnriem in #4455
- Fixes #4456 - Move CDI TCK to Piranha Core Profile TCK project by @mnriem in #4457
- Fixes #4440 - Update copyright year by @mnriem in #4458
- Fixes #4459 - Move Expression TCK to Piranha Servlet TCK project by @mnriem in #4460
- Fixes #4461 - Move Pages TCK to piranha-servlet-tck repository by @mnriem in #4462
- Fixes #4463 - Move Annotations TCK to piranha-webprofile-tck repository by @mnriem in #4475
- Fixes #4476 - Remove external module by @mnriem in #4479
- Fixes #4466 - Add logging to HttpWebApplicationServerRequestMapper for debugging purposes by @mnriem in #4480
- Fixes #4467 - Add logging to HttpWebApplicationServer for debugging purposes by @mnriem in #4481
- Fixes #4473 - Add logging to DefaultWebApplication for debugging purposes by @mnriem in #4482
- Fixes #4471 - Add logging to DefaultServletRequestManager by @mnriem in #4483
- Fixes #4472 - Add logging to DefaultFilterChain for debugging purposes by @mnriem in #4484
- Fixes #4470 - Add logging to FileUploadManager for debugging purposes by @mnriem in #4485
- Fixes #4469 - Add logging to DefaultWebApplicationInputStream for debugging purposes by @mnriem in #4486
- Fixes #4468 - Add logging to DefaultWebApplicationOutputStream for debugging purposes by @mnriem in #4487
- Fixes #4478 - Add logging to DefaultInvocationFinder for debugging purposes by @mnriem in #4488
- Fixes #4474 - Add a TraceExtension for tracing purposes by @mnriem in #4489
Full Changelog: v24.12.0...v25.1.0