{"id":28251,"date":"2015-10-30T13:18:41","date_gmt":"2015-10-30T07:48:41","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=28251"},"modified":"2015-11-03T14:46:50","modified_gmt":"2015-11-03T09:16:50","slug":"issues-while-migrating-from-java6-to-java8-in-aem-6-1","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/","title":{"rendered":"Issues while Migrating from Java6 to Java8 in AEM 6.1"},"content":{"rendered":"<p>Recently while working on AEM 6.1, I had to move from Java 6\u00a0to\u00a0Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using\u00a0@Reference\u00a0annotation were not getting active and remained in &#8220;satistied&#8221; state.<\/p>\n<p>Here are all the steps I followed firstly to change Java version and then fixing above mentioned issue:<\/p>\n<p>1. To build an AEM project with Java8 as runtime environment, following configuration is required in pom.xml.\u00a0The Compiler Plugin is\u00a0added to the parent POM, it is used to compile the sources of your project.<\/p>\n<p>[java]<\/p>\n<p>    &lt;plugin&gt;<br \/>\n    &lt;groupId&gt;org.apache.maven.plugins&lt;\/groupId&gt;<br \/>\n    &lt;artifactId&gt;maven-compiler-plugin&lt;\/artifactId&gt;<br \/>\n    &lt;version&gt;3.1&lt;\/version&gt;<br \/>\n    &lt;inherited&gt;true&lt;\/inherited&gt;<br \/>\n    &lt;configuration&gt;<br \/>\n    &lt;source&gt;1.8&lt;\/source&gt;<br \/>\n    &lt;target&gt;1.8&lt;\/target&gt;<br \/>\n    &lt;\/configuration&gt;<br \/>\n    &lt;\/plugin&gt;<\/p>\n<p>    [\/java]<\/p>\n<p>Default source and target setting is 1.5. If you want to change it to work with Java 8, you should set the source and target to 1.8.<\/p>\n<p>2. If you want to use scr annotations in your project, you have to use maven-scr-plugin. And its version &gt;= 1.17.0 for Java8<\/p>\n<p>[java]<br \/>\n    &lt;plugin&gt;<br \/>\n      &lt;groupId&gt;org.apache.felix&lt;\/groupId&gt;<br \/>\n      &lt;artifactId&gt;maven-scr-plugin&lt;\/artifactId&gt;<br \/>\n      &lt;version&gt;1.17.0&lt;\/version&gt;<br \/>\n    &lt;\/plugin&gt;<br \/>\n    [\/java]<\/p>\n<p>3. For SCR annotations, following dependency should be added in the project with the version &gt;= 1.9.8 for Java8<\/p>\n<p>[java]<br \/>\n    &lt;dependency&gt;<br \/>\n        &lt;groupId&gt;org.apache.felix&lt;\/groupId&gt;<br \/>\n        &lt;artifactId&gt;org.apache.felix.scr.annotations&lt;\/artifactId&gt;<br \/>\n        &lt;version&gt;1.9.8&lt;\/version&gt;<br \/>\n    &lt;\/dependency&gt;<br \/>\n    [\/java]<\/p>\n<p>Let me know if you face any issue with this by commenting on this post.<\/p>\n<p>Hope this helps!!!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently while working on AEM 6.1, I had to move from Java 6\u00a0to\u00a0Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using\u00a0@Reference\u00a0annotation were not getting active and remained in &#8220;satistied&#8221; state. Here are all the steps I followed firstly to change Java version [&hellip;]<\/p>\n","protected":false},"author":640,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":4,"footnotes":""},"categories":[446],"tags":[1235,4847,4844,2712,1513,2682],"class_list":["post-28251","post","type-post","status-publish","format-standard","hentry","category-java","tag-adobe-cq5","tag-aem","tag-java","tag-java6-to-java8","tag-java8","tag-scr"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in &quot;satistied&quot; state. Here are all the steps I followed firstly to change Java version\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Shiffali Grover\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in &quot;satistied&quot; state. Here are all the steps I followed firstly to change Java version\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in &quot;satistied&quot; state. Here are all the steps I followed firstly to change Java version\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#article\",\"name\":\"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog\",\"headline\":\"Issues while Migrating from Java6 to Java8 in AEM 6.1\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/Shiffali\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2015-10-30T13:18:41+05:30\",\"dateModified\":\"2015-11-03T14:46:50+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#webpage\"},\"articleSection\":\"Java\\\/JVM, Adobe cq5, AEM, Java, Java6 to Java8, java8, scr\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/java\\\/#listItem\",\"name\":\"Java\\\/JVM\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/java\\\/#listItem\",\"position\":2,\"name\":\"Java\\\/JVM\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/java\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#listItem\",\"name\":\"Issues while Migrating from Java6 to Java8 in AEM 6.1\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#listItem\",\"position\":3,\"name\":\"Issues while Migrating from Java6 to Java8 in AEM 6.1\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/java\\\/#listItem\",\"name\":\"Java\\\/JVM\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/Shiffali\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/Shiffali\\\/\",\"name\":\"Shiffali Grover\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3b8677b02b16e9b9533b17a148c9383309ec2540d0f182461874e0923c7d7ba3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Shiffali Grover\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/\",\"name\":\"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog\",\"description\":\"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in \\\"satistied\\\" state. Here are all the steps I followed firstly to change Java version\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/Shiffali\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/Shiffali\\\/#author\"},\"datePublished\":\"2015-10-30T13:18:41+05:30\",\"dateModified\":\"2015-11-03T14:46:50+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog","description":"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in \"satistied\" state. Here are all the steps I followed firstly to change Java version","canonical_url":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#article","name":"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog","headline":"Issues while Migrating from Java6 to Java8 in AEM 6.1","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/Shiffali\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"datePublished":"2015-10-30T13:18:41+05:30","dateModified":"2015-11-03T14:46:50+05:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#webpage"},"articleSection":"Java\/JVM, Adobe cq5, AEM, Java, Java6 to Java8, java8, scr"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/java\/#listItem","name":"Java\/JVM"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/java\/#listItem","position":2,"name":"Java\/JVM","item":"https:\/\/tothenewco.pro\/blog\/category\/java\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#listItem","name":"Issues while Migrating from Java6 to Java8 in AEM 6.1"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#listItem","position":3,"name":"Issues while Migrating from Java6 to Java8 in AEM 6.1","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/java\/#listItem","name":"Java\/JVM"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/Shiffali\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/Shiffali\/","name":"Shiffali Grover","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/3b8677b02b16e9b9533b17a148c9383309ec2540d0f182461874e0923c7d7ba3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Shiffali Grover"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/","name":"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog","description":"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in \"satistied\" state. Here are all the steps I followed firstly to change Java version","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/Shiffali\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/Shiffali\/#author"},"datePublished":"2015-10-30T13:18:41+05:30","dateModified":"2015-11-03T14:46:50+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog","og:description":"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in &quot;satistied&quot; state. Here are all the steps I followed firstly to change Java version","og:url":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Issues while Migrating from Java6 to Java8 in AEM 6.1 | TO THE NEW Blog","twitter:description":"Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in &quot;satistied&quot; state. Here are all the steps I followed firstly to change Java version","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"28251","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 06:44:02","updated":"2024-02-29 10:04:31","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/java\/\" title=\"Java\/JVM\">Java\/JVM<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIssues while Migrating from Java6 to Java8 in AEM 6.1\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Java\/JVM","link":"https:\/\/tothenewco.pro\/blog\/category\/java\/"},{"label":"Issues while Migrating from Java6 to Java8 in AEM 6.1","link":"https:\/\/tothenewco.pro\/blog\/issues-while-migrating-from-java6-to-java8-in-aem-6-1\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/28251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/640"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=28251"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/28251\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=28251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=28251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=28251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}