Posts tagged What's New (6)

Payara Server Beta 1 がリリースされました!

お楽しみの、喜びの、奉仕の、そして釣りの (違った、最後のは私が付け加えただけです) 季節がやってきました。そして世界中の皆様、このお休みに (訳注: イギリスはクリスマスと翌日が祝日です) Payara Server 5 の最初のベータ・リリースをお届けします。ダウンロードはこちらからどうぞ本当は何が欲しかったのか、私は知っているんですよ。

 

 Read this post in English

 

What's new in Payara Server & Payara Micro 174?

Our last release of 2017 - Payara Server/Micro 4.1.2.174 - is now available for download! The final public release for this year contains over 100 bug fixes, 5 new features and 18 improvements including Soteria support, full MBean integration via the JMX Monitoring Service and wider support for environment variable substitution. Check out the full release notes, or read on for a short summary of 174's major features.
 

Welcome to the Team - Kenji Hasunuma

We’re very excited to announce our new Payara Team member - Kenji Hasunuma - who joined us at the beginning of November! If you've been an active Java EE & Payara community member in Japan I'm sure you recongnize his name :) 

Read along to find out more about Kenji and what he’ll be working on at Payara.

 

Payara Server および Payara Micro 174 がリリースされました

2017 年最後のリリースである、Payara Server/Micro 4.1.2.174 がダウンロードできるようになりました。 今年最後のパブリック・リリースでは、100 以上のバグフィックス、5 つの新機能、18 の改良点を含んでいます。改良点には Soteria のサポート、JMX 監視サービス経由の完全な MBean 連携、環境変数置換のサポート範囲拡大などが挙げられます。完全なリリースノートをご確認いただくか、以下に示す 174 の主要機能概要をご覧ください。

Qué novedades trae Payara Server & Payara Micro 174?

Nuestra última publicación de 2017 - Payara Server/Micro 4.1.2.174 - está ahora disponible  para descarga ! La última versión pública para este año contiene más de 100 bugs corregidos, 5 nuevas funcionalidades y 18 mejoras incluyendo soporte para Soteria, Integración completa con MBean a través del Servicio de Monitorización JMX y un soporte más amplio para la sustitución de variables de entorno. Revisa las notas  completas de publicación , o sigue leyendo para un pequeño resumen de las caracterísiticas más imortantes de la versión 174.
 

Improvements to SQL Logging in Payara Server 173

A crucial component in many web applications is the use of a database. The chances of using JDBC directly or indirectly to access a relational database (through JPA or other ORM frameworks) on these applications are quite high. A common problem when dealing with relational databases is dealing with SQL queries or statements that take too much time to resolve, thus causing your application to be considered slow in producing results to the user. It's usually better to detect these issues preemptively, before sub-par performance damages your application, and Payara Server has you covered!

 

New Arquillian Container for Payara Server

One of the core steps in every continuous integration process is running integration tests for your application. Unlike vanilla unit tests, integration tests allow you to assess the state of your applications or systems by testing all of its components together (modules, databases, messaging, etc.) and verifying that they work correctly as a whole unit. Needless to say, integration tests are more complex that simple unit tests, have a larger footprint, take more time and are usually saved to test full releases or major changes to implementations.