{"id":40762,"date":"2025-10-06T14:44:12","date_gmt":"2025-10-06T12:44:12","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=40762"},"modified":"2025-10-06T14:45:50","modified_gmt":"2025-10-06T12:45:50","slug":"from-jboss-eap-7-to-8-what-really-changed","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/","title":{"rendered":"From JBoss EAP 7 to 8: What Really Changed"},"content":{"rendered":"\n<p>The arrival of JBoss EAP 8 marks a significant milestone in the evolution of Red Hat\u2019s Enterprise Application Server. For many organizations still running on JBoss EAP 7.x, the upgrade brings not only new features but also strategic changes aligned with the modernization of the Java ecosystem.<br>Let\u2019s explore what really changed and what you need to know before moving forward.<\/p>\n\n\n\n<!--more-->\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1225\" height=\"817\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\" alt=\"\" class=\"wp-image-40772\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png 1225w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4-300x200.png 300w\" sizes=\"auto, (max-width: 1225px) 100vw, 1225px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-shift-toward-jakarta-ee\">A Shift Toward Jakarta EE<\/h2>\n\n\n\n<p>The most visible and impactful change in JBoss EAP 8 is the transition from Java EE to Jakarta EE.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Namespace migration: All javax.* packages are now replaced by jakarta.*.<\/li>\n\n\n\n<li>This means that even if your application compiles fine on EAP 7, it won\u2019t deploy on EAP 8 without updating imports and dependencies.<\/li>\n\n\n\n<li>While this migration can sound painful, it\u2019s a necessary step to stay compatible with the modern Java ecosystem and future versions of Jakarta EE.<\/li>\n<\/ul>\n\n\n\n<p>We can count on the Red Hat\u2019s EAP Migration Toolkit to automatically detect and fix most of the package name changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-new-java-and-platform-support\">New Java and Platform Support<\/h2>\n\n\n\n<p>JBoss EAP 8 officially supports Java 17 and later.<br>This brings performance, security, and syntax improvements, while dropping support for older Java versions (like Java 8 in many cases).<\/p>\n\n\n\n<p>Other platform updates include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Updated Undertow web server version for improved HTTP\/2 and security.<\/li>\n\n\n\n<li>Enhanced datasource and driver management via the CLI and management console.<\/li>\n\n\n\n<li>Simplified configuration through YAML and CLI scripts, helping automate deployments and tuning.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-updated-subsystems-and-architecture-improvements\">Updated Subsystems and Architecture Improvements<\/h2>\n\n\n\n<p>EAP 8 brings a more modular, streamlined architecture:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Legacy subsystems deprecated (e.g., older messaging or logging frameworks).<\/li>\n\n\n\n<li>MicroProfile updates: More APIs for observability, configuration, and fault tolerance.<\/li>\n\n\n\n<li>Improved clustering and domain mode management, faster startup and better node synchronization.<\/li>\n<\/ul>\n\n\n\n<p>For administrators, these changes mean fewer manual tweaks and more consistent runtime behavior across environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-ready-for-the-cloud-for-real\">Ready for the Cloud (for Real \ud83d\ude09 )<\/h2>\n\n\n\n<p>Red Hat has made significant investments to make EAP 8 cloud-native:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Better support for OpenShift and Kubernetes with optimized container images.<\/li>\n\n\n\n<li>Smaller footprint and faster startup thanks to tuned modules and lazy loading.<\/li>\n\n\n\n<li>Compatibility with Red Hat build of Quarkus for microservice migration paths.<\/li>\n<\/ul>\n\n\n\n<p>In other words, JBoss EAP 8 is no longer just a traditional application server, it\u2019s a hybrid platform that bridges the gap between legacy Java EE workloads and modern cloud architectures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-security-and-compliance-enhancements\">Security and Compliance Enhancements<\/h2>\n\n\n\n<p>Security was a major focus in JBoss EAP 8:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Integrated Elytron 2 for modern authentication and authorization.<\/li>\n\n\n\n<li>Stronger TLS configurations by default.<\/li>\n\n\n\n<li>Simplified credential store management (replacing legacy vault mechanisms).<\/li>\n<\/ul>\n\n\n\n<p>Administrators will appreciate the more centralized, policy-driven security model.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-experience-amp-recommendations\">My Experience &amp; Recommendations<\/h2>\n\n\n\n<p>After long time working with both JBoss EAP 7 and JBoss EAP 8, I can say the migration is more about preparation than complexity.<br>The most common pitfalls I\u2019ve seen include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Forgetting the Jakarta namespace migration.<\/li>\n\n\n\n<li>Using old JDBC drivers or libraries no longer supported.<\/li>\n\n\n\n<li>Missing dependencies when running in containerized environments.<\/li>\n<\/ul>\n\n\n\n<p>Our best practice is always to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Test the migration in a clean environment.<\/li>\n\n\n\n<li>Use automation (Ansible or CI\/CD pipelines) for consistent builds.<\/li>\n\n\n\n<li>Validate performance, logging, and metrics integration (especially with Zabbix or Elastic).<\/li>\n<\/ul>\n\n\n\n<p>Once properly prepared, JBoss EAP 8 runs smoother, faster, and integrates much better with modern infrastructure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>JBoss EAP 8 isn\u2019t just an upgrade, it\u2019s a modernization step.<br>It pushes Java EE into the Jakarta EE era, embraces cloud-native deployments, and simplifies operations for enterprises.<br>While the migration from EAP 7 requires careful planning, the long-term benefits in performance, maintainability, and compliance make it well worth the effort.<\/p>\n\n\n\n<p>If you\u2019re planning a JBoss migration, feel free to reach out for guidance or a technical exchange.<br>Have a look at our <a href=\"https:\/\/www.dbi-services.com\/blog\/tag\/jboss\/\" target=\"_blank\" rel=\"noreferrer noopener\">JBoss EAP blogs<\/a> for more insights.<\/p>\n\n\n\n<p>Happy to share,<\/p>\n\n\n\n<p>David<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The arrival of JBoss EAP 8 marks a significant milestone in the evolution of Red Hat\u2019s Enterprise Application Server. For many organizations still running on JBoss EAP 7.x, the upgrade brings not only new features but also strategic changes aligned with the modernization of the Java ecosystem.Let\u2019s explore what really changed and what you need [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,3687],"tags":[119,2562],"type_dbi":[3688],"class_list":["post-40762","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-jboss-eap","tag-jboss-eap","tag-migration-2","type-jboss-eap"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>From JBoss EAP 7 to 8: What Really Changed - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From JBoss EAP 7 to 8: What Really Changed\" \/>\n<meta property=\"og:description\" content=\"The arrival of JBoss EAP 8 marks a significant milestone in the evolution of Red Hat\u2019s Enterprise Application Server. For many organizations still running on JBoss EAP 7.x, the upgrade brings not only new features but also strategic changes aligned with the modernization of the Java ecosystem.Let\u2019s explore what really changed and what you need [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-06T12:44:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-06T12:45:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1225\" \/>\n\t<meta property=\"og:image:height\" content=\"817\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"David Diab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Diab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\"},\"author\":{\"name\":\"David Diab\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"headline\":\"From JBoss EAP 7 to 8: What Really Changed\",\"datePublished\":\"2025-10-06T12:44:12+00:00\",\"dateModified\":\"2025-10-06T12:45:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\"},\"wordCount\":608,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\",\"keywords\":[\"JBoss EAP\",\"migration\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"JBoss EAP\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\",\"name\":\"From JBoss EAP 7 to 8: What Really Changed - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\",\"datePublished\":\"2025-10-06T12:44:12+00:00\",\"dateModified\":\"2025-10-06T12:45:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png\",\"width\":1225,\"height\":817},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From JBoss EAP 7 to 8: What Really Changed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\",\"name\":\"David Diab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"caption\":\"David Diab\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"From JBoss EAP 7 to 8: What Really Changed - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/","og_locale":"en_US","og_type":"article","og_title":"From JBoss EAP 7 to 8: What Really Changed","og_description":"The arrival of JBoss EAP 8 marks a significant milestone in the evolution of Red Hat\u2019s Enterprise Application Server. For many organizations still running on JBoss EAP 7.x, the upgrade brings not only new features but also strategic changes aligned with the modernization of the Java ecosystem.Let\u2019s explore what really changed and what you need [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/","og_site_name":"dbi Blog","article_published_time":"2025-10-06T12:44:12+00:00","article_modified_time":"2025-10-06T12:45:50+00:00","og_image":[{"width":1225,"height":817,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png","type":"image\/png"}],"author":"David Diab","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Diab","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/"},"author":{"name":"David Diab","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"headline":"From JBoss EAP 7 to 8: What Really Changed","datePublished":"2025-10-06T12:44:12+00:00","dateModified":"2025-10-06T12:45:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/"},"wordCount":608,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png","keywords":["JBoss EAP","migration"],"articleSection":["Application integration &amp; Middleware","JBoss EAP"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/","url":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/","name":"From JBoss EAP 7 to 8: What Really Changed - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png","datePublished":"2025-10-06T12:44:12+00:00","dateModified":"2025-10-06T12:45:50+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2025\/10\/Jboss-7-to-8-4.png","width":1225,"height":817},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/from-jboss-eap-7-to-8-what-really-changed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"From JBoss EAP 7 to 8: What Really Changed"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86","name":"David Diab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","caption":"David Diab"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/40762","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=40762"}],"version-history":[{"count":7,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/40762\/revisions"}],"predecessor-version":[{"id":40776,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/40762\/revisions\/40776"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=40762"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=40762"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=40762"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=40762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}