Skip to content
#

service-mesh

Here are 374 public repositories matching this topic...

wu-sheng
wu-sheng commented Aug 9, 2021

Background of Tomcat 10

Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and l

kuma
lobkovilya
lobkovilya commented Aug 16, 2021

Summary

Today there are several places where it's known for sure there won't be any error when creating an object of a certain type:

res, _ := registry.Global().NewObject(resType)

or

list, _ := registry.Global().NewList(typ)

It would be great to create MustNewObject/MustNewList functions that'd allow dropping an error.

osm
meshery

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Aug 16, 2021
  • C#

Improve this page

Add a description, image, and links to the service-mesh topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-mesh topic, visit your repo's landing page and select "manage topics."

Learn more