Crafting the Official MicroProfile API Tutorial in Collaboration with the MicroProfile Working Group
I am thrilled to share my latest endeavor: Developing the Official MicroProfile API Tutorial in collaboration with the MicroProfile Working Group. As the landscape of cloud-native development evolves, equipping developers with the knowledge and skills to navigate these changes is essential. Accordingly, I am working on this Official MicroProfile API…
Состоялся релиз MicroProfile 6.0, который поддерживает Jakarta EE 10 Core Profile! MicroProfile, сообщество с открытым исходным кодом, сотрудничающее в области корпоративных Java-микросервисов, с радостью объявляет о релизе MicroProfile 6.0! MicroProfile 6.0 использует профиль Jakarta EE 10 Core Profile. Jakarta EE 10 Core Profile определяет базовый профиль для предоставления компонентов, используемых…
MicroProfile 6.0 wird veröffentlicht und übernimmt das Jakarta EE 10 Core Profile! MicroProfile, eine Open-Source-Community, die gemeinsam an Enterprise Java Microservices arbeitet, freut sich, die Veröffentlichung von MicroProfile 6.0 bekannt zu geben! MicroProfile 6.0 übernimmt das Jakarta EE 10 Core Profile. Jakarta EE 10 Core Profile definiert ein Basisprofil, um…
MicroProfile 6.0 リリースとJakarta EE 10 Core Profileへの対応 企業向けJavaマイクロサービスのコラボレーションの場であるオープンソースコミュニティMicroProfileは、 MicroProfile 6.0 をリリースします! MicroProfile 6.0はJakarta EE 10 Core Profileに対応します。 Jakarta EE 10 Core Profileは、依存のない単独のパッケージとして、MicroProfileで利用されるコンポーネントが含まれるベースとなるプロファイルです。本リリースでは、 MicroProfile OpenAPI と JWT Authentication はマイナーアップデートします。また、MicroProfile Metricsはメジャーアップデートし、いくつかの非互換が生じます。さらに、 MicroProfile Telemetryがこのリリースに追加され、MicroProfile OpenTracingを置き換えます。MicroProfile OpenTracingはMicroProfile 6.0には含まれず、スタンドアロンの仕様となります。 MicroProfile 6 互換製品として必須の仕様: MicroProfile Config 3.0 MicroProfile Fault Tolerance 4.0 MicroProfile Health 4.0 MicroProfile JWT Authentication 2.1 MicroProfile…
Publicación original 10 de enero de 2023 aquí MicroProfile, una comunidad de código abierto que colabora en microservicios Java empresariales, se complace en anunciar el lanzamiento de MicroProfile 6.0! MicroProfile 6.0 adopta Jakarta EE 10 Core Profile. Jakarta EE 10 Core Profile define un perfil base para entregar los componentes…
MicroProfile 6.0 Release with Jakarta EE 10 Core Profile adoption MicroProfile, an Open-Source Community that collaborates on enterprise Java microservices, is pleased to announce the release of MicroProfile 6.0! MicroProfile 6.0 adopts Jakarta EE 10 Core Profile. Jakarta EE 10 Core Profile defines a base profile to deliver the components…
Community Day at EclipseCon 2022 was held in person on Monday, October 24 in Ludwigsburg, Germany. Community Day has always been a great event for Eclipse working groups and project teams, including Jakarta EE/MicroProfile. This year was no exception. A number of great sessions were delivered from prominent folks in…
Versión de lanzamiento publicada el 7 de diciembre de 2021 MicroProfile, una comunidad de código abierto que colabora en microservicios de Java empresariales, se place en anunciar el lanzamiento de MicroProfile 5.0. MicroProfile 5.0 permite utilizar las API de MicroProfile junto con Jakarta EE 9.1 (espacio de nombres de Jakarta…
Do you really need a sledgehammer to crack a nut? (Part 2) In the previous section (Microprofile, a knight or just another pawn [Part 1 of 2]), we implemented MicroProfile interoperable JWT RBAC. We also secured the resource with the help of the claim scope present in the JWT token…
Do you really need a sledgehammer to crack a nut? Seeing the number of aspects that need to be covered to achieve the end goal, this blog post is divided into 2 parts. This first part explains the need, possible solution, introduction to MicroProfile, project set-up and implementation of…
The latest release of MicroProfile 4.0 aligns with Jakarta EE 8. There are many new and exciting features introduced in MicroProfile 4.0. In this blog, we’ll take a look at all of the MicroProfile 4.0 updated features and then show you how to use them in Open Liberty. What’s New…
MicroProfile, an Open-Source Community that collaborates on enterprise Java microservices, would like to announce the release of MicroProfile 4.0. MicroProfile 4.0 is the first version released by the recently-formed MicroProfile Working Group within the Eclipse Foundation. This important milestone demonstrates the commitment of the MicroProfile community and the Eclipse Foundation…
At Oracle Code One 2019 Rafael Guimares, Otavio Santana, and I presented this 45 minutes session for the first time. We provided a case of cloud migration and modernization of a widely use monolithic system with the help of MicroProfile, Jakarta EE, TomEEand Tribestream API Gateway in the Brazilian medical Industry that involved several challenges such as the fifth-largest…
Background There has been a recent update on the Jakarta EE rights to Java trademarks. It is worth a read in detail since there will be a future impact on the Eclipse MicroProfile specifications. To be brief, Jakarta EE specifications can use the existing Java EE-related apis defined under the…
¿Cuantas veces nos hemos vistos en la necesidad de exponer una API para la subida de archivos? Por ejemplo que el usuario suba un archivo delimitado por comas para crear o actualizar de forma masiva alguna entidad en la base de datos. Al buscar en lugares como StackOverflow lo más…
How any times do developers need an endpoint to handle file uploads? For example the user needs to upload a CSV file to make a batch insert or update. Searching in places like StackOverflow, it is common to find that there is no stantard way to handle file uploads with…
Difference between Java EE, Jakarta EE & MicroProfile At Devoxx BE 2018, I was interviewed by Yolande Poirier on what’s the difference between Java EE, now Jakarta EE, and Eclipse MicroProfile. During the 7 minutes conversation, we also discussed what enterprise projects could build their enterprise applications on. You can…
Distributed Tracing With Java EE, Istio & MicroProfile I’ve recorded a 17 minutes video that shows how to add distributed tracing to Java EE applications that run in an Istio cluster. The HTTP headers that correlate the tracing information can be added to the JAX-RS resources and clients via MicroProfile OpenTracing….
I want to take a quick break from the other series for a moment to do something I’ve been remiss about for a while: addressing a recent report by Gartner on the state of Java EE. Before doing so I decided the other day to read the article my friend…
I’ll keep this post shorter than the last one. Wow! 2016 was a turbulent year for Java EE.
I was recently pointed to Gartner’s Market Guide to Application Platforms report, written by Anne Thomas and Aasish Gupta. The report takes a very negative view of Java EE to the point that I thought I was reading an obituary. To summarize their report, “Run, Run Away” from Java EE. Hey, if…
At DevNation this week, a new Java EE profile was announced to help Enterprise Java make greater strides in working with microservices architectures.